How to make a Column Visible in Deck View but Not Visible in Form View?

Hello,

I have a Virtual Column that displays the Due Date in a more explicit way than a simple Date Column. It’s a Concatenate formula between some other columns. So it’s an automated calculation.

I want to display it in Deck View, as seeing the Due Date is important, but since it’s an automated calculation, I don’t want it to appear in the Form View of the Task, and I can’t figure out how to do that. I need to know how to make that work both for a Task Table and a Task Slice.

2X_d_dcd110a6cca43390218bf41f25da5cf8966b780f.jpeg

Any ideas?

Thank you,
Sorin

Solved Solved
0 3 306
  • UX
1 ACCEPTED SOLUTION

For the show if formula, try this:

CONTEXT("ViewType") <> "Form"

View solution in original post

3 REPLIES 3

For the show if formula, try this:

CONTEXT("ViewType") <> "Form"

Perfect, I knew this was an easy one for you guys

I just recently picked that up myself, and I’ve been doing this for years!

Top Labels in this Space