Hi,
The source report has a Date prompt filter that takes in a date value (yyyy mon day HH:MIN - internals of 30min) to run the report. There is a drill through from this report to a target report. But the target report displays on a daily time (yyyy mon day).
The source parameter is 'yyyy mon day HH:MIN' but the target requires a 'yyyy mon day'. Do you have suggestion what I can do to pass the correct parameter value to the target report?
Thank you.
would it help if you added a data item to the report query with the expression cast(?dateprompt?,date) and then pass the value of this dataitem to the date filter in the target report?