Checkbox, i dont know to create tinydb for checkbox

checkbox1 (6).aia (10.7 KB)

i want when i click the checkbox the information must save in other screen and the information must display

show me your blocks.

Hi,

You can store the information using TinyDB,

Then, retrieve it on the other screen during initialization.

Alternatively, you could use a dictionary which I personally think is a better option.

Hope that helps,
Let me know if you need anything else

no still cant display … i want once screen input i selected one person and click simpan … the simpan information must display in screen 1
tryproject (1).aia (10.8 KB)

cb.aia (6.8 KB)

check this

retrieve values

save tinydb value

1 Like

no, the information still not save in screen1

Hi,

I tested the AIA provided by @Still-learning, and it works perfectly.
The checkboxes on Screen_input are saved and correctly displayed on Screen1 after clicking the Simpan button and confirming with Ya Simpan in the notifier.

Your message is not clear

You shared two type of aia.

In the above, screen input is to store check box values
Screen1 is retrieves it. If it is not working then your query is invalid, you have shared in invalid aia. You have shared an invalid request

As per the above blocks you design it in your app. This is how you should save and retrieve check box checked values between the screens

CURD1.aia (11.8 KB)
try this kodular, if you type anything in screen input the information save and display in the secreen1… like that i want but but idk how to do

like what i save
must save in tinydb, and show the list i save in screen1

Hi,

Could you please describe the issue in more detail?
I tested it on my side and everything seems to be working, the data from Screen_input is correctly passed to Screen1 using TinyDB.

this , curd1.aia file is not error
tryproject (1).aia (10.8 KB) this is the error file, the information i save doesnt save like curd1.aia file…i want tryproject (1).aia performance same like curd1.aia file

must display like this in screen 1 ,
when i click the checkbox and save in (screen input)… must display in (screen 1)

do not know how is ths possible ? because whenever you open the screen it will prompt to open screen1 only, then how is possible to show those details even though it is saved in tinydb? change your logic. Try with any other screen name. Also it seems you want evenryhing as listview it seems

tryprojec_1.aia (10.8 KB)

try this. Somehow tried it. But imagine if you call the dats in screen1 as a list view how can you show the item was selected in each item of the saved tinydb?

tryprojec_1 (1).aia (13.1 KB)

see how its display … even though i selected 1 name aiman , but in screen save its display all of name ? why !! this is the problem i want to solve it … but cant when its come to display part

I repeat, your query and your earlier blocks are incomplete.

If you give query in a neat then we would have suggest you.

So in input screen which check boxes are selected thise value only you need right? Then why that check box in screen1? What you want to show at there?

If i do maximum three worka or saves in input screen then what should i expect in screen1?

Pls clarify us

tryprojec_2 (1).aia (10.5 KB)

Meant this?

i am new learner

i screen 1 i expect which checkbox are click in screen_input

screen input is the information we put must display in screen1 … this is what i expect but until now i cannot solve it