Hello in a matrix report I've got column grouping, in each group there are 4 columns, now one of the columns(date column) I want it to show once but its showing 4 times. I do understand its because on the database its written 5 times , but is there a way to remove or hide away the other dates?e.g on the database [b]date | seq | Name | amount [/b]13/01/2013 1 marketing 10013/01/2013 2 Progr 20013/01/2013 3 Client 50013/01/2013 4 Lead 700Now the output must be [b]date |marketing | Progr | Client | Lead[/b]13/01/2013 100 200 500 700but it shows the date like this [b]date |marketing | date | Progr |date | Client | Lead[/b]13/01/2013 100 13/01/2013 200 13/01/2013 500 700How can I do this?:(some help will be much appreciated.Regards
↧