I created a custom attribute called "Group Type". This is a collected attribute in the Group attribute section. I have successfully collected data into this attribute.
I'm trying to build a form which leverages this attribute, but the filter returns no results. I've tried multiple variations, including a simple "is not null", but the filter still returns no results.
What am I missing?
Group Type is populated:
Filter of "is not null" returns no results.
I'm running 7.1.0 patch 03.
I sort of figured it out.
Group name works. I noticed that when I go to Advanced, there are no quote marks around the column name in the Where Clause.
When I try any other attribute, whether out-of-box or custom, anything with quote marks wouldn't return data.
So I used the Database ID instead and the query returned data.
So I can use that option.
But it's still an issue that the Columns options don't work when selecting them in the filter.