<?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 chart and expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944774#M965278</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;We have a chart that is showing responses to a question 'treated with respect'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the purposes of the chart we only want to show yes and no responses and exclude 'not answered'. So we have the following expression which works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Yes'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'No'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, we want to show these figures (300 = yes, 10 no) in &lt;STRONG&gt;percentage format on the chart&lt;/STRONG&gt;. This is what we are struggling with...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;We have tried this for example but doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Yes'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'No'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;/&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Yes'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'No'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2015 08:51:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-09T08:51:06Z</dc:date>
    <item>
      <title>chart and expression help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944774#M965278</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;We have a chart that is showing responses to a question 'treated with respect'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the purposes of the chart we only want to show yes and no responses and exclude 'not answered'. So we have the following expression which works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Yes'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'No'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, we want to show these figures (300 = yes, 10 no) in &lt;STRONG&gt;percentage format on the chart&lt;/STRONG&gt;. This is what we are struggling with...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;We have tried this for example but doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Yes'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'No'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;/&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Yes'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'No'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 08:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944774#M965278</guid>
      <dc:creator />
      <dc:date>2015-10-09T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: chart and expression help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944775#M965279</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;the TOTAL operator only ignores chart_dimensions.&lt;/P&gt;&lt;P&gt;What you want to do is compare the YES-answers to the total of all answers and the NO answers in relation to the total of answers, no?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the first part has to be only one of those parts, not both. And you can remove the TOTAL as it doesn't help you in this instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from that, it does look fine as far as I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 08:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944775#M965279</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-10-09T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: chart and expression help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944776#M965280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {"Yes"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {"Yes","No"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {"No"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;SPAN style="font-size: 8pt;"&gt;/ &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {"Yes","No"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PI4 Treated with Respect YN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 09:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944776#M965280</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-10-09T09:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: chart and expression help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944777#M965281</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;We want it to calcuate % of No's and Yes' compared to all Yes and No responses after its excluded the 'not answered':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;40 Not answered&lt;/P&gt;&lt;P&gt;300 No&lt;/P&gt;&lt;P&gt;10 Yes&lt;/P&gt;&lt;P&gt;Total responses 310 for the purpose of this calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 09:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-and-expression-help/m-p/944777#M965281</guid>
      <dc:creator />
      <dc:date>2015-10-09T09:25:42Z</dc:date>
    </item>
  </channel>
</rss>

