<?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>article Creating Harvey Balls Chart using SVG graphics in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/ta-p/2478498</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;The 'Measure Representation as Image' option is available in some Qlik Sense charts, enabling new possibilities for creating measures that return a simple text string where the text represents an SVG image. &lt;STRONG&gt;Note:&lt;/STRONG&gt; This feature is supported in Qlik Sense versions from February 2024 onwards, as it utilizes the Visualization Bundle pivot table.&lt;/P&gt;
&lt;P&gt;One of the visuals that can be produced using SVG images is the Harvey chart. To learn more about Harvey charts, refer to the &lt;SPAN class="s1"&gt;&lt;A href="https://en.wikipedia.org/wiki/Harvey_balls" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;To get started with SVG images, please refer to to the&amp;nbsp;&lt;SPAN class="s1"&gt;&lt;A href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial" target="_blank" rel="noopener"&gt;Here&lt;/A&gt;, you will find extensive tutorials:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SVG images can be utilised in native Qlik Sense charts such as the Table and Pivot Table visuals from the Visualisation Bundle. For this demonstration, I've used the Pivot Table from the Visualisation Bundle.&lt;/P&gt;
&lt;P&gt;In this example, I used pie and donut charts to display percentages. These percentages represent product features and performance based on user votes. I've attached sample data and a QVF file for reference.&lt;/P&gt;
&lt;P&gt;This method works best for positive percentages between 0 and 100. However, in cases where negative percentages are relevant, you can use the absolute value of the percentages to generate the SVG image, representing the negative percentage as text.&lt;/P&gt;
&lt;P&gt;I've employed the fabs() function to handle negative percentage values. If negative percentages aren't relevant to your case, you can omit the use of fabs().&lt;/P&gt;
&lt;P&gt;To ensure the SVG image fits properly, you’ll need to increase the font size of the pivot table cells. Additionally, you can adjust conditions to represent different colors as needed.&lt;/P&gt;
&lt;P&gt;Here are some screenshots:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.18.33.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171078i1814742E2F7CE748/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.18.33.png" alt="Screenshot 2024-08-28 at 16.18.33.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.18.43.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171079i0B8F993F9E5A0BE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.18.43.png" alt="Screenshot 2024-08-28 at 16.18.43.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.18.53.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171080iEC1920AF4DBEFDAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.18.53.png" alt="Screenshot 2024-08-28 at 16.18.53.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.19.01.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171081iC00D7308ADE026B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.19.01.png" alt="Screenshot 2024-08-28 at 16.19.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 27 Sep 2024 11:56:02 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2024-09-27T11:56:02Z</dc:date>
    <item>
      <title>Creating Harvey Balls Chart using SVG graphics</title>
      <link>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/ta-p/2478498</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;The 'Measure Representation as Image' option is available in some Qlik Sense charts, enabling new possibilities for creating measures that return a simple text string where the text represents an SVG image. &lt;STRONG&gt;Note:&lt;/STRONG&gt; This feature is supported in Qlik Sense versions from February 2024 onwards, as it utilizes the Visualization Bundle pivot table.&lt;/P&gt;
&lt;P&gt;One of the visuals that can be produced using SVG images is the Harvey chart. To learn more about Harvey charts, refer to the &lt;SPAN class="s1"&gt;&lt;A href="https://en.wikipedia.org/wiki/Harvey_balls" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;To get started with SVG images, please refer to to the&amp;nbsp;&lt;SPAN class="s1"&gt;&lt;A href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial" target="_blank" rel="noopener"&gt;Here&lt;/A&gt;, you will find extensive tutorials:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SVG images can be utilised in native Qlik Sense charts such as the Table and Pivot Table visuals from the Visualisation Bundle. For this demonstration, I've used the Pivot Table from the Visualisation Bundle.&lt;/P&gt;
&lt;P&gt;In this example, I used pie and donut charts to display percentages. These percentages represent product features and performance based on user votes. I've attached sample data and a QVF file for reference.&lt;/P&gt;
&lt;P&gt;This method works best for positive percentages between 0 and 100. However, in cases where negative percentages are relevant, you can use the absolute value of the percentages to generate the SVG image, representing the negative percentage as text.&lt;/P&gt;
&lt;P&gt;I've employed the fabs() function to handle negative percentage values. If negative percentages aren't relevant to your case, you can omit the use of fabs().&lt;/P&gt;
&lt;P&gt;To ensure the SVG image fits properly, you’ll need to increase the font size of the pivot table cells. Additionally, you can adjust conditions to represent different colors as needed.&lt;/P&gt;
&lt;P&gt;Here are some screenshots:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.18.33.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171078i1814742E2F7CE748/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.18.33.png" alt="Screenshot 2024-08-28 at 16.18.33.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.18.43.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171079i0B8F993F9E5A0BE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.18.43.png" alt="Screenshot 2024-08-28 at 16.18.43.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.18.53.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171080iEC1920AF4DBEFDAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.18.53.png" alt="Screenshot 2024-08-28 at 16.18.53.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-28 at 16.19.01.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171081iC00D7308ADE026B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-28 at 16.19.01.png" alt="Screenshot 2024-08-28 at 16.19.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Sep 2024 11:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/ta-p/2478498</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-27T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Harvey Balls Chart using SVG graphics</title>
      <link>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/tac-p/2478538#M2204</link>
      <description>&lt;P&gt;Excellent Article&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 19:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/tac-p/2478538#M2204</guid>
      <dc:creator>rob_vander</dc:creator>
      <dc:date>2024-08-28T19:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Harvey Balls Chart using SVG graphics</title>
      <link>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/tac-p/2486614#M2220</link>
      <description>&lt;P&gt;Really very interesting. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 16:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/tac-p/2486614#M2220</guid>
      <dc:creator>did</dc:creator>
      <dc:date>2024-10-11T16:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Harvey Balls Chart using SVG graphics</title>
      <link>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/tac-p/2497336#M2233</link>
      <description>&lt;P&gt;Cool feature!&lt;/P&gt;
&lt;P&gt;Unfortunately, after the installation I only see the formula “data&amp;amp;colon;image/svg.... “ in the cells of the pivot table. Do I still have to set something so that the display switches to graphic display? When I switch the diagram to table, I see the pictures (displayed very small, of course).&lt;/P&gt;
&lt;P&gt;I'm on Version May 2024. Bundle Version 14.187.4.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 12:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Creating-Harvey-Balls-Chart-using-SVG-graphics/tac-p/2497336#M2233</guid>
      <dc:creator>culexronal</dc:creator>
      <dc:date>2024-12-11T12:19:06Z</dc:date>
    </item>
  </channel>
</rss>

