Good Day ,
I am using Crystal report 2013 and have an interesting scenario , Let's say I have created a report which accepts one parameter and shows a list of records in a table based on that parameter.
Now I want to be able to send comma seprated values in the same parameter and want my report to run multiple times (equal to number of values in parameter) and show me as many tables as are the values sent to the report.
so let's say the parameter name is userIds , I want to pass this parameter like userIds=a,b,c and want my report to show me 3 tables having the information about that user.
In a web applicaiton we achieve this by having a component (JSP page which creates the HTML table for us) and call the componenet in a loop to get table for each user id and embed it to create one page showing all these tables.
Can we do the similar login in Crystal report and how?