UX_form and Slice

Good evening everyone,

I have a worksheet in which it will be displayed in 2 ways, through a slice and in "normal way".
In this worksheet I have 2 columns, one of them (let's call it column "1") of type "Enum" with 2 values ​​(let's call the values ​​"A" and "B"), the other column ("2") must appear for filling in the slice form only if column "1" has the value "A".
So, I need this condition to work only in the "Slice Form", I don't want it in detail and in the main menu of that slice to present this condition.
As for the "normal mode", it should not have any conditions.

 

vitorlicori_0-1648602039803.png

 

I'm from Brazil, and I don't know if I managed to explain correctly.
Thank you very much in advance.

0 2 87
2 REPLIES 2

You will want to use the CONTEXT() function - e.g.  IF(CONTEXT("View") = "Your Slice Form Name", ...

https://help.appsheet.com/en/articles/2347640-context

 

Tks...

Top Labels in this Space