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! Go to Solution.
Something like this?
SWITCH(
[operations],
"investments",
{"ppi", "chu"},
{"bna", "bbva", "ppi", "cash", "chu", ...}
)
User | Count |
---|---|
18 | |
11 | |
7 | |
4 | |
3 |