In my App I have been able to use the COUNT feature to count the number of records for the columns in my table by grouping them.
What I want to do is create a SUM of all the counts and have it show. Is there a way to do that?
Many thanks in advance.
Many thanks
Solved! Go to Solution.
Please try below.
Please create a VC called say [All] with an app formula expression of "All"
Then in the group by setting of the summary view, please group by column [All] followed by the existing grouping you have.
Please try below.
Please create a VC called say [All] with an app formula expression of "All"
Then in the group by setting of the summary view, please group by column [All] followed by the existing grouping you have.
User | Count |
---|---|
15 | |
10 | |
7 | |
3 | |
2 |