Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Order By field.Value

(0) ShareShare
ReportReport
Posted on by 145

Hi

with a field value (field.Value) I'm not able to sort the column

Example: in this way run

SortByColumns(
Filter(db_Lis;
xxxxx = yyy);
"field1;Ascending);
 
 Example: in this way doens't run
SortByColumns(
Filter(db_Lis;
xxxxx = yyy);
"field2.Value";Ascending);
 
Categories:
  • Verified answer
    eka24 Profile Picture
    eka24 20,921 on at
    Re: Order By field.Value

    Try

    Sort(Filter(db_Lis; xxxxx = yyy);
    field2.Value;Ascending)
    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
  • Verified answer
    mdevaney Profile Picture
    mdevaney 29,987 on at
    Re: Order By field.Value

    @Giorgio67 

    Simply use the SORT function instead

    Sort(Filter(db_Lis; xxxxx = yyy); field2.value; Ascending);
     
    ---
    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."

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

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

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,434

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,722

Leaderboard