show some values in a column enum type

hi

What strategy can I use so that in a form view, an enum type column only shows some values, depending on the value entered in the previous column?

thanks

Solved Solved
0 3 118
1 ACCEPTED SOLUTION

Something like this?

SWITCH(
  [operations],
  "investments",
    {"ppi", "chu"},
  {"bna", "bbva", "ppi", "cash", "chu", ...}
)

View solution in original post

3 REPLIES 3
Top Labels in this Space