<?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 How to make a chart showing the calculated percentage point difference between two periods? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316980#M616197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a bar chart showing the percentage of the student mass, who are foreign students.&lt;/P&gt;&lt;P&gt;I have data from 2013-2016 so far. Every year new data is added.&lt;/P&gt;&lt;P&gt;The chart looks like this, with percentage on the y-axis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="billede.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165863_billede.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the code I used looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to make a bar chart showing the percentage point difference from one year to the next.&lt;/P&gt;&lt;P&gt;I thought it would be smart to make the code dynamic, so I don't have to maintain it, every time a new year is added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the folowwing code, but it does not work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)))&lt;BR /&gt; &lt;BR /&gt; - &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;STRONG style="line-height: 107%; color: red; font-size: 9pt; font-family: 'Courier New'; margin: 0px;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Aargang]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={Aargang}-1&amp;gt;}PERSON_ID) /(sum({&amp;lt;over_udd={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Aargang]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={(Aargang}-1&amp;gt;}bestand_antal)))&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The first part is just a copy of the old code, whick shows the percentage number every year. So I thought that I could just copy it, and add a "go one year back and compare" statement (year=Aargang). But it says error in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I tell QV to compare the percentage from one year with the year before?&lt;/P&gt;&lt;P&gt;I know that there will be no data in 2013, because it is the first year.&lt;/P&gt;&lt;P&gt;I have made a vMinAargang and a vMaxAargang variable, but I haven't used them (yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2017 07:05:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-06T07:05:33Z</dc:date>
    <item>
      <title>How to make a chart showing the calculated percentage point difference between two periods?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316980#M616197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a bar chart showing the percentage of the student mass, who are foreign students.&lt;/P&gt;&lt;P&gt;I have data from 2013-2016 so far. Every year new data is added.&lt;/P&gt;&lt;P&gt;The chart looks like this, with percentage on the y-axis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="billede.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165863_billede.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the code I used looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to make a bar chart showing the percentage point difference from one year to the next.&lt;/P&gt;&lt;P&gt;I thought it would be smart to make the code dynamic, so I don't have to maintain it, every time a new year is added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the folowwing code, but it does not work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;)))&lt;BR /&gt; &lt;BR /&gt; - &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;STRONG style="line-height: 107%; color: red; font-size: 9pt; font-family: 'Courier New'; margin: 0px;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="margin: 0px; color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Aargang]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={Aargang}-1&amp;gt;}PERSON_ID) /(sum({&amp;lt;over_udd={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;[Aargang]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt;"&gt;={(Aargang}-1&amp;gt;}bestand_antal)))&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The first part is just a copy of the old code, whick shows the percentage number every year. So I thought that I could just copy it, and add a "go one year back and compare" statement (year=Aargang). But it says error in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I tell QV to compare the percentage from one year with the year before?&lt;/P&gt;&lt;P&gt;I know that there will be no data in 2013, because it is the first year.&lt;/P&gt;&lt;P&gt;I have made a vMinAargang and a vMaxAargang variable, but I haven't used them (yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 07:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316980#M616197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a chart showing the calculated percentage point difference between two periods?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316981#M616198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at Above() function. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;-&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Above(num&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 07:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316981#M616198</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-06-06T07:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a chart showing the calculated percentage point difference between two periods?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316982#M616199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I wanted! Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add '###0%' to get the data shown in I percentage.&lt;/P&gt;&lt;P&gt;QV says "expression ok", but the data disappears when I click ok??&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is what I wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)),'###0%') -&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)/(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;))),'###0%') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why it doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316982#M616199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T08:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a chart showing the calculated percentage point difference between two periods?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316983#M616200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a typo in the the expression with num()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;) -&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'},&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;over_udd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;bestand_antal&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: arial,helvetica,sans-serif; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt;You can format the number to percentage in the chart properties:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;IMG __jive_id="165873" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165873_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316983#M616200</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-06-06T08:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a chart showing the calculated percentage point difference between two periods?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316984#M616201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does - thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-chart-showing-the-calculated-percentage-point/m-p/1316984#M616201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T08:52:06Z</dc:date>
    </item>
  </channel>
</rss>

