Aller au contenu principal

Recherche

Recherche

Database and filters in Bartender

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.