Can i make a column read only in a slice

I have a slice and when users view this slice I would like to make one of the columns read only so it can’t be changed while in this view. Is this possible and if so can you help me with info on how?

Thanks
Foster

0 1 554
1 REPLY 1

Steve
Platinum 4
Platinum 4

In the column’s Editable? property, use an expression that considers CONTEXT("View") to allow modifications only if not in your read-only view.

Top Labels in this Space