Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartClient 11 Pro filterData Criteria Isnull operator

    i am trying to accomplish the following Query
    Code:
    SELECT * 
    FROM 
    TableA 
    LEFT JOIN TableB ON tableA.pk = tableB.pk 
    WHERE tableB.pK is null
    how do you configure IS NULL where clause in the ListGrid.filterData criteria or in the Datasource XML file field configuration

    #2
    Please see the documentation for AdvancedCriteria.

    Comment

    Working...
    X