Hi,
How to assign 30D (30 Days) to a date Formula data type varilable called ‘PeriodLength’.
Cheers!!!
Renjith
Hi,
How to assign 30D (30 Days) to a date Formula data type varilable called ‘PeriodLength’.
Cheers!!!
Renjith
what have you tried so far? What are you trying to accomplish? Maybe you don’t really need a dateformula datatype.
Try EVALUATE to transform a string to another data type.
EVALUATE(PeriodLength,’<30D>’);