Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone let me know what is the difference between
Columnname and Only(Columnname) when used in expression
Thanks.
Only cannot be used in dimension. It can only be used in expression.
But you can use expression in dimension combined with Aggr
Aggr(If(Not IsNull(FieldName), FieldName), FieldName)
Thanks for your answer.