how to get the Sum of selected values in a list.
How are you selecting them?
Try SUM( …your old expression…)
not work. thank
I select rows on a view. thank
Hi @TonyB
You may want to apply bulk action, like “make part of the sum”: yes or no’ and apply your sum to these rows.
Depending on your need, you will then make an expression such as:
SUM(
SELECT(yourTable[yourColumnToSum],
[partOfSumCalculation]
)
)
For reference:
I select rows in a view with 5 column. Only 1 column have numerico value.
Brunasso Cristofaro
Via Nino Bixio 10 - 10092
Beinasco (TO)
Tel. 3425795508
Hi @TonyB
You could try this option if that makes sense to you:

or, with the Bulk Action way:

Basically this is made of these columns:
And the SUM() expression is this one:
SUM(
SELECT(PRODUIT[Price],
[sum?]
)
)
The second solution is ok.
So on the google sheet (PRODUCT) there are 2 columns named Price and Sum?.
Did you create an action with that syntax after that?
But on the column sum?, i must insert this sintax? =FALSE()
No, just the initial value should be set as FALSE in your Sheets.
Sorry but not work. i have build this:
-
worksheet named [Elencospese] with 3 columns [Dettaglio], [€], [Calcola]
-
The column [Calcola] containe the value [FALSE] only first row
-
I have build a View [Elenco spese]
- I have build a action [Sommatoria]
something is missing? Thank ![]()
Yes.
Check the option “SHOW” for the column rownumber.
Add this column in your view Sommatoria if you still don’t see it ![]()
And set the view name with the sum expression, in the Appearance section (make sure to select the flask icon)
2 questions:
- is the name of the view correct?:
=“Sommatoria” & =SUM(SELECT(List of expenses[€],[Calculate]))
- adding the icon switch next to the column “€” the values ​​disappear.
Hi @TonyB
Just type this, without any equal sign:
"Sommatoria" & TEXT(SUM(SELECT(List of expenses[€],[Calculate])))
can you ti sendme your app, for to control the differenze with my app. My app not work ![]()
Thank! Now work.![]()
But it takes time to sync how can I do it immediately





