Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
emckinley
Contributor II
Contributor II

THEMABLE KPI - KPI extension

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----------------------------------------------------------------

   ,"blue": {

    "name": "B",

    "tileBackgroundColor": "#0066ff",

    "titleColor": "#fff",

    "comparisonPositiveColor": "#006600",

    "comparisonNegativeColor": "#CC0000",

    "comparisonNeutralColor": "#333",

    "comparisonPositiveIcon": "▲",

    "comparisonNegativeIcon": "▼",

    "comparisonNeutralIcon": "▶"

  },

  "brown": {

    "name": "Br",

    "tileBackgroundColor": "#804000",

    "titleColor": "#fff",

    "comparisonPositiveColor": "#006600",

    "comparisonNegativeColor": "#CC0000",

    "comparisonNeutralColor": "#333",

    "comparisonPositiveIcon": "▲",

    "comparisonNegativeIcon": "▼",

    "comparisonNeutralIcon": "▶"

  },

  "gray": {

    "name": "Gr",

    "tileBackgroundColor": "#404040",

    "titleColor": "#fff",

    "comparisonPositiveColor": "#006600",

    "comparisonNegativeColor": "#CC0000",

    "comparisonNeutralColor": "#333",

    "comparisonPositiveIcon": "▲",

    "comparisonNegativeIcon": "▼",

    "comparisonNeutralIcon": "▶"

  }

}

0 Replies