Crystalboy1
Programmer
hello All,
I got a report (container report) which got 4 sub-reports. All the 4 subreports extracts data through Tsql Stored Procedures. in the paramters field, i got 1 which i can seelect multiples values for.
i select multiple values paratmer in the container report, do a formula to using join and join them all in 1 line.
so if it becomes like '4,5,6,7,8,9,10'..
then in my stored procedures i break them again on each comma.
now the problem is, each of the above value got a description, in the container report header i want to show that what values the report run for. but i want to so the actual description not the value of the paratmer....
i tried join(select parameters case 1:A ....)
but it dont work. say the array must have a subscription. any idea how to fix this
I got a report (container report) which got 4 sub-reports. All the 4 subreports extracts data through Tsql Stored Procedures. in the paramters field, i got 1 which i can seelect multiples values for.
i select multiple values paratmer in the container report, do a formula to using join and join them all in 1 line.
so if it becomes like '4,5,6,7,8,9,10'..
then in my stored procedures i break them again on each comma.
now the problem is, each of the above value got a description, in the container report header i want to show that what values the report run for. but i want to so the actual description not the value of the paratmer....
i tried join(select parameters case 1:A ....)
but it dont work. say the array must have a subscription. any idea how to fix this