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.

What do you mean? Can you share screenshots?

1 Like

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”

1 Like