I'm having trouble wrapping my head around something with Named Formulas.
To keep things fast, I used to filter and load a small subset of records into a local collection via OnStart. I also have a search box to look into various fields for data. Also, I'd have various ClearCollect statements littered through the app where needed to keep the collection up to date after adding / changing records.
I figured Named Formulas would streamline this somewhat. A single named formula defining the collection, and ClearCollects would be a thing of the past. Adding / editing a record would show those changes immediately. This part seems to work.
But, filtering a gallery's items that uses this Named Formula with a search box seems to cause delegation and sometimes other problems. Is this something that can't be done? If I set the collection via Onstart, the filtering works (typically using IN to look for text strings inside fields). But, that same collection as a Named Formula plays havoc with filtering.
Anyone seen this? Anyone figure out how to have a Search Box with a Named Formula?