I want to filter "Flat/Unit" dropdown column ...

I want to filter โ€œFlat/Unitโ€ dropdown column based on the โ€œStatusโ€ of payment. So the drop down should only display โ€œFlat/Unitโ€ whose โ€œStatusโ€ is โ€œDUEโ€ .I used SELECT expression for this which is working fine for new additions.

However, when I try to update a record, it says invalid entry as the

"Flat/Unit"s status for this specific column is changed to

โ€œClearโ€ while addition.

Is there any way around it?

0 2 331
2 REPLIES 2

You can use for example SELECT(โ€ฆ)+{CONCATENATE([_THIS])} in Valid_If

Worked like a charm. Thanks @Aleksi_Alkio

Top Labels in this Space