New Field when choosing an option


Thank you so much for all the help I receive from each of you. This time I would like to receive your help on how to do this:

In the UPS Status I have three options. I want to achieve that when the “Requiere atención” option is selected the UPS note field appears, otherwise keep hidden.

Solved Solved
0 4 109
1 ACCEPTED SOLUTION

View solution in original post

4 REPLIES 4

En el campo para fórmulas Show_if → [UPS Status] = “Requiere atención”

I did this in the Show_If expression assistant and it only works on Enum datatypes, but I needed it to work with EnumList datatype on the UPS Status column. I tried in another way using IN but it did not work.

Thank you Marc . It worked with IN (“Requiere atención”, LIST([UPS Status]))

Top Labels in this Space