brent21090
IS-IT--Management
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 report so I can calculate an average. The formula field being referenced above is a conversion of a date & time field into just a date field.
When I attempt to use insert summary field option I just get a count of 1 on all my records.
Not sure what else to try.
Thanks for your help.
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 report so I can calculate an average. The formula field being referenced above is a conversion of a date & time field into just a date field.
When I attempt to use insert summary field option I just get a count of 1 on all my records.
Not sure what else to try.
Thanks for your help.