thanks mike 

i removed the transclusion , now i am getting this  error ,but not sure 
where this missing bracket should be?
[image: Capture5.PNG]


On Tuesday, April 27, 2021 at 3:32:18 AM UTC+2 [email protected] wrote:

> You can certainly use this filter in lists but you have a bit too much 
> going on in there at the moment.
>
> The {{{ [ ] }}} construct is called Filtered Transclusion 
> <https://tiddlywiki.com/#Transclusion%20in%20WikiText> but all you need 
> is the filter part in a link widget. So you only need to include the 
> [status[in progress]] filter part and not the {{}} tranclusion part.
>
> I don't think that the all[] was doing much in any case.
>
> /Mike
>
> On Monday, April 26, 2021 at 5:07:15 PM UTC-3 [email protected] 
> wrote:
>
>> 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/464b2a36-d819-4ec4-8a8c-5755ad2381bfn%40googlegroups.com.

Reply via email to