how to create a parameter in spagoBI studio with multiple values. i am creating a report and want the queries to be run for multiple selection values.
Asked
Active
Viewed 1,512 times
1 Answers
2
That parameter should be a string text box. because SpagoBI gives multiple selected values as a string.If the report is a birt report, check this out. How to implement in SpagoBI Server a BIRT report parameter that allows multiple values. read the first reply.
Good Luck..!!!

sushi
- 139
- 1
- 9
-
i have read the post .. I am able to make the report in studio but when i upload it in server it is giving blank report. do you know the solution. The logs giving the error: The type of parameter "..." is expected as "Object[]", not "java.lang.String" – dhS Mar 28 '16 at 16:20
-
your multiple selection parameter should be **string text box**. it cannot be check box. just create a string text box. after you upload it to the server, use LOV to give values. which report did you use? birt or jasper? – sushi Mar 30 '16 at 11:03