Show on form but not in detail view

I have a form that has a column [Break] that asks Yes/No questions. Based on “Yes” responses other columns will appear. I need the Yes/No [Break] column to always appear on the form, but if “No” is selected on the form, I need it to be hidden on the Details page. Since other columns are shown/hidden based on answers from the [Break] column and I need it to show up on the details page if “Yes” was chosen it has complicated things a bit. Any help is much appreciated.

Solved Solved
0 4 732
1 ACCEPTED SOLUTION

Try instead:

("Form" = CONTEXT("ViewType"))

View solution in original post

4 REPLIES 4
Top Labels in this Space