Something like this, maybe:
<$list filter="[range[1,4]]" variable="index">
<$list filter="[enlist:raw{!!select-color}nth<index>]" variable="color">
<$list filter="[enlist:raw{!!price-select-color}nth<index>]"
variable="price">
<<color>> - <<price>>
</$list></$list></$list>
On Sunday, December 6, 2020 at 2:53:52 AM UTC-8 Siniy-Kit wrote:
> Hi, i have two fields in my tiddler
> *select-color: red green blue red*
> *price-select-color: 100 100 30 101*
>
> I want to get text, using $filter
> *red - 100*
> *green - 100*
> *blue - 30*
> *red - 101*
>
> how to do it in the simplest way?
>
>
--
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/f81087c9-b085-45c5-ac2b-55ba316d441fn%40googlegroups.com.