Hi,
Please find the attached snashot of the issue, As per the requirement I am using 2 different data provider to filter the data in the report.
Period1 - is the 1st Data Provide with Following Prompts :
Please Enter a CBOH code
Please Select Period 1
Please Select a Global Function
I need Global Function Filter to filter the record as Global Function filter & this is the one creating a problem…see below
Period2 -is the 2nd Data Provide with Following Prompts :
Please Enter a CBOH code
Please Select Period 2
Please Select a Global Function
Now I want to have the Prompt sequence :
Please Enter a CBOH code
Please Select Period 1
Please Select Period 2
Please Select a Global Function
But as I am using Global Function in the Period1 qry it is coming as a prompt & the order is coming like this :
Please Enter a CBOH code
Please Select Period 1
Please Select a Global Function
Please Select Period 2
I have tried universe level prompt syntax with User:0,User:1,User:2,User:3 as well as Report level numeric formatting,Query properties…as desired prompt order but not working…any idea…help
The prompt order will be based on the query. First the prompt will be ordered in alphanumberically in query first. Then it will do the samething in query 2. So try change the numbers in prompt text to show in proper order.
Thanks for your input, I got the solution…It was nothing with Prompt(space) or alphanumeric order in query,I tried all the options pertaining to prompt in the universe & report.
Solution I did to create an extra DP & just have all the prompt I need in my report with one obj so it will 1st ask the value from me the way I would like in report & once pass the value it doesn’t care for other DP prompt sequence.