Hi,
I have a simple ssrs report (sharepoint list data) which contains a sub report (data from a sql table).
On this report is a parameter called "System" and both the report (sp list data) and the sub report (sql data) have a field called system.
My parameter is multi select, and the report groups by the systems.
When selecting ONE system (e.g. SYSTEM A), it works ok, the report and sub report both show the relevant selected SYSTEM A.
However, when selecting TWO systems (e.g. SYSTEM A and SYSTEM B), the same system (SYSTEM A) shows in both rows for the sub report.
Any ideas on where I am going wrong?
Rob