Hi ,
In one of my report , I am using 6 prompts . This report is based on a derived table . 4 of the prompts are defined in the derived table itself using the @Prompt function . The other 2 prompts are used at query panel level which are also optional prompts . Now I have set the order of the prompts using user syntax .
For eg: @Prompt('Product ID:','A','Product(Cash Sum)\Product ID',Multi,Free,Persistent,{'ALL'},User:0) . In the same way I have defined the order for all the 4 prompts . Now the other 2 prompts in the query panel are defined user value 0 & 1 by default . I actually want them in 3rd & 5th position. I have also tried giving numbering for the prompts description and it does not work . I am unable to edit the custom SQL because it does not allow me to edit when optional prompts are present . Is there a way to manage there prompts and put it in order as I like ?
Thanks in advance for your help !
Arun US