Hi All,
I have a value prompt (Single select) with static choices like 10, 20, 30 and ALL. Based on the selection it should display number of records. If select ALL it should display all records, but if I am giving static choices like this its giving an error like
RQP-DEF-0354 The query contains one or more unresolved prompts.
QE-DEF-0387 Invalid format for numeric prompt 'Parameter1'.
How to achieve this pls let me know the solution.
Thanks in advance.
try this
in filter use cast(?parameter? , integer) instead of ?parameter?