it is required to count (amount of the filled in values) each column in the table how it can be made?
Count value each column
Collapse
X
-
not really. I have numbers in the "cadastrnum" column (row field type), some cells have no numbers. I just need to calculate in the end how many filled values there are in the "cadastrnum" column. Then I will scatter this logic on other pillarsComment
-
What field type does cadastrnum have? Most likely you are trying to sum non-numeric fields (which simply cannot be summed).
Then create a filter Not Empty for this field, and simply add Count to the report (as shown in the screenshots).I just need to calculate in the end how many filled values there are in the "cadastrnum" column.
Comment

Comment