Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Can i add a Behavior to a Slice View?

Hi all,

Here is my problem :

I have 2 data tables, “Customer Tab” and “Pending Customer Tab” ( Slice from Customer Tab).

Both data tables have a view in the app.

Then i created a Behavior that i want to toggle from my “Pending Customer Tab” View.
But the “For a record of this table” input from the Behavior settings only allows me to select Tables, not Slice.

So i can’t toggle this behavior from my Slice ?
Is there an other way to do it ?

Thanks.

0 1 306
1 REPLY 1

Steve
Platinum 5
Platinum 5

Actions are always associated to a table, but as such are also automatically associated with all slices of that table, so you can use the action with your slice.

To prevent the action from appearing for the table itself, use the action’s Only if this condition is true expression. A common approach is to use the CONTEXT() function.

See also:

Top Labels in this Space