Hi,
I have a Matrix in my RDL and the output of the report looks like this:
Vendors | Product | Product | |||
Quantity | Price | Quantity | Price | ||
Vendor1 | 10 | 100 | 15 | 140 | |
Vendor2 | 20 | 90 | 25 | 100 | |
Vendor3 | 15 | 80 | 30 | 150 |
I need Interactive sorting on Vendors as well as Quantity and Price. Also, i have applied Interactive Sorting on Headers(Row grp and Col grp) as we generally do in my RDL but when i sort it using Quantity or Price, it doesn't get sorted. And also, when i
sort it on Vendors, report shows 0 under Quantity and Price Column.
FYI: There are two groups:1) Row group- Vendors ; 2) Column group- Product
Anyone having Idea why is it showing such behavior OR is there any other way to implement Interactive sorting in such case??????