Hi,I have data output like..CatID CatName PropertyDesc PropertyValue1 Category1 -- --1 Category1 Cat1Prop1 93931 Category1 Cat1Prop2 4441 Category1 Cat1Prop3 34342 Category2 -- --2 Category2 xyzprop 8944893 Category3 -- --3 Category3 teste 333333 Category4 -- --And matrix reports works well with below output[code] Cat1Prop1 Cat1Prop2 Cat1Prop3 Cat1Prop4 xyzprop ... and more..Category1 9393 444 3434 Category2 894489Category3... and so on
Now i have multiple columns like category columne..I can add those columns above category column but i am not able to give seperate header name ..when i click on header for newly added columns only one header comes..please advice/help..