Hi All,
I have result from Query as below and I want to show them as mentioned below.I want to implement breakdown by Department first and then by name and then show the dynamic userItems and I want to restrict the columns as per max 9 or so.I was able to achieve by showing by showing userItems as rows but I want to show them as columns and make a restriction on number of columns.
OUTPUT from Query:---->
Department | Name | userItems(dynamic) |
Sales | Ram | Phone |
Sales | Ram | Tablet |
Sales | Ram | Bluetooth |
Sales | Ram | Speaker |
Sales | suraj | DVD |
Sales | Virat | Radio |
marketing | Vignesh | TV |
marketing | Vignesh | Computer |
marketing | Naresh | Headset |
What I want to show in SSRS--->
DEP---Sales |
userItem1 item2 item3 item4 |
Ram phone Tablet Bluetooth Speaker |
Suraj DVD |
Virat Radio |
DEP---marketing |
Vignesh TV Computer |
Naresh Headset |
Thank You in Advance and if needed i can share more Info regarding this