Has anyone found a way to save two list under different tags in tinyDB and print them separately? Also is there a place where I can go to view information saved in tinyDB?
Do you mean "print" or "display" ?
For printing:
To display the lists on two separate screens.
A method to access the tinydb:
- Set up your project with two screens
- Ensure you have a tinydb component in each screen, with the same namespace (default TinyDB1)
- Ensure you have a listview on each screen
- Save your two lists to tinydb with different tags (let us call them tag1 and tag2)
- On your first screen, set the listview elements to the tinydb getValue tag1
- On your second screen set the listview elements to the tinydb getValue tag 2
1 Like