Hi All,
I am trying to pass a numeric prompt to users using placeholder through Derived table.
The syntax I am using is:-
select * from <view_name> ('PLACEHOLDER'=('$$name of the input parameter$$',<prompt or value which you want to pass>)).
In the above syntax for the prompt I have made a parameter which is number.When I try to pass that parameter in place of prompt definition in the above syntax it gives me error,but when i pass that parameter in single quotes the expression gets validated successfully.But I want to pass it as a numeric prompt and after defining the parameter as numeric how can it get validated when i pass it in single quotes.
Any help on this will be appreciated.
Thanks in advance.