Auto Hide Columns Containing Null Values from a table viz.

I have a table visualization which is connected with different filters. When I apply a certain filter one of the column gives out only Null values in it.
So is there a way my table viz could automatically hide that column when a filter is applied.

For Example:

Consider my table A:
ID      ||      Type     ||   Value 

1                 A                10

2                 B                NULL

3                 B                NULL

4                 A                15

If I filter this on type = “B”

I will get this result 
 

ID      ||      Type     ||   Value 

2                 B                NULL

3                 B                NULL

 In this case I want to hide the value column.

Is it possible in Looker ?

0 1 606
1 REPLY 1

did you find a solution for this?

Top Labels in this Space
Top Solution Authors