QPR ProcessAnalyzer Table: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:


<pre>
<pre>
"conditionalFormatting": {
{
"backgroundColor": {
"backgroundColor": {
"rules": [
"rules": [

Revision as of 11:53, 21 June 2020

{
	"backgroundColor": {
		"rules": [
		{
			"color": "#FF0000",
			"limit": 5,
			"comparison": "<="
		},
		{
			"color": "#FFFF00",
			"limit": 10,
			"comparison": "<="
		},
		{
			"color": "#00FF00",
			"limit": 50,
			"comparison": ">"
		}
	]
	}
}
"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"
	}
}
"conditionalFormatting": {
	"textColor": {
		"rules": [
		{
			"color": "#FF0000",
			"limit": 20,
			"comparison": "<="
		},
		{
			"color": "#00FF00"
		}
	]
	}
}
"conditionalFormatting": {
	"icon": {
		"rules": [
		{
			"icon": "star",
			"limit": 100,
			"comparison": ">"
		}
	]
	},
	"iconColor": {
		"rules": [
		{
			"color": "#00FF00",
			"limit": 500,
			"comparison": ">"
		},
		{
			"color": "#FF0000",
		}
	]
	}
}
"conditionalFormatting": {
	"databar": {
		"min": 0,
		"max": { "type":"dimension", "index": 1, "aggregate": "min" }
		"direction": "right"
	}
}