@Michael_Pinto For your toggle button, you could create a custom action under Behavior > Actions. help.appsheet.com - Actions: The Essentials Actions: The Essentials help.appsheet.com
+Steve Coile I wanted a overlay button on the deck view of the country table (see picture of table structure above). I however realized that actions only work in the detail view. So the idea was that I had a deck view of the country table that shows a list of all countries. I then thought I could have a overlay button on this view that navigated to a deck view of the filtered country slice (i.e. Slice used formula above to only show a filtered view of the countries only had related users and manufactures). The button would dynamically change based on the view you where currently in (I. E. The button would navigate to the deck view of the slice if I wasn’t already in that view and back to the unfiltered deck view if I was in the filtered deck view linked to the slice). Any workaround suggestions?
+Steve Coile I was under the impression that linktofilteredview achieved the same result as linkedtoview to a slice of the table? Probably I lot more efficient then a slice. Will experiment with it though. I suppose this does not influence my navigate to another view from any other view other than a detail view.?