dianemarie
Instructor
Hello, in Crystal, we often drop records conditionally in the record selection by referencing a parameter. Example:
If {Include Canceled Orders?} = "No" then {ordhist.cnx} = 1 else {ordhist.cnx} = 0
Any guidance in how I would go about duplicating this scenario in SSRS? (Allowing the user to select via a parameter whether or not to include canceled orders on the report.) Thank you.
If {Include Canceled Orders?} = "No" then {ordhist.cnx} = 1 else {ordhist.cnx} = 0
Any guidance in how I would go about duplicating this scenario in SSRS? (Allowing the user to select via a parameter whether or not to include canceled orders on the report.) Thank you.