Hi all,
I have created an app which is used by a training team, it has a gallery of delegates which is filtered via a dropdown to filter the training centre. Once a delegate is selected it opens up a details screen where information is changed as needed and navigates back to the gallery once complete. The filter resets to all when it navigates back to the gallery, how can I use a formula to allow the same selected centre to be visable to save having to select (filter) by centre again or ever time it goes back to the gallery? Or is there another method?
Gallery ITEM-
If(DropdownMain.Selected.Result ="All", 'Training Tracker - (Bench Test)', Filter('Training Tracker - (Bench Test)', Centre.Value = DropdownMain.SelectedText.Result))
Screen ONVISABLE -
ClearCollect(CollectMain, {Result: "All"});
Collect(CollectMain, Distinct('Training Tracker - (Bench Test)', Centre.Value))
DropDown ITEM -
CollectMain
Thanks in advance!
Chris.
Solved! Go to Solution.
You'll want to set a variable (global or context depends on if you need the value anywhere else in your app)...
For Screen
For DropdownMain...
For Gallery
You'll want to set a variable (global or context depends on if you need the value anywhere else in your app)...
For Screen
For DropdownMain...
For Gallery
Hi @CatSchneider ,
Thank you for your reply, but I am well confused and need to do a bit of reading to better understand this area, as this is used else where in the app.
Thank you,
Chris.
User | Count |
---|---|
255 | |
114 | |
94 | |
48 | |
38 |