I need to show a custom viewtemplate on tiddlers based on more than one criteria .
I need the custom viewtemplate to be shown on all of the tiddlers with below given combination of fields - fieldname-A:fieldvalue-A
, fieldname-A:fieldvalue-B
, fieldname-A:fieldvalue-C
How to do it ?
<$list filter="[all[current]fieldname-A[fieldvalue-A]]">
I know the filter to show the viewtemplate on tiddlers with fields fieldname-A:fieldvalue-A
. How to add the rest of the field combinations also to the filter ?.