This is a migrated thread and some comments may be shown as answers.

Group by Individual values from multi valued parameter

1 Answer 135 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 25 Feb 2016, 03:23 PM

I have a multi valued parameter where a user can select multiple users to filter a report.  If I choose user A, B and C, the report will show only items associated with those user A, B and C.

When I try to do this using  [= Join(",",Parameters.Leaders.Label)], I do not get the desired results.  I get the following:

Header: A, B, C

A Details

Header: A, B, C

B Details

Header: A, B, C

C Details

I want to be able to group the report by these users so that each section is unique with the following results:

Header A

A Details

Header B

Details

Header C

C Details

Is this possible?  To split out each value selected in a multi valued parameter and group uniquely be each?  I think the trick is that A, B and C are not fields.  They are parameter values.

 

Thanks,

Phillip

1 Answer, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 26 Feb 2016, 03:53 PM
Hi Phil,

You can achieve this functionality when adding groups to the report. To display the header for each group you need to place it inside the Group Header section - Report Structure/Report Sections. 

You can find attached the sample demonstrating this approach.

Regards,
Katia
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Phil
Top achievements
Rank 1
Answers by
Katia
Telerik team
Share this question
or