Forum Discussion
alexleyva
5 years agoNew Member
URL date parameter for Paginated Reports
I have a report that I has a date parameter. I want to default it to today's date with the option for the user to change it to any date after it renders today's info. I can hard code a date like so...
- 5 years ago
Could you set a default value expression of =Today() in the parameter?
pabeader
5 years agoPost Patron
Could you set a default value expression of =Today() in the parameter?
alexleyva
5 years agoNew Member
I did. But this parameter was the last parameter. Once I changed it to be the first parameter it worked, and I did not have to included it in the URL. I just had to include the other two parameters.