C2
1
Is it possible to display an overlay box or something similar or a space to display the sum of a column of a specific view?
And I need that if I change the filters and the selection the displayed result will change.
Thank you

nges.
Thank you
You can if in the view you have a group by column. But you can only choose one column and its always going to show it next to the group by name
Simon, 1minManager.com
C2
3
in the example above so can I display the sum of column 3 in the table name “example table”? how?
You have to group by a column. So maybe create a virtual column called [Grouping] with a app formula of “All” and then group by that.
C2
5
thank you but is not clear