Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Data Table to show results with three criteria including blank date field

(0) ShareShare
ReportReport
Posted on by 28

I have a data table that I am trying to display a list of records that are missing a date along with 2 other criteria. I can get the data to show with the two of the criteria but can not get it to include the missing date criteria.

 

Got this to work with only 2 of the 3 criteria:

Filter('PROJECT DATA', ProjUserEmail=User().Email && ProjStatus="Pending Construction")

 

I have tried the following with no success:

Filter('PROJECT DATA', ProjUserEmail=User().Email && ProjStatus="Pending Construction" && USERUPDATE="")

Filter('PROJECT DATA', ProjUserEmail=User().Email && ProjStatus="Pending Construction" && IsBlank(USERUPDATE))

 

The data table should include.

 

Source=PROJECT DATA

Field Criteria = ProjUserEmail should equal the users email 

Field Criteria = ProjStatus should equal all that have "Pending Construction" as a value

Field Criteria = should only include all dates not entered or blank in field USERUPDATE

 

Looking for some help. Thanks

  • Verified answer
    Gerard Simpson Profile Picture
    Gerard Simpson 2,987 on at
    Re: Data Table to show results with three criteria including blank date field

    Hi @Armyrunner 

     

    Can you try ...&& USERUPDATE=Blank())  and see how you go?

     

    Hope this helps.

     

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