- Messages
- 1,637
- Country

I have a dataset where the field is VegType and the value in there says NULL. Not sure if is a string "NULL" or a numeric value or a null set or what? I have tried using it as a filter in many ways in the Step LineToPolygon such as:
LineToPoint|fclass="residential" AND VegType=NULL
LineToPoint|fclass="residential" AND VegType="NULL"
LineToPoint|fclass="residential" AND VegType=""
LineToPoint|fclass="residential" AND VegType=0
LineToPoint|fclass="residential" AND VegType="0"
But have been able to produce any results?
LineToPoint|fclass="residential" AND VegType=NULL
LineToPoint|fclass="residential" AND VegType="NULL"
LineToPoint|fclass="residential" AND VegType=""
LineToPoint|fclass="residential" AND VegType=0
LineToPoint|fclass="residential" AND VegType="0"
But have been able to produce any results?
