Problem with hiding columns in form view

Hi all

I have a question regarding hiding a column in the form view.
In my table I have a virtual column that shows a weekday, based on the today() function. I need to show it in the table views, but when you go into the form view, this virtual column is visible. How do I hide it in the form view, but keep it visible in the table view? (See pictures for setup)

Thanks!

1X_2cb0fdb6977f5aa5c0aa37c400c5bfa615459532.png 1X_7ef66112e2099e5d138f9ca81ebf0d5673330ace.png

Solved Solved
1 6 2,011
  • UX
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

In the columnโ€™s Show_If property:

(CONTEXT("ViewType") <> "form")

View solution in original post

6 REPLIES 6
Top Labels in this Space