Hi,
Is it possible to add code to filter on dates?
For example: How do I filter on a date that is present in my project (cf. Opportunity) ? for example "this.enr_dateinstallation" = today ?
<div data-editorblocktype="Code"><div class="codeBlock"><p>Projets opportunity_contact_parentcontactid :</p>
<ul>
<!-- {{#each contact.opportunity_contact_parentcontactid}} -->
<li>{{this.name}} - {{this.enr_nprojet}} </li>
<!-- {{/each}} -->
</ul>
<p>Projets test filtre :</p>
<ul>
<!-- {{#each contact.opportunity_contact_parentcontactid}} -->
{{#if (eq this.enr_statutgeneralprojet 2)}} <li>{{this.name}} - {{this.enr_nprojet}} </li>{{/if}}
<!-- {{/each}} -->
</ul>
</div>
Thank you for your help.
Kind regards.
Fa
Hello FKO,
this (provide #eq, #lt, #lte, #gt, #gte operators) at the moment is not fully supported. we have it in our backlog for a future release.
Hope this helps,
M
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156