Hey all,
I have a mutli parameter report I'm working on, all of which default to NULL. My procedure allows for all the parameters to be null, as I want the user to be able to pick 1, many, or all parameters depending on what they're filtering for.
How do I stop the report from auto running when loading it? I've tried adding a hidden parameter with no default value, but it cries and says it's missing a value.
Thanks all