Creatd report based on date of an action. Having trouble passing date to record selection (literal date) so I created a formula:
(will be adding parameters at a later date)
Shared datetimeVar dt :={Action.EnteredDate};
If dt = #2011-02-01# then
'T'
else
'F'
If the date is within the range returns true (as string)in the record selection. ( formula in record selection @testdate = 'T')
I continue to get the error message asking for a different format, and unable to get the record selection to work correctly.
I am working with a literal date, then testing for True or False,
but passing as string. Shouldn't this work ??
Thx
(will be adding parameters at a later date)
Shared datetimeVar dt :={Action.EnteredDate};
If dt = #2011-02-01# then
'T'
else
'F'
If the date is within the range returns true (as string)in the record selection. ( formula in record selection @testdate = 'T')
I continue to get the error message asking for a different format, and unable to get the record selection to work correctly.
I am working with a literal date, then testing for True or False,
but passing as string. Shouldn't this work ??
Thx