I am using this expression NOT (IN ([_ THIS], SELECT (Yard [N FLIGHT], [DATE] = TODAY ()))) to avoid duplication, but I would like it better to be removed from the drop down list when an element has already been used in 24 hours is it possible to do this function?
Patio ([N FLIGHT]) → where the flights are registered and Program vlos ([Concat vlos]) —> referenced column for the drop-down list
I appreciate your help, I spent hours and hours and I can not make it work
Currently this expression works wonderfully, but users suggested that the item that was already used within 24 hours should be removed from the drop-down list
Thank you for further informations.
Again, please pick Enum instead of Ref, and set base type as Ref with source table PROGRAM VLOS.
That will work better and be easier to manage.
Based on the informations you shared, I suggest you create a slice for the PROGRAM VLOS used today.
Then, use your Valid_If based on that slice.
My suggestion:
Let’s assume [keyVuelo] is the key column of your table PROGRAM VLOS.
Let’s name the slice: “VlosToday_Slice”.
Source table : PROGRAM VLOS
Row filter condition: