How to use context in case of virtual columns, to hide a column in a specific view?

Is there any way that we can control the viewing of a virtual column in different views/viewtypes?

Because context doesnt work in case of virtual columns.

0 3 159
3 REPLIES 3


@Aditya_Vinayak_ wrote:

Because context doesnt work in case of virtual columns


What do you mean? Can you share screenshots?

 

I have a virtual column by the name of "Customer Name", which I want to only be visible on the "Customer" View but not anywhere else, like in the form or anywhere.

How do i do that?

you need to use CONTEXT("View") = "Name of The View" 

Top Labels in this Space