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 Apps
Unanswered

active Customer

(0) ShareShare
ReportReport
Posted on by 104

hi, I would like to filter the view of our customers for an underlying column "Active" in an extra customer SP list ...

The selection is in the taskboard list ....

How do I do that? if I reference filters (customers; active <> false) directly in the box, my filter of the catalog will not work anymore
     SortByColumns (
     Filter (Sort (task board; ID; Descending);
            ; Customers.Value = ComboBox_TaskAnsicht_Search_aktiveKunden.Selected.Value)

why is that? and what is a better solution?

Kind regards

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    @testaccPA 

    Did you leave out some code when posting to the forums? SORTBYCOLUMNS had only 1 argument and did not have a closing bracket.

     

    SortByColumns (
     Filter(
     Sort(taskboard; ID; Descending);
     Customers.Value = ComboBox_TaskAnsicht_Search_aktiveKunden.Selected.Value
     )
      ???;
     ???
    )

     

    More questions:

    What SP column type is Active?

    What happens when you use this code only Filter(customers; Active = true)

    What happens when you use this code only Filter(customers; Active = false)

    Are you trying to filter by both this Customers.Value = ComboBox_TaskAnsicht_Search_aktiveKunden.Selected.Value and Filter(customers; Active = true)?

     

    ---
    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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard