Has anyone ever used this extension? I've used their instruction to create my own "color code template" but I can't seem to get this to work...
I just added one additional but for some reason the app never sees the new template in the list.
Qlik Sense V2.1
{
"default": {
"name": "Default",
"tileBackgroundColor": "#F8F8F8",
"titleColor": "#333333",
"comparisonPositiveColor": "#006600",
"comparisonNegativeColor": "#CC0000",
"comparisonNeutralColor": "#333333",
"comparisonPositiveIcon": "▲",
"comparisonNegativeIcon": "▼",
"comparisonNeutralIcon": "▶"
},
"green": {
"name": "G",
"tileBackgroundColor": "#91C526",
"titleColor": "#fff",
"comparisonPositiveColor": "#006600",
"comparisonNegativeColor": "#CC0000",
"comparisonNeutralColor": "#333",
"comparisonPositiveIcon": "▲",
"comparisonNegativeIcon": "▼",
"comparisonNeutralIcon": "▶"
},
"orange": {
"name": "O",
"tileBackgroundColor": "#FFB304",
"titleColor": "#fff",
"comparisonPositiveColor": "#006600",
"comparisonNegativeColor": "#CC0000",
"comparisonNeutralColor": "#333",
"comparisonPositiveIcon": "▲",
"comparisonNegativeIcon": "▼",
"comparisonNeutralIcon": "▶"
} --------------------------------------------------------------Everything below is my additional code----------------------------------------------------------------