Beast Mode Function to Hide/Show Columns in a table

Options

E.g.

case

when metrictype='Actual' then showcolumns(1,3,4)

when metrictype='Budget' then showcolumns(2,5,6)

else showcolumns(all)

end

Tagged:
2
2 votes

Active · Last Updated