<?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 Change Dimension labels in pide chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804077#M65307</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a pie chart to represent 3 percentages. The label on each of the pie portions are showing the level number (1,2 or 3), and I want to show the total value of each portion of the chart.&lt;/P&gt;&lt;P&gt;Here is the chart:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Morgoz_0-1619765559995.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54008i9E3CBCF54BD84EAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Morgoz_0-1619765559995.png" alt="Morgoz_0-1619765559995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change the labels 1,2 and 3 by fro example, 1200 in place of 1, 1290 in place of 2 and 510 in place of 3.&lt;/P&gt;&lt;P&gt;I have tried to write a set expression in the box "label" of the Dimension. but nothing changed.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:12:07 GMT</pubDate>
    <dc:creator>Morgoz</dc:creator>
    <dc:date>2024-11-16T00:12:07Z</dc:date>
    <item>
      <title>Change Dimension labels in pide chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804077#M65307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a pie chart to represent 3 percentages. The label on each of the pie portions are showing the level number (1,2 or 3), and I want to show the total value of each portion of the chart.&lt;/P&gt;&lt;P&gt;Here is the chart:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Morgoz_0-1619765559995.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54008i9E3CBCF54BD84EAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Morgoz_0-1619765559995.png" alt="Morgoz_0-1619765559995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change the labels 1,2 and 3 by fro example, 1200 in place of 1, 1290 in place of 2 and 510 in place of 3.&lt;/P&gt;&lt;P&gt;I have tried to write a set expression in the box "label" of the Dimension. but nothing changed.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804077#M65307</guid>
      <dc:creator>Morgoz</dc:creator>
      <dc:date>2024-11-16T00:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dimension labels in pide chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804103#M65310</link>
      <description>&lt;P&gt;Since the level is a sequential number starting with 1, you can use the pick() function, like this:&lt;/P&gt;&lt;P&gt;=Pick(&lt;STRONG&gt;[&lt;EM&gt;Level Number&lt;/EM&gt;],&lt;/STRONG&gt;'1200','1290','510')&lt;/P&gt;&lt;P&gt;You may need to replace [&lt;EM&gt;&lt;STRONG&gt;Level Number&lt;/STRONG&gt;&lt;/EM&gt;] with appropriate field name.&lt;/P&gt;&lt;P&gt;If&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;[Level Number]&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt; was not a sequential number, you would use a combination of pick() and match(), like this:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Pick(Match(&lt;/EM&gt;&lt;EM&gt;&lt;STRONG&gt;[Level]&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;,'value 1','value 2','value 3'),'1200','1290','510')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Use this as your dimension expression.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 08:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804103#M65310</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-04-30T08:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dimension labels in pide chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804118#M65312</link>
      <description>&lt;P&gt;Thank you Gary,&lt;/P&gt;&lt;P&gt;it is not a secuential number, it should be the total of the portion of the pie chart. The numbers were examples.&lt;/P&gt;&lt;P&gt;If, for example, we have a total of 3000, the 40% is 1290, so i want to show the 40% inside the pie chart and the 1290 in the label. It would also be OK to show the totals in a legend, but i don't know how to do that.&lt;/P&gt;&lt;P&gt;For more information, the formula that i tried to use in the "label" of the Dimensions of the pie chart is this:&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;DQ_TYPE={1,2,3,4},EXEC_DATE_SQL={"&amp;gt;$(fecha_estudio)"},ACCOUNT_TYPE_ID={'C'}&amp;gt;} ID_DQ_FACTS)&lt;/P&gt;&lt;P&gt;But that did nothing.&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 09:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804118#M65312</guid>
      <dc:creator>Morgoz</dc:creator>
      <dc:date>2021-04-30T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dimension labels in pide chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804133#M65315</link>
      <description>&lt;P&gt;In the dimension expression (not the label), use this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=aggr(Count({1&amp;lt;DQ_TYPE={1,2,3,4},EXEC_DATE_SQL={"&amp;gt;$(fecha_estudio)"},ACCOUNT_TYPE_ID={'C'}&amp;gt;} ID_DQ_FACTS),&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;[Level fieldname]&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You could also include the Level value and the count like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=aggr(&lt;EM&gt;&lt;STRONG&gt;[Level fieldname]&lt;/STRONG&gt;&lt;/EM&gt;&amp;amp;' - '&amp;amp;Count({1&amp;lt;DQ_TYPE={1,2,3,4},EXEC_DATE_SQL={"&amp;gt;$(fecha_estudio)"},ACCOUNT_TYPE_ID={'C'}&amp;gt;} ID_DQ_FACTS),&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;[Level fieldname]&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 09:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Dimension-labels-in-pide-chart/m-p/1804133#M65315</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-04-30T09:48:44Z</dc:date>
    </item>
  </channel>
</rss>

