How do i total these items ( circled in the picture below)? This table changes regularly and i need a way to add them up. The table does not have a column โtotalโ so i will need to do this virtually.
This is the data structure:
Iโm not sure if I understand your requirement. You need something like this?
Hola Fernando.
Estoy buscando hacer lo de la imagen que posteaste.
Como lo hiciste?
Gracias.
Saludos.
YES! How did you do that?
Try this in the Parent Table
Virtual Column(Assuming your VC Related Refs is named what is being displayed):
SUM(All Branch Totals[DesiredColumnToSum])
hi
i can help you for to do that like this
Ok - i did something wrong:
In @QREW_Camโs example, he is using a separate table altogether to display the total. Unlike Excel, you canโt (easily) just have a row at the bottom be the total, because we arenโt in a spreadsheet anymore. Weโre in a database that just so happens to be stored using spreadsheets. Well, unless youโre a user that is actually working with a databaseโฆ But thatโs not the point.
Back to Camโs exampleโฆ he is displaying a parent/child relationship. So you need to put the expression he gave you in a different table that can be the โparentโ of yours that you pictured.
Sorry I might be misunderstanding the column structure.
@Tiger Please check this sample app how you can calculate the total in the same table and show it as well. The app name is VirtualCounter. www.appsheet.com/portfolio/531778
I tried this and failed. Here is the expression and my table structures:
IF([Category_Code]=โTOTALโ,SUM(SELECT(Utilization Report Totals[Location_Total_Inventory_Count_By_Category],[Category_Code]<>โTOTALโ)),[Location_Total_Inventory_Count_By_Category])
What is error message or warning?
Hi, can I know how you solve the error message when you put in the app formula for the above?
I solved this by setting a formula up in the actual spreadsheet - not the app. So the data gets calculated before hand the i can see it on the appโฆ
Oh I see. Thanks for sharing. I will try that out.
I got this workingโฆ
Thanks
Hi, can I know how you solve the error message when you put in the app formula for the above?
Hi, how to total values automatically if i add new category using enum, i want it to sum automatically every time i add new category and show total in a visual?
Please start a new topic for help with this.
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |