最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

powerapps - How to handle null values and delegation warnings in Power Apps when filtering - Stack Overflow

programmeradmin4浏览0评论

I am trying to filter data in Power Apps, but struggling to handle null values in my formula. I attempted to use logical operators like and, as well as functions like and, but none of these approaches worked for my data source (Excel Online, One Drive)

Dropdown items:=

Distinct(
    Filter(Vendor_table, status <> "Waiting for HOD Approval"),
    vendor_name
)

Can anyone suggest the best way to filter data while avoiding the eq null not supported error and delegation warnings?

发布评论

评论列表(0)

  1. 暂无评论