We are running some of our OTBI reports with a variable for a user-prompted date (data for a specific date).
Currently, the report variable uses and displays the wrong date format
We set the Prefix as:
SET VARIABLE PARAM_EFFECTIVE_DATE = '@{AsOfDate}{@{system.currentTime}[YYYY-MM-DD]}';
The return message is: "No Results"
When typing the date format 24-06-30, the report runs but retrieves data up to 24-06-2030 instead of 30-06-2024.
Is there any way to set the variable format?