Discussion:
[mapguide-users] Selecting null or empty values using maestro
BMason
2018-05-09 23:07:07 UTC
Permalink
Is there a way to use maestro to select or filter all records that have null
or empty values? I am trying to select all records in a point shapefile
that have null values for one field. thanks



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Jackie Ng
2018-05-10 07:57:08 UTC
Permalink
FDO "is null" expressions are of the form:

PROPERTY_NAME NULL

For example, if you want to filter out records where FEATURE_NAME is null,
the expression would be:

NOT FEATURE_NAME NULL

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Loading...