Need help stopping same dates showing up on report.

thrainpa

Registered User.
Local time
Today, 21:28
Joined
Dec 1, 2011
Messages
29
Hey there, basically I have information being show by date in my report like 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?
 
Look for the Hide Duplicates property of the Date control and set it to Yes. You will find Hide Duplicates in the Property Sheet of the control under the Format tab.
 
Look for the Hide Duplicates property of the Date control and set it to Yes. You will find Hide Duplicates in the Property Sheet of the control under the Format tab.

This answer was exactly what I was looking for, thank you very much!
 

Users who are viewing this thread

Back
Top Bottom