I do have a subreport that includes a detail section. In the detail section I have a date & time field. When I run the report there is more than 1 value for a specific group e.x Customer X 1/2/2013 12:41PM
1/3/2013 12:53PM
1/4/2013 12:55PM
The results...
So that worked the only problem now I have is that the formula is returning a count = 1 and I know I have more than 1. I think its just counting each record and summarizing one instead of aggregating I have no grouping in my subreport. I have this formula in the Report footer. I do have 3...
I am attempting to get a distinctcount in a sub report for a date&time field and running into a problem. This is my formula;
shared datevar Totalcount:=
totalcount:= distinctcount({@obs_date}) Gives me an error that a date is required. I was intending of passing this datevar on to my main...
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.