kallis4fun
Technical User
CR11/SQL 2000.
Can any one help me to concatenate strings(text fields) when passing their corresponding numbers(multi) as Parameters. the user can select upto 20 numeric and we need to display their corrsponding text values in PH of report in a single line sepearted by ",".I have 4 different parameters where the user can multi select.
eg: I have states
stateid name
1 ALabama
2 California
3 New York
4 Pensylvania
5 Nevada
6 Massachussets
. .....
. .......
and so on
if the user passes 2,3,4,5,6 as values to the report,I need to display
Selected States: California,New York,Pensylvania,Nevada, Massachussets
in the Page header of report.
Thanks in advance!
Kallis