Hi, I am pretty new in Kodular and I can not find any solution for my problem.
I have a tinydb with one tag and the tag has three values (ex. 1-2-3).
I would like to show in my listview only the first value of each item.
Hello, note that the text option has an option to cut arrangement by special character, that is, you can indicate that it cuts the list every time it finds a “,” and so you will have the list divided and you can take the position you want
Each item of my list is made by 3 values; each item is not a list but a join of 3 elements…
That’s why I cannot show the first element in my listview.
Hope I was clear
Do I have to change the way I store elements?
Thank you
@sugarlesscreator there is a known bug with split block with android version 10 an higher and that is the reason that I use more blocks in order this procedure to work with no problem despite android version.
See here
Last thing… Which method you can suggest for storing data?
I mean, list or different tag?
For example, my tinydb has one tag “safedb” and more items. Is it the best solution ?
Thank you,