IronRocket
Technical User
I wrote a report that posted the open date of a trouble ticket and then the close date of the ticket. I did this for the month of January. The format for both of these fields is a string for some reason and they are
'yyyy-mm-dd'.
My formula for this is
"dateValue({CallLog.ClosedDate}) - dateValue({CallLog.RecvdDate})". This worked at first then it is giving me an error message of "Bad Date Format String". I then put "date({CallLog.ClosedDate}) - date({CallLog.RecvdDate})" - still giving me an error.
Just wondering what I'm doing wrong. I'm aiming to get the count of days between the date the ticket was opened and the date the ticket was closed by the manager.
'yyyy-mm-dd'.
My formula for this is
"dateValue({CallLog.ClosedDate}) - dateValue({CallLog.RecvdDate})". This worked at first then it is giving me an error message of "Bad Date Format String". I then put "date({CallLog.ClosedDate}) - date({CallLog.RecvdDate})" - still giving me an error.
Just wondering what I'm doing wrong. I'm aiming to get the count of days between the date the ticket was opened and the date the ticket was closed by the manager.