I’ve got a lot of fields that are named the same across multiple databases so when look at them in a table with multiple levels, they are merged under a single column to save screen real estate.
However, when that column gets calculated, it sums the values from every cell in the column, when I often only want to count the cells from 1 of the databases.
Here’s an example of where I have the same field name on 3 databases, but 2 of those fields are just sums of the 3rd field so the value in the calculated row ends up being 3 times higher than the value I want to display.
Could you please add the option to filter/exclude databases from being included in the calculation row?