If you want more values under the same key you have to use a list inside the key and then manage the values
Читать полностью…Anyway if you want to check all your database ( set like list of lists , as in the pic) you need a for each block . When the for each item run you can search inside the item if there is your textbox text (is in list thing =>> item )
Читать полностью…To fix your problem I need to see all , save and retrieve , also initialize block for tiny. You followed the 3 steps ?
Читать полностью…Your step:
1- get the tinyDb tag and save it inside a list variable
2- use this variable to update data
3- when you need save the variable inside the tinyDb again
You need a list of lists or you want only a list . Here I see a list of lists where each item is a list of two elements
Читать полностью…Show the blocks you're using, but not with a pic , please take a screenshot from pc .
Читать полностью…When initialize screen get tinyDb values and save it in a variable. Then add new values to the variable (list variable) at last save the new list to tinyDb
Читать полностью…tnq but i have a problem
how to list items into tinyDB ,without deleting the previous values
in kodular,i use this blocks then save tag and store but when get data in list or all item or last item
for ex:
tag test1:12
tag test1=20
show last value 20
or all
"The key is repeated several times, and all values should be saved not just displaying the last value."
Читать полностью…In TinyDB, if we enter two values for a tag, it only displays and replaces the last value. I need all the values entered for a tag. My issue is not with saving, but with retrieving data. When I want the tag "test1" to store the value 10 once and the value 20 once, and then show me these two values, how can I achieve this?
Читать полностью…If the block REstoran should find the value inside the textbox you have to modify your code . This code will not work
Читать полностью…If you need advanced options about store and search , you can take a look at dictionary as @GlakAway said
Читать полностью…This block able you to create a layout to show when you want over the other components.
Читать полностью…You can do this with kodular notifier. In appinventor you need an extension, but I don't know it . Which tool you're using?
Читать полностью…Grazie a Raffaele e a Vinko per i preziosissimi aiuti... Vinko il tuo "AiaProff" è un capolavoro grazie
Читать полностью…