Could you please let me know how could you get the"Date Calender" displayed in your infoview adjacent to your date parameters? What did you do in report or universe to get this calender displayed??
We want users to choose from calender instaed of putting date manually?
Please help.
Uploading a file.Please refer the pic and tell me how this option can be obtained in DESKI reporting.I am using DESKI. calender in Infoview.doc (35.0 KB)
I am using BO XI R2 Infoview. The prompt definition I am using in the report is =UserResponse (“Query 1 with Corporate_History_Universe” , “01. Begin Date”)
Corporate_history_universe is my universe name and the label for displayed date is 01. Begin Date.
While runnin in infoview it does not show up any calendar but only a text box, where I have to manually write the date.Please suggest.
What is the syntax of the @Prompt() in the universe. The UserResponse() function is used on the report to capture the selection. It does not have anything to do with the prompt creation / interface.
what you sent is not a prompt definition… it’s a variable definition used to fetch the user response for Query 1 with… and prompt 01. Begin Date. Please go to your universe, double click prompt 01. Begin Date. that is the prompt definition. Please send us that.
Ok. Now I am able to get this calendar prompt in Infoview
I re-do it and this time I used the “table.field” as the prompt definition in universe with datatype Date.
I think previously I was using some to_date and trunc functions for this prompt with date datatype only, but wonder why then it didnt work.Any suggestion?
But one more question guys, when I am running the report in infoview/DESKI for the first time it is not asking for any parameters and directly displaying the report, then on trying to run it again or on refresh it shows the parameters. But if I close it and again open and run, first time it does not show up parameters. why???
Whenever you click on the report…you are opening it.(so it does not show the prompts)…the last saved values are shown. But when you click refresh it again refreshes against the database.
If you want the prompts to appear when you click on it…do a Save As–>Refresh on Open.