lauriesamh
Technical User
I'm using CR10 and working on a report where the user can select several parameters.
One of which is the user can select the reciept date to be between two dates or "All dates".
I've set a date parameter {?receipt Date} with a default date of 12/31/2199.
In the record selection I'm using
(
If not ({?receipt Date}<> date(12/31/2199)) then
{table.receipt_DT} in {?receipt Date}
Else if date(12/31/2199)={?receipt Date} then
True
)
So far I'm not getting any records returned when I should. Any help is appreciated.
One of which is the user can select the reciept date to be between two dates or "All dates".
I've set a date parameter {?receipt Date} with a default date of 12/31/2199.
In the record selection I'm using
(
If not ({?receipt Date}<> date(12/31/2199)) then
{table.receipt_DT} in {?receipt Date}
Else if date(12/31/2199)={?receipt Date} then
True
)
So far I'm not getting any records returned when I should. Any help is appreciated.