Hello,
For the dropdown you can do this in the Items Property:
Distinct(DATASOURCE,ID)
Where datasource is your datasource you use for the gallery.
To filter the gallery you can put this in the Datasource Property:
Filter(DATASOURCE,ID = Dropdown.Selected)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hello,
For the dropdown you can do this in the Items Property:
Distinct(DATASOURCE,ID)
Where datasource is your datasource you use for the gallery.
To filter the gallery you can put this in the Datasource Property:
Filter(DATASOURCE,ID = Dropdown.Selected)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
For the dropdown you can do this in the Items Property:
Distinct(DATASOURCE;ID)
To filter the gallery you put this in the Datasource Property:
Filter(DATASOURCE; ID = Dropdown1.Selected.Result)
User | Count |
---|---|
183 | |
110 | |
88 | |
44 | |
42 |
User | Count |
---|---|
229 | |
108 | |
106 | |
68 | |
68 |