jonas.rausch
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
4 years ago
#19259
::
Hi Julia,
Im not entirely certain what you mean with your first question. Could you maybe elaborate a bit further?
In Regards to the second Question, Boolean values in sqlite are typically handled via Int values where 0=false and anything else means true.
So in the model, you´ll have int representations of your boolean staats.
The Checkbox´s selected property can be bound to that via an expression binding to these values.
You can than simply filter for 0 and 1 in your model like you would with e.g. names
hope this helps