[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread Tony K
Great thanks for the tip On Monday, May 18, 2020 at 2:33:22 AM UTC+3, TonyM wrote: > > Tony K > > First retrieve is as record via index then enlist it to extract the titles. > > Tony > > On Monday, May 18, 2020 at 4:07:10 AM UTC+10, Tony K wrote: >> >> interesting >> >> Now I need to figure

[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread TonyM
Tony K First retrieve is as record via index then enlist it to extract the titles. Tony On Monday, May 18, 2020 at 4:07:10 AM UTC+10, Tony K wrote: > > interesting > > Now I need to figure out how to retrieve it as a list > > On Sunday, May 17, 2020 at 8:59:18 PM UTC+3, Mark S. wrote: >>

[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread Tony K
interesting Now I need to figure out how to retrieve it as a list On Sunday, May 17, 2020 at 8:59:18 PM UTC+3, Mark S. wrote: > > You can use the action-listops widget. > > So if you have a data tiddler "MyDataTiddler" set up, you can use this: > > <$button> > <$action-listops

[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread 'Mark S.' via TiddlyWiki
You can use the action-listops widget. So if you have a data tiddler "MyDataTiddler" set up, you can use this: <$button> <$action-listops $tiddler="MyDataTiddler" $index="myindex" $subfilter="[list[$:/StoryList]]"/> Add Items Be aware that if you don't set MyDataTiddler in advance,

[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread Tony K
Thank you Mark for always answering me :) I am not really talking about "multi-level" but rather "multi-value" I am looking at them as a way to manage lists instead of fields e.g list1: item1-item2-iteme etc... On Sunday, May 17, 2020 at 7:16:23 PM UTC+3, Mark S. wrote: > > The datatiddler

[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread 'Mark S.' via TiddlyWiki
The datatiddler tools we're given only go one level deep. So to encode more than one thing per index you'd need to perhaps pack everything into a string with a designated separator, and then unpack it later as needed. But in reality, if you find that you're needing to put lots of stuff into a