I am developing a report that have parameter like
RowGroupLevel1,
RowGroupLevel2,
ColumnGroupLevel1,
ColumnGroupLevel2,
ColumnGroupLevel3
Row Group Contain Category, Executive Name, Client Name Like Field
Column Group Contain Year,Quarter,Month Field.
So My requirement is as like except Level1 in Row and Column Grouping other fields are optional.
For An Example : if I am selecting as below
scenario 1 :
RowGroupLevel1 - Category
RowGroupLevel2 - Executive Name
ColumnGroupLevel1 - Year
ColumnGroupLevel2 - Quaker
ColumnGroupLevel3 - Month
scenario 2 :
RowGroupLevel1 - Category
RowGroupLevel2 -
ColumnGroupLevel1 - Year
ColumnGroupLevel2 - Month
ColumnGroupLevel3 -
so as per above scenario how I can grouping my report dynamically.
Please help me to create any type of SSRS report.
Thanks in advance.
Ankit Gusani
=Fields(Parameters!FirstFieldName.Value).Value
– D Stanley