How can you use a row label in an expression?...

How can you use a row label in an expression?

I am trying to configure a show if constraint with the OR expression to see if it matches the text of a row column.

It appears to be reading the actual row key.

Thanks

Yes, inside Show_if expressions and such, Ref columns return the actual row key from the referenced table, so I would suggest to use Dereference if you need to use the Row Label’s value.

@RezaRaoofi

Awesome! Thank you Reza! That worked

You’re welcome.