Conditional options in nested form

I have relational schema with some tables. Something like that:

 

lucasferreira_0-1677788142523.png

The packages are linked to the samples, whitch are linked to the projects, whitch have a category.
But there's a business rule: only certain packages are avaliable for each category.

That said, In the nested form how can I filter the options that will appear in the "Package" option of my form based in the data that are in the table "Categories", that are three levels up?

this is the inicial page, the user may select the category and the project and click in "new" to add the samples
lucasferreira_1-1677788750026.png

 

when adding the samples, the usar may select the package

lucasferreira_3-1677788821435.png

currently all package options appear, but I neet to show only the avaliable options. 

 

lucasferreira_2-1677788780172.png

โ€ƒ
I dont know to do that, I think the correct answer is to use a "valid if" expression, by dont know which expression and in which column it should be set.

Solved Solved
0 2 136
1 ACCEPTED SOLUTION

2 REPLIES 2

Okay, I know that, but in that case, where do it set the valid if expression?

Top Labels in this Space