<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multi KPI Customization in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671188#M63657</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We just started to use Multi KPI instead of Simple KPI from the Github which is more or less the same.&lt;/P&gt;&lt;P&gt;We managed to customize CSS to produce the desire result below on top of the configurations using 1 Multi KPI Object.&amp;nbsp; The only problem is the CSS is applicable to all Multi KPI objects used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone advise how we can define CSS specifically for each Multi KPI used?&lt;/P&gt;&lt;P&gt;Any advice is greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27767iE63E780DA1F903EF/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:24:02 GMT</pubDate>
    <dc:creator>calvin_wee</dc:creator>
    <dc:date>2024-11-16T03:24:02Z</dc:date>
    <item>
      <title>Multi KPI Customization</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671188#M63657</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We just started to use Multi KPI instead of Simple KPI from the Github which is more or less the same.&lt;/P&gt;&lt;P&gt;We managed to customize CSS to produce the desire result below on top of the configurations using 1 Multi KPI Object.&amp;nbsp; The only problem is the CSS is applicable to all Multi KPI objects used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone advise how we can define CSS specifically for each Multi KPI used?&lt;/P&gt;&lt;P&gt;Any advice is greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27767iE63E780DA1F903EF/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671188#M63657</guid>
      <dc:creator>calvin_wee</dc:creator>
      <dc:date>2024-11-16T03:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multi KPI Customization</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671200#M63658</link>
      <description>&lt;P&gt;Do you really want unique css for each MultiKPI object? Or have you got some(two, three) alternative designs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have done with extensions is add a flag to the property panel. (boolean or dropdown depending on how many alternatives you have). Depending on the value of this flag I then add a CSS class to the top element in the visualization. I then include this class in my CSS rules.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 09:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671200#M63658</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-01-31T09:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multi KPI Customization</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671278#M63659</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently the only thing we need to change is the colour that the function short. Layout with the css that we have can apply to all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shape and layout we can use the same. But the colour theme have to be different. Likely 3 to 5. Also font colour change on condition is also desired that we are not able to do it for now.&lt;/P&gt;&lt;P&gt;On adding flag to property panel, can you enlighten on how it works and how to be done.&lt;/P&gt;&lt;P&gt;Thanks and Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 12:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1671278#M63659</guid>
      <dc:creator>calvin_wee</dc:creator>
      <dc:date>2020-01-31T12:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multi KPI Customization</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1672366#M63660</link>
      <description>&lt;P&gt;By changing to use Simple KPI extension, we are able to provide formula in the Font values and thus resolve the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 03:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Customization/m-p/1672366#M63660</guid>
      <dc:creator>calvin_wee</dc:creator>
      <dc:date>2020-02-05T03:10:07Z</dc:date>
    </item>
  </channel>
</rss>

