Hi,
In my report, I have two prompts which I ask the user to enter:
Then in my report, I use the function UserResponse("Specify COB From") to show it in my report header.
This was all working fine until I need to now set a schedule for my report. Meaning, it needs to run automatically every Monday so I now need to use dynamic dates in my prompts instead of actual dates. I want to show previous week's data hence I have been able to select WeekStart-1 and WeekEnd-1.
Here is what my prompt looks like:

But now in my report I get errors in the variables that made use of the function "UserResponse":



Can someone please advise me how I can get it working?
Thank You,
Jay