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 734
1 ACCEPTED SOLUTION

Try instead:

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

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

Thanks Steve. Iโ€™m a rookie with this but refuse to let it beat me, so I apologize in advance. I tried the CONTEXT(โ€œBreakโ€) = โ€œFormโ€ as a Show_If expression. I was thinking the โ€œFormโ€ meant the view type. I found out I was wrong. Is there an expression that I could use to allow the Yes/No [Break] column only show on a form view?

Try instead:

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

You are the man! Thank you Steve! Worked perfectly!

Top Labels in this Space