How do you use a variable in a list filter? I need to use a variable to list tiddlers that have a given tag (results) but I am not able to get the syntax right.
I have defined <<ThisCustomer>> by using:
\define ThisCustomer() <$list filter='[is[current]tags[]]-[[Contacts]]' variable=ThisCustomer>
Here is what I have for the entire filter:
<$list filter="[!has[draft.of!]!tag[Opportunity]!tag[Closed]!tag[Template]sort[]]">
</$list>
It is returning the list I expect but I need to limit the results to the tiddlers that have the results defined by ThisCustomer.
I'm sure it's simple but... After several hours of searching I thought I would ask.
Thanks!