Zum Hauptinhalt gehen

Suche

Suche

Database and filters in Bartender

Kommentare

1 Kommentar

  • Avatar
    Al Perez

    Hi Leen,

    Thank you for your post! If you're trying to filter by null, you'll have to use the 'is null' operator; you cannot use it in the value field since null has no value (you might have experienced a visual bug if you did see this). Also, keep in mind that the null-based operators are only available if your database's field data-type allows for null to be used (check your database to make sure this is true). See my example:

    If you want to search a range and also include records with null, you'll want to make sure that both conditions are in the statement.

     

    Cheers,

    Al

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.