crystalbeginner15
Programmer
I wrote a report which groups by date
I am passing date as a parameter. When I pass date range
only for one day I get the summary for that date correctly
but when I pass a date range more than one day I get the summary wrong. Example
Date volume1 volume2
01/01 10 10
volume1 - Thats the summary for that date
when I select date range more than a day i get wrong numbers for eg.I should get volume1 as 10 for 01/01 but I get some other numbers .I don't the pattern how I get those numbers
Date volume1 volume2
01/01 20 20
02/01 30 30
Struggling a lot. May be I am missing something. Please help.
Thank you.
I am passing date as a parameter. When I pass date range
only for one day I get the summary for that date correctly
but when I pass a date range more than one day I get the summary wrong. Example
Date volume1 volume2
01/01 10 10
volume1 - Thats the summary for that date
when I select date range more than a day i get wrong numbers for eg.I should get volume1 as 10 for 01/01 but I get some other numbers .I don't the pattern how I get those numbers
Date volume1 volume2
01/01 20 20
02/01 30 30
Struggling a lot. May be I am missing something. Please help.
Thank you.