I have below codes:
*This post is locked for comments
I have the same question (0)

I have below codes:
*This post is locked for comments
I have the same question (0)Hello,
To Apply FetchXML filter - you should define it first at entity list configuration page. It's where on your image is red marker - just press mouse here and start typing.
More about FetchXML filter you can read here - https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/entity-list/entity-list-filter-configuration/#FetchXMLFilter
The Part of your particular can look like:
<filter type='or' adx:uiname="date filter - today or future">
<condition attribute='modifiedon' operator='today' uiname="Today" />
<condition attribute='modifiedon' operator='next-x-years' value='90' uiname="Next 90 Years" />
</filter>
Next thing - you need to specify correct MetaFilter value. Metafilter is just name-value collection. In above case, it will look like 0=0&0=1.
You can read more about it here: https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/liquid-templates/filters/entity-list-filters/
Probably you can find interesting next post as well: https://community.dynamics.com/crm/f/117/t/259027
Note: for your particular example you don't need FETCHXML filter - just https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/entity-list/entity-list-filter-configuration/#RangeFilterSet should be enough.
Thanks, Dmytro