I need to know how many days there are between meter reads. I could have upto 6 read dates in one year, but i need to know the days between the first read and the last read. My report is grouped by the water meter and in the details section i have the read date. I have tried:
datediff("d",minimum({COMPRD.READDTTM}),Maximum({COMPRD.READDTTM}))
I have placed the formula in the header, details and footer, the results are all 362 days???
please Help!!!
datediff("d",minimum({COMPRD.READDTTM}),Maximum({COMPRD.READDTTM}))
I have placed the formula in the header, details and footer, the results are all 362 days???
please Help!!!