"AGGREGATE"FUNCTION IN FORM VIEWS
hi currently for each column of a view I can define:
Min : 0.00
Max : 0.00
Average : 0.00
Total : 0.01
Would it be possible to add an aggregate value called "count not null"?
It counts all values ; but null values are not counted. thanks!
thanks!!