Forum Discussion
gap
Helper I
3 years agoFilter Matrix Rows to be visible only when all columns have values
Hello My goal is to hide rows on a matrix when not all columns have value. So i created the below filter. What i am counting is the the total columns on each row (columns will be the Year), where...
wdx223_Daniel
Community Champion
3 years agoFilter=IF(ISBLANK([Basket Quantities Price]),1)
gap
Helper I
3 years agoThis will not work, since it will not return same value for all the columns on the rows i want to keep, therefore the filtering will not be correct