Name

global.ChartSectionUtil

Description

No description available

Script

var ChartSectionUtil = Class.create();
ChartSectionUtil.prototype = {
  initialize: function() {
  },
  filterChartsBySectionType:function(){
  			
  	var sectionType= current.type;
  	if(sectionType == "single_score"){
  		return "type=report^report.type=single_score^NQtype=PA";
  	}else if(sectionType == "report"){
  		return "type=report^report.type!=single_score";
  	}
  	return "";
  },
  type: 'ChartSectionUtil'
};

Sys ID

2c9d7836c72f3300fc3a2aa9b8c26068

Offical Documentation

Official Docs: