You seem to have your select widget inside the main list filter, and so 
your selection gets repeated over and over.

You probably want to take the select widget outside the main list widget. 
Then your code will be something like:

<$select .... as in your text ...>....</$select>

<$list filter="[!has[draft.of]status{!!status}priority{!!priority}]">

(display results here)

</$list>

On Tuesday, April 27, 2021 at 6:38:42 PM UTC-7 mohamed...@hotmail.com wrote:

> Hi,
>
> i have 3 filter that lists tiddlers matching a specific field value, one 
> filter  for "in house" another for "pending" and one for "with Vendor"
>
> i want every filter have its results foldable , so in the below screen 
> shot , i want it to be able  to click an arrow for example using the select 
> widget which would collapse expand the tidlers with status  pending 
>
> i tried several things with no luck , the select widget doesnt seem to 
> accept my filter, 
>
> [image: Capture7.PNG]
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a8edefd7-6fc6-4b00-a492-76f3feabd470n%40googlegroups.com.

Reply via email to