ok sorry to come again
it does work on its own , however cant seem to get it work in my existing
code
i originally had it querying tags
[image: Capture2.PNG]
I changed it , to look for status instead ,but obviously i did something
wrong , is it possible to incorporate {{{ [all[]status[inprogress]] }}}
within a List filter macro
[image: Capture3PNG.PNG]
On Monday, April 26, 2021 at 3:34:40 PM UTC+2 paulgilbert2000 wrote:
> Thank you Mike /Tones ,
>
> this works :)
>
>
> On Monday, April 26, 2021 at 1:16:11 PM UTC+2 [email protected] wrote:
>
>> To build on Tones' reply ... I think you wanted to find tiddlers with a
>> specific value in the status field.
>>
>> See the field Operator for filters:
>> https://tiddlywiki.com/#field%20Operator
>>
>> So to extend Tones example:
>>
>> {{{ [all[]field:status[specific status value]] }}}
>>
>> or since all unknown operators are assumed to be fields (and to use your
>> specific search example) you can use the short form:
>>
>> {{{ [all[]status[in progress]] }}}
>>
>> I think that should get you what you want.
>>
>> /Mike
>>
>> On Monday, April 26, 2021 at 12:02:58 AM UTC-3 TW Tones wrote:
>>
>>> Try this example filter
>>>
>>> {{{ [all[]has[fieldname]] }}} if the fieldname contains a non blank value
>>>
>>> and use
>>>
>>> {{{ [has:field[fieldname]] }}} for field exist with value or empty.
>>>
>>> Tones
>>>
>>> On Monday, 26 April 2021 at 12:36:02 UTC+10 [email protected]
>>> wrote:
>>>
>>>>
>>>> HI ,
>>>>
>>>> i am trying to list a number of tiddlers that have a specific value in
>>>> a field i have created
>>>>
>>>> so basically I have a field called " status " that exists in all
>>>> tiddlers in my wiki , and usually put in the field value text like ,
>>>> inprogress , pending etc..
>>>>
>>>> how can i view all tiddlers that have a specific value i , like for
>>>> example "in progress "
>>>>
>>>> i know how to filter with Tags , but i cant filter with a field value ,
>>>> is this possible ?
>>>>
>>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/0f41c090-da38-4787-8741-935bda5421dcn%40googlegroups.com.