Show a field according to the select view

Hi guys

I have two different views that  use the same table data.

Can I  show a column field  only in one form view?

Where have I to insert the if condition?

Thanks

Solved Solved
0 2 116
1 ACCEPTED SOLUTION

To achieve that, I prefer to create two slices of the same table, and select columns I want to use for each view. Or you can write show if condition for the column using IN(CONTEXT("View") = LIST("ViewName"))

View solution in original post

2 REPLIES 2

To achieve that, I prefer to create two slices of the same table, and select columns I want to use for each view. Or you can write show if condition for the column using IN(CONTEXT("View") = LIST("ViewName"))

Perfect!! Thanks @romanus 

Top Labels in this Space