Il giorno martedì 9 ottobre 2018 01:04:51 UTC+2, TonyM ha scritto:
>
> Correction (applied in forum post, remove errant "
>
> <<timeline limit:300 subfilter:"[tag{!!intag}]+[!tag{!!extag}]" format:"DD 
> MMM YYYY">>
>
>
>
> On Tuesday, October 9, 2018 at 10:03:29 AM UTC+11, TonyM wrote:
>>
>> Try;
>>
>> <<timeline limit:300 subfilter:"[tag{!!intag}]" format:"DD MMM YYYY">>
>>
>> Unfortunately there is not a lot of helpful error messages when a filter 
>> throws basic errors inside other macros.
>>
>> Also Why not
>>
>> <$list filter="[tag{!!intag}]+[!tag{!!extag}]" />
>>
>> or
>> <<timeline limit:300 subfilter:"[tag{!!intag}]+[!tag{!!extag}]" format:"
>> DD MMM YYYY">>
>>
>> Suggestions untested.
>>
>> Regards
>> Tony
>>
>>
>>
>> On Tuesday, October 9, 2018 at 3:56:20 AM UTC+11, Angelo Gaggero wrote:
>>>
>>> Hi All, 
>>>
>>> trying to get a timeline via the <<timeline>> macro, filtered by custom 
>>> tag selected by the user via dropdown menu, but it seems that the subfilter 
>>> field is not managing variable filters like tag{!!intag} ... any idea? 
>>>
>>>
>>> My page is something like 
>>>
>>>
>>>
>>> ''Include tag:
>>> ''
>>> <$select field=intag default='unknown'>
>>> <$list filter='[all[tiddlers]tags[]sort[title]]'>
>>> <option value=<<currentTiddler>>><$view field='title'/></option>
>>> </$list>
>>> </$select>
>>>
>>> ''Exclude tag:
>>> ''
>>> <$select field=extag default='unknown'>
>>> <$list filter='[all[tiddlers]tags[]sort[title]]'>
>>> <option value=<<currentTiddler>>><$view field='title'/></option>
>>> </$list>
>>> </$select>
>>>
>>>
>>>
>>>
>>> ''Matching tiddlers:
>>> ''
>>> this is a simple list of mathing tiddlers inserted here as debugging ...
>>>
>>> <$list filter=[tag{!!intag}]+[!tag{!!extag}] />
>>>
>>>
>>> ''Timeline filtered by tag  {{!!intag}}''
>>>
>>> <<timeline limit:300 subfilter:"tag{!!intag}" format:"DD MMM YYYY">>
>>>
>>>
Hi Tony,  
unfortunately this is not working... thanks anyway for your help.



-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/abb02ade-49d1-4e68-abe1-04c55406a572%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to