testing on timepicker
-
Hello ,
I’m trying to test on a timepicker field, if the time is after 17.00 jours.
The formula i made is as follows:
The field the formula is in is called “Efter 17”.var tid1 = (RNMinutesDiff($$field_rnField6$$.GetField(current,’rnmoedetid’),
? ? ? ? ? ? ? $$field_rnField6$$.GetField(current,’rnsluttid’)))/ 60;
if($$field_rnField6$$.GetField(current,’rnmoedetid’).numericalvalue >= 61200000)
return tid1;
else
return 0;But it only says “undefined” .
What do i do wrong ?
best regards
RobertThe page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘testing on timepicker’ is closed to new replies.