gennaroalpha7
Technical User
Hello Experts -
I have a field,{CallLog.RecvdDate}, that is not a number field. I would like to convert it from a string to a number field. And then I would like to provide a ticket count for the current day that the analyst(s) have opened. I am also going to use a summary count too. My question(s), if you can please help out.
I am using a formula for this task because I want a separate task - my question(s): Is it more appropriate to use 1 formula or 2 formulas to get this done? And, can you please review my the current formula that I have and give some feedback.
Here what I have so far - when I check this formula it highlights 'CurrentDate' and says 'A String is Required Here'. I am using CR8. The first part is the conversion and the second part is the counting.
datetime (date({CallLog.RecvdDate})) and
if {CallLog.RecvdDate} = CurrentDate
then 1 else 0
Thanks for the help.
G.
I have a field,{CallLog.RecvdDate}, that is not a number field. I would like to convert it from a string to a number field. And then I would like to provide a ticket count for the current day that the analyst(s) have opened. I am also going to use a summary count too. My question(s), if you can please help out.
I am using a formula for this task because I want a separate task - my question(s): Is it more appropriate to use 1 formula or 2 formulas to get this done? And, can you please review my the current formula that I have and give some feedback.
Here what I have so far - when I check this formula it highlights 'CurrentDate' and says 'A String is Required Here'. I am using CR8. The first part is the conversion and the second part is the counting.
datetime (date({CallLog.RecvdDate})) and
if {CallLog.RecvdDate} = CurrentDate
then 1 else 0
Thanks for the help.
G.