for example, I have a variable with the tasks done without closing date:
<$set name="cuantity" filter="[tag[done]close_date[]count[]]">
I want to show some buttons if this cuantity is not zero. Something like:
<$set name="cuantity" filter="[tag[done]close_date[]count[]]">
<$reveal type="nomatch" text="0" state=<<cuantity>> >
THE BUTTONS
</$reveal>
</$set>
I can't find a solution