Is there anyway to default a dashboard prompt to the last day of the current month?
I tried using SQL RESULTS as "select last_day(sysdate) from dual" but this does not work. The prompt defaults to "All Column Values".
The value needs to be a date in the format MM/DD/YYYY.
I want to avoid adding a variable to the repository.
Any help would be appreciated.
Raymond