I sort data through a function (let's call it A), that return a string value depending on a date in the database record. I then want to display the count in each group (where group is the stringvalue returned by function A), or even better the percentage for each group relative total.
The report is grouped by department, and my problem is that for some departments, only one or a few of the "date groups" get a "count", and then the graph only show that, or those, groups. I want all groups to show, even if there are no values. How do I di that?
I have tried with running totals, but then my problem is to get the percentage.
The report is grouped by department, and my problem is that for some departments, only one or a few of the "date groups" get a "count", and then the graph only show that, or those, groups. I want all groups to show, even if there are no values. How do I di that?
I have tried with running totals, but then my problem is to get the percentage.