Showing the view, provided that all fields in the column are filled

Hey! I have one view (there are more of them but this one is important). I would like this view to show only if in the spreadsheet the given column in the table does not contain any empty field. I tried in “show if” ISNOTBLANK (LIST (table_name [column_name])).

I will be grateful for your help!

Solved Solved
0 1 177
1 ACCEPTED SOLUTION

I found a solution COUNT(SELECT(table_name[column_name,ISBLANK([column_name])))=0.
I hope it will be useful to someone!

View solution in original post

1 REPLY 1

I found a solution COUNT(SELECT(table_name[column_name,ISBLANK([column_name])))=0.
I hope it will be useful to someone!

Top Labels in this Space