Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to show column in table only if there is a data in there (regardless if it is number or words)?
I would like to use "show column if" function but i have no idea how to do it. Can anyone help me? Thanx
Hi,
You can try:
IF((Sum([Column]) OR Count([Column])) > 0,1,0) = 1Jordy
Climber