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/e4a8140e-b688-4676-98a6-72a3d8e0f404n%40googlegroups.com.

