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 ")?
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!