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