Hi,
I am a newbie to Report Designer. I want to hide the repeating values in a column of all rows when I export the report in an excel file. Basically, my query returns some data for user, his roles and roles authorities.
What I have right now is:
What I want to display(in excel file):
Is there a way to achieve this in report designer?
I am a newbie to Report Designer. I want to hide the repeating values in a column of all rows when I export the report in an excel file. Basically, my query returns some data for user, his roles and roles authorities.
What I have right now is:
UserName | First Name | Last Name | Role | Authority |
joe | Joe | Pitt | Admin | Admin_Menu |
joe | Joe | Pitt | Admin | Accounts_Menu |
joe | Joe | Pitt | User | Dashboard_Menu |
joe | Joe | Pitt | User | Settings_Menu |
john | John | Long | User | Dashboard_Menu |
john | John | Long | User | Settings_Menu |
What I want to display(in excel file):
UserName | First Name | Last Name | Role | Authority |
joe | Joe | Pitt | Admin | Admin_Menu |
Accounts_Menu | ||||
User | Dashboard_Menu | |||
Settings_Menu | ||||
john | John | Long | User | Dashboard_Menu |
Settings_Menu |
Is there a way to achieve this in report designer?