Copy link
@nirvn

nirvn Jan 19, 2016

Contributor

@nyalldawson , you also need to insure that features with null values show up. The line should be:

return QString( "(\"%1\") NOT IN (%2) OR (\"%1\") IS NULL" ).arg( mAttrName, inactiveValues );

I've tried it locally, it works.