I'm probably missing something obvious.
My main report selects: department, location, userID, etc and groups on location. Within each location there are multiple UserID's. What I'd like to do is pass my sub-report parameter a list of all the UserID's so that for each grouped location I can let that sub-report's selection do an in filter.
i.e. Main Report: location_var:= "1,2,3"
Sub-report selection: "{User.UserID} in {?location_var}
The problem is that currently, the location_var holds just the first UserID.
Thanks
My main report selects: department, location, userID, etc and groups on location. Within each location there are multiple UserID's. What I'd like to do is pass my sub-report parameter a list of all the UserID's so that for each grouped location I can let that sub-report's selection do an in filter.
i.e. Main Report: location_var:= "1,2,3"
Sub-report selection: "{User.UserID} in {?location_var}
The problem is that currently, the location_var holds just the first UserID.
Thanks