Forum

jonas.rausch
Participant
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
5 years, 5 months ago #19259
Up
0
Down
::

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