Hi,
I am using Crystal reports XI.
I am having a problem of determining the record selection based on the user input parameters
Input Parameters
wk1
wk2
wk3
...
wk52.
I have defined two formulas @stdt @enddt which determines the start and end dates based on the week selected by user.
Now new requirement is user should be able to pick multiple, random weeks i.e wk1, wk7 ..etc
Now my record selection should be
(date from (wk1-st-dt) to (wk1-end-dt) )OR
(date from (wk7-st-dt) to (wk7-end-dt) )
How can I achieve this??
I am using Crystal reports XI.
I am having a problem of determining the record selection based on the user input parameters
Input Parameters
wk1
wk2
wk3
...
wk52.
I have defined two formulas @stdt @enddt which determines the start and end dates based on the week selected by user.
Now new requirement is user should be able to pick multiple, random weeks i.e wk1, wk7 ..etc
Now my record selection should be
(date from (wk1-st-dt) to (wk1-end-dt) )OR
(date from (wk7-st-dt) to (wk7-end-dt) )
How can I achieve this??