date open command not interpretted

Closed Forum - older posts now retired. This forum is read only. You can search and view posts in this forum but you cannot reply or create new posts in this forum.
Post Reply
Heather

date open command not interpretted

#1

Post by Heather » Fri Feb 15, 2002 11:14 am

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?

Michael Appell

Re: date open command not interpretted

#2

Post by Michael Appell » Fri Feb 15, 2002 3:52 pm

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: >

Post Reply