Hello,
I would like to revelate différent choices list for the same data field.
like that :
type | name | revelant |
select_one list1 | RESULT | if objectid>0 |
select_one list2 | RESULT | if objectid=null |
is it possible 🙂
Solved! Go to Solution.
Hello @GregoireCatineau,
A choice filter may be a better approach to this workflow. Instead of having 2 different choice lists you would have 1 choice list that then show different choices based on a function. I've attached a simple survey but we also have a choice filters and cascading selects sample that goes into more detail.
Hello @GregoireCatineau,
A choice filter may be a better approach to this workflow. Instead of having 2 different choice lists you would have 1 choice list that then show different choices based on a function. I've attached a simple survey but we also have a choice filters and cascading selects sample that goes into more detail.
It's works prefectly, thank you very much Zachary ! 🙂