How do I filter a column in my flextable using a custom query that retrieves all records with a <None> attribute?

Product(s): Bentley WaterGEMS, SewerGEMS, CivilStorm, StormCAD, PondPack, StormCAD, HAMMER, WaterCAD
Version(s): 08.11.XX.XX, 10.XX.XX.XX
Area: Layout and Data Input

Problem Description

How do I filter a column in my flex table using a custom query that retrieves all records with a <None> attribute?

Steps to Resolve

All you need to do is set up your query to use "Is Null". For example, If I wanted to filter the zone column on all records that are set to <none> my custom query would read as follows: 

 Physical_Zone Is Null

Recommended
Related