A) Koichi_Tsuji gave a solution to this topic with 8 steps (actions + workflow) - Posted on 08-24-2020 03:56 AM
https://www.googlecloudcommunity.com/gc/Tips-Tricks/Rows-Total-sub-Total/m-p/312626
B) Aleksi also gave a solution to this topic with only one virtual Column together with sample app - posted on 08-24-2020 05:15 AM
www.appsheet.com/portfolio/531778
I have tested solution B) - works very well!
IF([Product]=โTOTALโ,SUM(SELECT(Products[Count],[PRODUCT]<>โTOTALโ)),[COUNT])
But solution B) generates only sum of all rows of my table - I have "daily"-grouped my data - how can i setup this "Total SUM Expression" for each group (day = sub total) of my table?
many thanks in advance for your help!
Solved! Go to Solution.
This is explained in the post from @Koichi_Tsuji, in the section labeled "Extension of use of the tricks."
This is explained in the post from @Koichi_Tsuji, in the section labeled "Extension of use of the tricks."
All of these are non-standard things you'd want to do... a hack... a work around.
So on the Order table, I'd have the total; not creating a child line item that was the sub-total.
---------------------------------------------------------------------------------------------------
The problem that I see with this workaround is the following:
To me, the cost outweighs the benefits; especially when there are other ways in which you can get your total communicated to your users, more standardized ways that everyone is familiar with (in a graphic sense) that won't bring you (the app developer) any more work than already required.
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |