Hello everyone,
I have got a strange requirement.
I have object which has @prompt used in object definition. this object is working as expected. report will be prompted whenever we use this object in the report
---
ROUND(TO_NUMBER(NVL(TABLE.COLUMN,@Prompt('ChooseDate','D', 'Time\Dt Entry',Mono,FREE)) - TABLE.DUE_DATE))
---
Now the requirement is that , Few reports always run with the 1st day of the week. other reports should ask for the prompt values. Can you please suggest which is the best way it can be done.
I am not allowed to use default value for the prompt. currently Using UDT in BI 4.1 and oracle database.
Thanks for you help
Thanks,
Sri