I am using CR10
I have a formula:
If {@NETINVESTMENT}>0 then "4. Please pay net settlement amount using the settlement instructions above for value: " &{@DealValueDate} else..........
Its fine except the date part comes out as dd/mm/yyyy and I want to see dd-mmm-yyyy
I cant format the date directly as it is a formula:
{@DealValueDate} = {DealMain.MaturityDate}+date(1961,12,31)
I have a formula:
If {@NETINVESTMENT}>0 then "4. Please pay net settlement amount using the settlement instructions above for value: " &{@DealValueDate} else..........
Its fine except the date part comes out as dd/mm/yyyy and I want to see dd-mmm-yyyy
I cant format the date directly as it is a formula:
{@DealValueDate} = {DealMain.MaturityDate}+date(1961,12,31)