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 / Eq Null is not supported
Power Apps
Answered

Eq Null is not supported

(2) ShareShare
ReportReport
Posted on by 36

Hi Guys - I wonder if anyone can help with the below error message? The app works fine when the error message is cleared. I know it has something to the code below that I have in the Area field... Both the area and store data are taken from a different source from the rest of the fields and the store field is dependent on the area field selected.

 

The code I have in the area field is                                                                 

SortByColumns(Distinct(Table2,Area),"Result")

 

Any help to resolve would be greatly appreciated.

 

Screenshot 2022-03-28 223053.jpg

Categories:
I have the same question (0)
  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    Does the error disappear when you select an area in DD_Area as it looks like the store error is saying it expects a value there based on the filter in order for it to work.

  • SteCos Profile Picture
    36 on at

    Yeah the error message disappears once an area is selected but when the app is live the error message shows up when users navigate onto the form.

  • Verified answer
    AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    Try this:

     

    If(IsBlank(DD_Area.Selected.Result),SortByColumns(Distinct(Table2,Site),"Result"),
    SortByColumns(Distinct(Filter(Table2,Area = DD_Area.Selected.Result),Site),"Result"))

     

    or this and let me know if you get your desired result:

     

    If(!IsBlank(DD_Area.Selected.Result),SortByColumns(Distinct(Filter(Table2,Area = DD_Area.Selected.Result),Site),"Result"))
  • SteCos Profile Picture
    36 on at

    The first one seems to have worked! Thanks for your help 🙂

  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    You are very welcome I am happy to help 🙂

  • adbryson Profile Picture
    23 on at

    Second option worked for my situation, thanks @AJ_Z !

  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    Glad to be of assistance 🙂

  • To_W Profile Picture
    4 on at

    Hello,

     

    i have a similar problem with this string:

    Filter(Lagerbestand;Kunde=Dropdown1_1.SelectedText.Value)

    andthis:

    LookUp(Lagerbestand;Bezeichnung=Dropdown1_2.SelectedText.Value).Teilenummer

    but I am too stupid to adapt the If function to my code 😞

    In both cases, I am refering to an "earlier" dropdown. My table is in excel.

     

    I think the first solution is suitable for me, maybe someone could help me with the If funktion?

     

     

     

     

    image.png
  • To_W Profile Picture
    4 on at

    Ok, ChatGPT was helping 🙂

    If(IsBlank(Dropdown1_1.SelectedText.Value);Lagerbestand;Filter(Lagerbestand;Kunde=Dropdown1_1.SelectedText.Value))

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard