I have a basic SSRS report against an SSAS database with a "start date" parameter. I want to set the default value of that date parameter to Today's date. What is the easiest way to do this? I have no problem doing it against a relational source, just haven't done it against an OLAP source.
Thanks for any ideas.
-Josh R.
At parameter properties page in section "Default values" check radio button "Non-queried" and then at Expression box write:
=Today
No comments:
Post a Comment