Hi,
I have 2 or more values selected in the parameter {?Testphase} but when i try to display all the selected values on to the REPort Header its just shows the 1st value selected rather than all the values,
Tried using the following :-
local stringvar i ;
local stringvar Str;
For i := 0 to count({?TestPhase})
Str := str + “ “ + {?TestPhase}
next
please advise,
regards
I have 2 or more values selected in the parameter {?Testphase} but when i try to display all the selected values on to the REPort Header its just shows the 1st value selected rather than all the values,
Tried using the following :-
local stringvar i ;
local stringvar Str;
For i := 0 to count({?TestPhase})
Str := str + “ “ + {?TestPhase}
next
please advise,
regards