diff --git a/src/app/utils/indicator-utils.ts b/src/app/utils/indicator-utils.ts index e6da0a7..734924d 100644 --- a/src/app/utils/indicator-utils.ts +++ b/src/app/utils/indicator-utils.ts @@ -675,7 +675,8 @@ export class IndicatorUtils { } for (let filter of query["query"]["filters"]) { for (let gfilter of filter["groupFilters"]) { - if (gfilter["field"].indexOf(" funder") != -1) {//new statistcs schema + //ignore field No Of Funders + if (gfilter["field"].indexOf(" funder") != -1 && gfilter["field"].indexOf(" funders") == -1) {//new statistcs schema gfilter["values"][0] = ChartHelper.prefix + "index_name" + ChartHelper.suffix; indicatorPath.parameters["index_name"] = stakeholder.index_name; } else if (gfilter["field"].indexOf(".funder") != -1) {