Hi All,
I have a multi value parameter called 'city',which filters out all the city names.
here i put custom value called 'city Asia' using union,here the select city....
city by Asia( doesnt belong to city table)
New york
Denmark
London
Brussels
Lasantos
.
.
....
in the multi value report,if the user selects all then i need to show all cities including "city by asia".
if user selects only city by asia,then report should show only asia records....
report parameters if i select all.... shows like this... 'city by Asia','New york','Denmark','London','Brussels','Lasantos'
this is not a string pattern display,its an array .. how to find the custom value from user selected options.
i tried to store it temorary table but it fails .. as it needs braces for every row
Thanks & Regards Vijji