I am not sure if I have “coders block” but I thought I knew how to do this, so I am asking for some assistance please;
<$list filter="[has[outstanding-date]!has[done-date]]" counter=item>
<$list filter="[<item>match[1]]"><h4>''Outstanding''</h4></$list>
<$link/><br>
</$list>
- The above lists all items with an outstanding-date and no done-date.
- Only if more than one is available will the heading display
However I want this list only to list the titles where the outstanding-date is less than or equal to today. I need to use a filter something like this get[outstanding-date]compare:date:lteq<now YYYY0MM0DD>
. In a separate list I will list greater than today.
- However I am having trouble combining it with the existing filter without loosing the title.
Any help appreciated.