<?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 Re: Convert QLikView pie-chart with two expressions to QLikSense pie chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/1964881#M79535</link>
    <description>&lt;P&gt;Nice one - exactly what I needed&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 00:32:15 GMT</pubDate>
    <dc:creator>Dan36</dc:creator>
    <dc:date>2022-08-05T00:32:15Z</dc:date>
    <item>
      <title>Convert QLikView pie-chart with two expressions to QLikSense pie chart</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/112245#M7712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I made a pie-chart in QLikView that has two expressions but no dimension. The two expression in the chart are: &lt;STRONG&gt;=SUM(FactNat)&lt;/STRONG&gt; and &lt;STRONG&gt;=SUM(FactInt)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create the same chart in QLikSense but my problem is that QLikSense obliged me to create a dimension that the current pie chart doesn't contain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie chart.png" class="jive-image image-1" src="/legacyfs/online/213144_pie chart.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My pie-chart in QLikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-09-10_1453.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213145_2018-09-10_1453.png" style="height: auto;" /&gt;&lt;IMG alt="2018-09-10_1454.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/213146_2018-09-10_1454.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;When I added the two expressions to the pie-chart, I don't get a visualization. What do I need to put as dimension to the pie-chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add FactInt as dimension that results to:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-09-10_1458.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/213147_2018-09-10_1458.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And FactNat results to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-09-10_1458_001.png" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/213148_2018-09-10_1458_001.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How do I get the pie-chart shown in QLikView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 13:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/112245#M7712</guid>
      <dc:creator>qlikmark1990</dc:creator>
      <dc:date>2018-09-10T13:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert QLikView pie-chart with two expressions to QLikSense pie chart</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/112246#M7713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a calculated dimension:&lt;/P&gt;&lt;P&gt;=ValueList('FactNat','FactInt')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your measure:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(ValueList('FactNat','FactInt')='FactNat',sum(FactNat),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(ValueList('FactNat','FactInt')='FactInt',sum(FactInt)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You will need to do some conditional colouring and labelling&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 00:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/112246#M7713</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2018-09-11T00:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert QLikView pie-chart with two expressions to QLikSense pie chart</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/112247#M7714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I needed, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/112247#M7714</guid>
      <dc:creator>qlikmark1990</dc:creator>
      <dc:date>2018-09-11T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert QLikView pie-chart with two expressions to QLikSense pie chart</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/1964881#M79535</link>
      <description>&lt;P&gt;Nice one - exactly what I needed&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 00:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-QLikView-pie-chart-with-two-expressions-to-QLikSense-pie/m-p/1964881#M79535</guid>
      <dc:creator>Dan36</dc:creator>
      <dc:date>2022-08-05T00:32:15Z</dc:date>
    </item>
  </channel>
</rss>

