Slice Filtering

Hi Guys,

I’m trying to create a “Serial Number” App menu in the Appsheet. I want it that if I click an icon (Serial Number), it will only show the “Link Name/s” with that Serial Number.

Is there an easy way aside from creating multiple slices with filtering. AND(Screen = “Test result” , Serial Number = " XXX ")?

Thank you!

You dnt need any slices for such scenario.
Try to use LINKTOFILTREDVIEW() construction

2 Likes

Or you could build the connection into your data, and AppSheet will natively group all these sorts of things together for you.


Just FYI

  • I’ve used LinkToFilteredView() something like… 5 times in my life.
  • If you build your data schema out with the appropriate connections, hackiness like this isn’t needed.
3 Likes

MultiTech_Visions:

Just FYI> > - I’ve used LinkToFilteredView() something like… 5 times in my life.> - If you build your data schema out with the appropriate connections, hackiness like this isn’t needed.

I use to be able to say the same. But then I started using it a bit. Then I kept getting more ideas on where to use it. You should try to consider it in another light!

5 Likes

Thank you all for the great informations. Will try it in my app.

1 Like