0
"Display field only, if:" help
I have a Table Reference that I'd only like to display if a specific selection is made to a Multiple choice Radio Button. How do I do this?
2 replies
-
Try something like this:
"Display field only, if:"
contains(text(chosen(YourField)), "YourValue")
-
Perfect, thanks!
Content aside
- 5 yrs agoLast active
- 2Replies
- 1834Views