Overlay buttons

NCD
Silver 2
Silver 2

I have a Complete button, Prominence set as Display overlay.

I have a View of a Table and a Slice View of that Table. I want this Complete button to only show in my Slice View

How can I do this?

Solved Solved
0 4 110
1 ACCEPTED SOLUTION

4 REPLIES 4

Thank you, this worked for;

not displaying the overlay for my slice view  in my view of a table.

But the other way around, meaning;

what I want the view of table  to have, but don't want the slice view to have

does not seem to work with the same expression 😞

CONTEXT(“View”)=“Table_Inline” show,  CONTEXT(“View”)<>“Table_Inline” other show

CONTEXT(“Viewtype”)=“Table_Detail” show, CONTEXT(“Viewtype”)<>“Table_Detail” other show

Thank you very much!

Top Labels in this Space