In my SSRS report I wanted to default the date parameter with the execution date. I default the date patameter with =DateValue(Globals!ExecutionTime)
or =today
. I do have 5 other parameters in my report.
In reporting manager, it makes the page refresh each time when I select another parameter value. Why is that? How do I solve this?