adding a second </$list> didnt change anything On Thursday, April 29, 2021 at 5:25:26 AM UTC+2 [email protected] wrote:
> I see two <$list>, but only one </$list> > > Unless my aging eyeballs are missing something ... > > On Thursday, April 29, 2021 at 12:10:58 AM UTC-3 [email protected] > wrote: > >> Thanks David, >> >> should i be replacing anything ? i just added your code , unless i am >> doing something wrong, it doesn't seem to work >> >> [image: Capture8.PNG] >> >> On Thursday, April 29, 2021 at 3:35:43 AM UTC+2 David Gifford wrote: >> >>> Put this between <$list.....> and </$list> (no details widget needed): >>> >>> <details><summary><strong><$link><$view >>> field="title"/></$link></strong></summary><$transclude field="text" >>> mode="block"/></details> >>> >>> On Wednesday, April 28, 2021 at 2:14:05 PM UTC-5 [email protected] >>> wrote: >>> >>>> apologies , what i really meant was using a details widget , i just >>>> want to expand /collapse the results for every filter , please let me know >>>> if you need any clarificaiton >>>> >>>> On Wednesday, April 28, 2021 at 4:46:46 AM UTC+2 Mark S. wrote: >>>> >>>>> 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 [email protected] >>>>> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f4c4c550-c2de-451d-a489-3110cf56d76bn%40googlegroups.com.

