Skip to main content
Community site session details

Community site session details

Session Id : twEmM8XqkC1JByfYa1Tk4h
Power Apps - Building Power Apps
Answered

Sorting and Switching for Views

Like (0) ShareShare
ReportReport
Posted on 8 Jun 2023 15:02:41 by

I'm trying to figure out how to use a search box, and ascending/descending order button with different views.  The below formulas work great on their own.  How do I combine them?

 

SortByColumns(Filter([@'Recruitment tracker'], StartsWith(Title, TextSearchBox1_2.Text)), "Title", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))

 

Switch(Dropdown1.Selected.ViewName,"My Candidates", Filter([@'Recruitment tracker'],'Recruiter'.Email = User().Email))

  • IBrant Profile Picture
    on 09 Jun 2023 at 13:57:34
    Re: Sorting and Switching for Views

    That worked perfectly!  Thank you so much!

  • IBrant Profile Picture
    on 09 Jun 2023 at 12:44:24
    Re: Sorting and Switching for Views

    That worked perfectly!  Thank you so much!

  • Verified answer
    v-bofeng-msft Profile Picture
    on 09 Jun 2023 at 02:35:32
    Re: Sorting and Switching for Views

    Hi @IBrant ,

     

    Please try:

    SortByColumns(
     Switch(
     Dropdown1.Selected.ViewName,
    		 "My Candidates", 
    		 Filter([@'Recruitment tracker'],'Recruiter'.Email = User().Email),
     Filter([@'Recruitment tracker'],StartsWith(Title, TextSearchBox1_2.Text))
    	), 
    	"Title", 
    	If(SortDescending1, SortOrder.Descending, SortOrder.Ascending)
    )

     

    Best Regards,

    Bof

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete