I have a custom paramater that has several defined values that a user can select. Then I have a formula that uses a select statement to determine what the user selected and run the appropriate select formula.
How can I have one of the case blocks not perform any record selection and return ALL records?
Code:
Any help is appreciated, Thanks!
How can I have one of the case blocks not perform any record selection and return ALL records?
Code:
Code:
select {?Dates}
case 1:
'Show all dates, this is the one I cant figure out
case 2:
{@GroupDate} in WeekToDate
case 3:
{@GroupDate} in MonthToDate
Any help is appreciated, Thanks!