Hello again,
I’m struggling comparing the value of a field with the value of the previous field in a filter.
<$list filter="[tag[Task]Einteilung[Monat]sort[Fällig]]">
<$view field="Fällig" format=date template="mmm YY" /><br>
<$link><$text text={{{ [{!!title}removeprefix[Task:]] }}}/></$link><br>
</$list>
I want the
<$view field=“Fällig” format=date template=“mmm YY” />
only be shown if the value changes. My approach would be to put the value in a variable and compare it in the next loop, but I’m not sure how to do this in Tiddlywiki.
Thanks for your help in advance,
Ben