Which IIQ version are you inquiring about?
8.4p1
We have a rule that can read types of bundles and generate a report. I am trying to modify the code to include another bundle type, but it is not generating any data. Does anyone have any advise?
Map newRoleEntMap = new HashMap();
QueryOptions qo = new QueryOptions();
qo.addFilter(Filter.eq("type", "IT"));
qo.addFilter(Filter.eq("type", "Org"));