Hi All,
I am trying to work out how you distinct count the number of days between a date range. For example: 10/08/2011 00:00:00 to 12/08/2011 23:59:59 = 3 days.
One option is:
1. Right click the object
2. Select format Object.
3. Click Suppress if duplicated
Another option is:
1. creating a formula like this -
whilereadingrecords;
if not({DateRangefield} in date({?datetimeparameter})) then
(redim preserve date({?datetimeparameter}[ubound(date({?datetimeparameter})+1];
date({?datetimeparameter}[ubound(date({?datetimeparameter})]:= ({DateRangefield};
""
2. Place it in the report header:
I've not tried them but I think they should work
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.