Is there a way to supress details based on an If, Then?
I want to suppress the details based on a paramter entered, but there's a hitch. If the paramter is entered, I only want certain IDs suppressed, not all of them. I know I can put a formula in the Section Expert to suppress the details based on an inserted formula. My report is not grouped by grouped by the version ID, and it can't be. My question is, can I use an If,Then in the formula?
If @Parameter = 3 then I want to suppress the details when VersionID = 1 (version ID can have the value of 1, 2, or 3). It'd be very easy if I wanted to supreess all of the details when @parameter = 3, but how do I only suppress certain VersionIDs?
I want to suppress the details based on a paramter entered, but there's a hitch. If the paramter is entered, I only want certain IDs suppressed, not all of them. I know I can put a formula in the Section Expert to suppress the details based on an inserted formula. My report is not grouped by grouped by the version ID, and it can't be. My question is, can I use an If,Then in the formula?
If @Parameter = 3 then I want to suppress the details when VersionID = 1 (version ID can have the value of 1, 2, or 3). It'd be very easy if I wanted to supreess all of the details when @parameter = 3, but how do I only suppress certain VersionIDs?