Two different display names

Is it possible to use two different display names for a table column?
I want to have one display name for the form and a different display name for the detail view.

e

0 3 204
  • UX
3 REPLIES 3

Yes, in the display name field you can use:

IF(CONTEXT("ViewType")="Form",
   "Form Name",
   "Other Name"
)

Wow, this is awesome.
Thanks Jonathon.

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space