web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Help with a filter/sor...
Power Apps
Unanswered

Help with a filter/sort on a Gallery

(0) ShareShare
ReportReport
Posted on by 106

Hi

I need help with a filter/sort on a Gallery (Gal_AllCandidatesView).


I have a DropDown Dd_ChooseResponsible, where I need to Filter on the value Liable (it's a text column in Salary_MasterData and contains names), so if I chosse the name Peter in Dd_ChooseResponsible, then Gal_AllCandidatesView should only show Peter's candidates.
But I then also have a ComboBox CBox_SearchCandidate, where I can filter on the candidates Name or Mail (also from Salary_MasterData): I need to have Dd_ChooseResponsible working independent of CBox_SearchCandidate and vice versa.
So when I find Peter in Dd_ChooseResponsible, it shows Peter's candidates, when I then reset the filters and will filter for all users with the names starting with B in CBox_SearchCandidate it should find all users with B in name or mail.

 

varSortValue and varSortDirection are from OnStart.
Set(varSortValue, "VIP"),
Set(varSortDirection, "Descending")


SortByColumns(
Filter(
Salary_MasterData,
Concluded = false,

(IsBlank(Dd_ChooseResponsible.Selected.Result) || Liable = Dd_ChooseResponsible.Selected.Result)
||
(IsBlank(CBox_SearchCandidate.SelectedItems) || CandidateName = CBox_SearchCandidate.Selected.CandidateName || CandidateMail = CBox_SearchCandidate.Selected.CandidateMail)


),

varSortValue, //variabel sat i OnStart
varSortDirection, //variabel sat i OnStart

"VIP", SortOrder.Descending,
"CandidateStartDate", SortOrder.Ascending,
"CandidateName", SortOrder.Ascending,
"Styrelse", SortOrder.Ascending,
"Liable", SortOrder.Ascending,
"CandidateMail", SortOrder.Ascending
)

Screenshot 2023-04-21 091308.png
Screenshot 2023-04-21 091435.png
Categories:
I have the same question (0)
  • Clue Profile Picture
    187 on at

    Hi @Rene_Newbee, could you please clarify what exactly it is you need help with? If you were to provide screenshots from the app that would also be helpful:)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 514

#2
WarrenBelz Profile Picture

WarrenBelz 419 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 295

Last 30 days Overall leaderboard