Hi,
I have a concern with my gallery Power apps.
Let me explain: I have a List that I named "Article" and another that I named "ArticleEntite".
in the "ArticleEntite" list, I have the list of Articles that belong to an Entity (Company).
The code below therefore allows me to display the articles by entity:
Filter(Article, Actif=true, Nom in ShowColumns(AddColumns(Filter(ArticleEntite, EntiteId.Value=First(activeRole.display1).EntiteId.Value, Actif=true),"NomArticle",ArticleId.Value),"NomArticle") )
It works perfectly but shows me an error (Warring) that I cannot correct.
Thank you for your help!
Show us the warning.
I m guessing that the warning is a delegation error that says that the filter may be worst on large data sets.
The only ting you can do is filter y a unique value.
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
yet it works perfectly but these warring that worries me
The error is on "In"... the only problem is if you have to much data... I will do a little bit of research and tell you..
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
32 | |
32 |
User | Count |
---|---|
264 | |
91 | |
78 | |
68 | |
67 |