Row related require

Hi Community
I need this row to be required. but in the columns tab this option is blocked. please help

Thanks

Diego Velasquez.

2X_d_dc4550a58cd251418c47b11c5bc85e243fec4562.png

0 3 379
3 REPLIES 3

Steve
Platinum 4
Platinum 4

I donโ€™t believe the REQUIRED? setting has any meaning for virtual columns: meaning, even if ON, it wouldnโ€™t be enforced.

Try using a Valid_If expression: COUNT([virtual-column]) > 0

unfortunately, it did not work

Have you confirmed your REF is returning rows, and the key column on the refereed table makes sense. As @Steve mentioned, you donโ€™t set a REF as required because itโ€™s just connecting to to source data you are referring to. That column and data in that table you can set to requireโ€ฆ

I would check the source data first.

Top Labels in this Space