QPR ProcessAnalyzer Table: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
m (Ollvihe moved page QPR ProcessAnalyzer Chart Conditional Formatting to Tables Conditional Formatting without leaving a redirect)
(No difference)

Revision as of 16:37, 20 June 2020

"conditionalFormatting": {
	"backgroundColor": {
		"rules": [
		{
			"color": "#FF0000",
			"limit": 5,
			"type": "<="
		},
		{
			"color": "#FFFF00",
			"limit": 10,
			"type": "<="
		},
		{
			"color": "#00FF00",
			"limit": 50,
			"type": ">"
		}
	]
	}
}
"conditionalFormatting": {
	"backgroundColor": {
		"scale": [
			[{ "aggregate": "min" }, "#FFFFFF"],
			[{ "aggregate": "max" }, "#FFD851"],
		]
	}
}
"conditionalFormatting": {
	"backgroundColor": {
		"scale": [
			[{ "type":"measure", "index": 1, "aggregate": "min" }, "#FFFFFF"],
			[{ "type":"measure", "index": 1, "aggregate": "max" }, "#FFD851"],
		]
	}
}
"conditionalFormatting": {
	"backgroundColor": {
		"color": "#FFD851"
	}
}