Hey there, basically I have information being show by date in my report like this:
However, I've seen reports do this kind of layout:
Where the duplicate dates are omitted in the report for a clearer view, how can I do this?
Code:
Number - Name - information - 01/12/2011
Number - Name - information - 01/12/2011
Number - Name - information - 01/12/2011
Number - Name - information - 05/12/2011
Number - Name - information - 05/12/2011
However, I've seen reports do this kind of layout:
Code:
Number - Name - information - 01/12/2011
Number - Name - information -
Number - Name - information -
Number - Name - information - 05/12/2011
Number - Name - information -
Where the duplicate dates are omitted in the report for a clearer view, how can I do this?