Enum select from 2 different colum

Hello,
i have an enum column [grade]
i would like to filter the choices by key.

table1 has [key][grade1][grade2]
table2 has [key][grade]
In the form i would pick one between [grade1] and [grade2] based on [key]
Is it possible and what would be the valid if condition?
I tried with Select but iโ€™m not able to pick from 2 different column

thanks

Solved Solved
0 3 306
1 ACCEPTED SOLUTION

Bahbus
New Member

Use a SELECT()+SELECT(). They both create return as lists and you can just add the lists together.

View solution in original post

3 REPLIES 3

Bahbus
New Member

Use a SELECT()+SELECT(). They both create return as lists and you can just add the lists together.

Thanks, it works
I didnโ€™t try the โ€œ+โ€

Top Labels in this Space