Show If not working

Hi All

I am sure this is a simple issue and just needs another set of eyes.

I have read many posts and tried the solutions, however they do not work.

I have a table with a column for Category which contains a drop down of values from reference table CATEGORY

HansieT_1-1660046310759.png

I have another column in the same table and based on the selection the user makes for column CATEGORY, I would like to show another column.

HansieT_0-1660046243601.png

I have tried CONTAINS([CATEGORY],"UNIT") and this does not give the desired results. It simply does not show up. I tried these for the Required setting as well with the same result.

I have tried with the universal on and off.

HansieT_0-1660055585020.png

 

What am I missing ?

Thank you

Solved Solved
0 1 358
1 ACCEPTED SOLUTION

Row key vs label?

A Ref column stores the key value of the referenced record, but displays the label. You'd have to use the key value in the show_if expression.

https://help.appsheet.com/en/articles/961466-row-labels

https://help.appsheet.com/en/articles/1023086-what-is-a-key

https://help.appsheet.com/en/articles/961426-references-between-tables

 

View solution in original post

1 REPLY 1

Row key vs label?

A Ref column stores the key value of the referenced record, but displays the label. You'd have to use the key value in the show_if expression.

https://help.appsheet.com/en/articles/961466-row-labels

https://help.appsheet.com/en/articles/1023086-what-is-a-key

https://help.appsheet.com/en/articles/961426-references-between-tables

 

Top Labels in this Space