Aller au contenu principal

DB query/filter with size of a relation

Commentaires

2 commentaires

  • Holger Höbbel

    Hello Heiko,

    I would just check, if a column which must have values is not null. Something like this:

    <QUERY entityType="MyType">
    <NOTNULL attribute="relationList.fs_id"/>
    </QUERY>

    But I used it only the other way around (to find datasets, which have no related dataset defined - in this case I check for IS_NULL). And i didn't used it within an FS_INDEX. 

    Best regards
    Holger

    1
  • bartman

    Thanks a lot Holger, exactly what I looked for and it works. You saved my day :)

    0

Vous devez vous connecter pour laisser un commentaire.