Hi,
What is the expression I can use for NOT showing a column i.e. field1 if field1 is null?
Is it:
=iif(isnothing(...field1), true, false) ?
If so, then not sure why this does not work and the column still shows if field1 is null
Thanks
What is the expression I can use for NOT showing a column i.e. field1 if field1 is null?
Is it:
=iif(isnothing(...field1), true, false) ?
If so, then not sure why this does not work and the column still shows if field1 is null
Thanks