Hi community,
I've a collection collected with values from 2 SharePoint lists.
I would like to create a dropdown over each column (distinct values) in the gallery that displays the collection.
I am failing though to filter the collection based on a dropdown. When I filter, the dropdown contains only the before selected value.
How can i achieve what I am planning to do? I am a bit stuck here...
Can anybody help me out?
Solved! Go to Solution.
the combobox does not work here.
And the Asc/Desc sort is without function
UpdateContext({SortByOrder:!SortByOrder})
Any idea whats wrong?
Hi @Frankie70
SortByColumns(
Filter(
alldata,
(IsBlank(Dropdown1.Selected.Result) || Dropdown1.Selected.Result = PStatus.Value)
&& (Other Conditions)
),
"Title",
If(
SortByOrder,
Descending,
Ascending
)
)
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
70 | |
50 | |
46 | |
20 |
User | Count |
---|---|
253 | |
120 | |
84 | |
79 | |
68 |