Hello, I have a feature class with dozens of lines and exclude a few with the Def Query similar to this:
Field_name does not include (a, b, c, d).
This draws on screen perfectly - as it should - with all the other segments drawing and the removed ones not appearing. But when I export to JSON, then I get an empty file.
If I add a field (which I don't want to do) and make the Def Query positive (e.g. Draw_type = draw) and then export, it works fine.
Therefore I think it is the negative Definition Query that is causing the problem. I also experienced this in 2.7.
Has anyone else experienced this?
Thanks