Hi,
I am trying to create a report with a line chart with Dates on the X axis. I am passing the Date as the parameter through URL.
Now, I would like to calculate Week No for the Date passed in URL and show data for the dates ranging between Week Start Date and this Date.
For example; if I pass 16 August, 2016 as the parameter value, chart should show data from 14 August, 2016 to 16 August, 2016.
Can you please guide me how to achive this?