Topic by Brian Houlihan
Content
I am able to successfully run reports and set normal filters using the SOAP API. However, I am not able to set a Group Filter.
The code below works fine when I have it trying to set AnalyticsReportFilter for normal filters, but not the Group filter. The report definition is in the attached image.
The code seems to have interaction with the appropriate filter ("NumberOfCalls"), because if I misspell "NumberOfCalls" it complains that it can't find the filter. So I know that it is finding the correct filter. And if I set the "NumberOfCalls" filter so that it is not selectable at runtime, it also complains about this.
But no matter what value I try to set the "NumberOfCalls" filter to, it will always just using the default value.
Is there a bug while setting Group filters? Has anyone else been successful at doing this?
Any help is appreciated.
Thanks in advance,
Brian
Code Block
Image
