I have written the following command:
>
However, when the program attempts to merge data, I get an error that this command cannot be interpretted. How would I correctly pull the data opened on a case?
date open command not interpretted
-
Michael Appell
Re: date open command not interpretted
Hi Heather,
because this is stored in date format and not character format you must use command = code dtoc(case.dateopen)
So rather than use the trim function to trim spaces you must use the Date To Character like this as an example:
Date Open: >
because this is stored in date format and not character format you must use command = code dtoc(case.dateopen)
So rather than use the trim function to trim spaces you must use the Date To Character like this as an example:
Date Open: >