christimess
Programmer
Hi, I hope you had a great weekend!
I am creating letters using forms. I'm creating the body of the letter in a derived field as I am using text and fields from other tables.
So for example the body derived field may state:
'Based on your rehire date of ' || "PS_EMPLOYMENT"."REHIRE_DT" || ' we would...
Well when the report runs the results appear as:
Based on your rehire date of 11-JUL-2007 we would...
How do I get it to change the format of the date?
I don't understand why it's doing this as when you run a columnar report the date appears of 7/11/07.
Thanks for your assistance!
I am creating letters using forms. I'm creating the body of the letter in a derived field as I am using text and fields from other tables.
So for example the body derived field may state:
'Based on your rehire date of ' || "PS_EMPLOYMENT"."REHIRE_DT" || ' we would...
Well when the report runs the results appear as:
Based on your rehire date of 11-JUL-2007 we would...
How do I get it to change the format of the date?
I don't understand why it's doing this as when you run a columnar report the date appears of 7/11/07.
Thanks for your assistance!