Can not choose dropdown list use with valid if

allow
New Member

how can I do this? I try to choose on dropdown it can not. I use this expression on valid if >> SELECT(Batch_qualify[Batch Virtual Column],[PO Virtual Column]=[_THISROW].[order]) โ€ฆit show
3X_c_6_c693c0ff9598c535cc0e8c2b305f992aac4f9b2b.png
I try to choose and save , it show massege >>
3X_7_e_7eb7d4a1f27f6b9f9c6cdfcf4e8c2c5c4d99c972.png
Help me please.
Thank you.

0 14 366
14 REPLIES 14

It shows the warning/alert as your field is a required field. When you select one of your options, it will go away.

I do not check require. It will return that.

Your app thinks you did:

3X_6_b_6b7c244110084fe7068161f991f868c307e051a4.png

After removing check require and saving when selecting batch, it seems that it was not selected when saving returned with the same message came up. I donโ€™t understand.

Is the Batch column the key column for the table?

Batch is not a key, but the key is CONCATENATE ([Order], โ€œ:โ€, [Batch]).Column โ€˜Batchโ€™ is part of a computed key.
I wonder if we can check require, but the Batch button cannot be selected or pressed, so it will display a message saying This entry is require.
All in all, the Batch button cannot be selected.
Why is this May I know, please explain or help me.

Any column that is key or is used to generate the key is both required and may not be changed after the row is saved the first time.

The main point is check require? I understand. Ihave to check require.But now I canโ€™t do this yet.It disable to select.Please advise.
3X_8_a_8aa19c62495726bd9352b87c795c78f1f6dc7135.png

Iโ€™m having difficulty understanding. I think youโ€™re saying that you are unable to choose from among the available values for the Batch column? That the app wonโ€™t let you choose one?

Yes, sir. Iโ€™m very confused.

I donโ€™t understand and donโ€™t know how to fix it.

Could someone please help?

Dont use the computed key, just add ID column with uniqueid() as initial value expression.
You are using two fields to generate computed key out of order/batdch field. Those two are used as key, so not editable. So you dont see the drop down selection, as it is not editable.
Also you need to pass Batch field value as it is part of key, it can not be a null.

Thank you for all advise and help.

Top Labels in this Space