Hello fellow developers,
I am looking for a way to apply multiple conditions to my entity list on one-click.
i have added a fetchxml filter
<filter type="and" adx:uiname="Complex filter on time">
<condition attribute="go_priceeffectivesince" operator="last-x-years" value="20"/>
<condition attribute="go_priceeffectiveuntil" operator="next-x-years" value="20"/>
<condition attribute="go_marketingstatus" operator="ne" value="936520002"/>
</filter>which does not give me the expected result:
how to combine multiple conditions in one checkbox?
sincerely Ferdi


Report
All responses (
Answers (