I have a gallery, "BLUF" with a data source of "ExpenseMaster". The ID from "ExpenseMaster" is the same as "Master ID" in "ExpenseDetails". When I select the entry from "BLUF" gallery I want to show all entries from "ExpenseDetails" that has the same ID selected from "BLUF" in another gallery. How can I do this?
Solved! Go to Solution.
You would want the Items property for your second gallery to be like this:
Filter(ExpenseDetails, 'Master ID' = BLUF.Selected.ID)
You would want the Items property for your second gallery to be like this:
Filter(ExpenseDetails, 'Master ID' = BLUF.Selected.ID)
User | Count |
---|---|
121 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
108 | |
83 |