Show XY column in map view but hide it in detail view

I want to show a XY column in map view and in form view. But I want to hide it in detail view.

This is possible with the expression
IN(CONTEXT("ViewType"),LIST("Map","Form"))
or
CONTEXT("ViewType")<>"Detail

But: When you click on a XY Pin on Tablet or PC, the detail view will pop up on the side of the map. And since I’m still in map view, the XY column will show up in the pop up detail view.

The only solution I found to hide the XY column in detail view, is to set the Column order in the detail view. I mean: Add all columns beside the xy column.

But maybe somebody knows a better solution?

1 3 135
  • UX
3 REPLIES 3

I know what you mean, actually I want to achieve what you want.
However, it appears to be logically impossible for the moment.

Steve
Platinum 4
Platinum 4

Have the column’s list reference a slice?

Sorry @Steve I don’t understand what you mean.

Top Labels in this Space