reporting services - How do I bake relative dates into a data set in SSRS? -
I am trying to create a report which will always show the number of tomorrow but the SSR document is weak on examples of this area. Tomorrow is one of the relative date values for use as filter criteria - but where?
Use a hidden parameter on the report, which has a default value:
dateadd ("d", - 1, today ())
Comments
Post a Comment