Hi,
I have a problem with a computed time/date field.
The field should be computed when the field “ActivityFinished” says “Closed”. The “ActivityFinished” field is an editable dialog list with 2 choices: Open og Closed.
The dspActivityFinished is the computed date/time field.
I have tried with the following:
@If (@IsTime(ActivityFinished = “Closed”);dspActivityFinished;@IsDocBeingSaved;@Now;“”)
But it dowsn’t work.
Help !
Thanks in advance
Regards,
Henrik Hvergel