I have XI, & my report accesses a SP with 2 dates @startdate & @enddate. My report needs to set @enddate to today, and @startdate to a year ago, so that I can compare dates in the last year.
How do I do this ?
I added 2 functions using CurrentDate & CurrentDate - 365, but couldn't pick them up when attempting to use a Selection Formula.
Also, how do I suppress the prompting of the 2 parameters from the SP ?
I do not need to enter values at run time, as the report, hopefully, will be setting the values.
I clicked on 'Edit Parameter' & set 'Prompt Text' to False, but this didn't work.
Many thanks in anticipation !
How do I do this ?
I added 2 functions using CurrentDate & CurrentDate - 365, but couldn't pick them up when attempting to use a Selection Formula.
Also, how do I suppress the prompting of the 2 parameters from the SP ?
I do not need to enter values at run time, as the report, hopefully, will be setting the values.
I clicked on 'Edit Parameter' & set 'Prompt Text' to False, but this didn't work.
Many thanks in anticipation !