Hello community,
how can I use FetchXML Filter?
I can enter some fetchXML, but it is not saved.
Is somewhere an example how to use?
Thanks,
AndKan.
Solved! Go to Solution.
Hi, is this the entity list / subgrid filter?
if yes take a look at this post: http://oliverrodrigues365.com/2020/04/26/power-apps-portals-entity-list-conditional-action/
also note that this doesn't apply for the "Create" action (if you need you can apply JS for that).. hope this helps
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Power Apps Portals Super User
Hi, where you define the filter type, you can add a tag (adx:uiname) to specify the display name, for example:
<filter type="or" adx:uiname="my custom filter">
<!-- conditions here -->
</filter>
Power Apps Portals Super User
Hi, is this the entity list / subgrid filter?
if yes take a look at this post: http://oliverrodrigues365.com/2020/04/26/power-apps-portals-entity-list-conditional-action/
also note that this doesn't apply for the "Create" action (if you need you can apply JS for that).. hope this helps
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Power Apps Portals Super User
My screenshot is from entity list.
I see, that only <filter>...</filter> is needed there, not the whole <fetch> ...
Your link is another thing, but where interessting.
Thank you.
How can I add a name/headline for such a filter?
Entity name as headline is not nice for endusers.
Thanks again,
AndKan
@OliverRodrigues no idea?
Cannot believe, there is no solution for this problem. This filter seems useless, if headline cannot be change in user-friendly name.
Hi, where you define the filter type, you can add a tag (adx:uiname) to specify the display name, for example:
<filter type="or" adx:uiname="my custom filter">
<!-- conditions here -->
</filter>
Power Apps Portals Super User
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.