<?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 I need to select Absolute and realative (%) in the same chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241974#M92365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple solution is to have two charts - one on top of the other and then use conditional show to switch between them based on the selection.&lt;/P&gt;&lt;P&gt;So graph 1 will show relative expression and graph 2 will show absolute expression. Simply enter the following in the conditional show:&lt;/P&gt;&lt;P&gt;=only(&lt;EM&gt;field name&lt;/EM&gt;) = 'Relative' for graph 1&lt;/P&gt;&lt;P&gt;=only(&lt;EM&gt;field name&lt;/EM&gt;) = 'Absolute' for graph 2&lt;/P&gt;&lt;P&gt;That should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 16:35:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-05T16:35:29Z</dc:date>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241969#M92360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to show absolute and realtive values in the same chart. Realtive mean (%) values how this can be achieved. I have a list box taht showas Absolute or relative for selecting.&lt;/P&gt;&lt;P&gt;Nanda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241969#M92360</guid>
      <dc:creator />
      <dc:date>2010-08-05T12:03:51Z</dc:date>
    </item>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241970#M92361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you want to show it as Value on Datapoints, make your expression something like:&lt;/P&gt;&lt;P&gt;Dual( Sum(Sales) &amp;amp; ' (' &amp;amp; Num(Sum(Sales) /Sum(TOTAL Sales) ,'0.00%') &amp;amp; ')', Sum(Sales) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241970#M92361</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2010-08-05T12:23:48Z</dc:date>
    </item>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241971#M92362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 13:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241971#M92362</guid>
      <dc:creator />
      <dc:date>2010-08-05T13:27:55Z</dc:date>
    </item>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241972#M92363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did not explain clearly.My apologies. I do not want in the same chart but in different chart. I have to create a list box and when user selects absolute it should show numbers and, it Relative is selected it should show percentages(%) . I hope I expalined this time atleast.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Nanda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 15:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241972#M92363</guid>
      <dc:creator />
      <dc:date>2010-08-05T15:05:29Z</dc:date>
    </item>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241973#M92364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did not explain clearly.My apologies. I do not want in the same chart but in different chart. I have to create a list box and when user selects absolute it should show numbers and, it Relative is selected it should show percentages(%) . I hope I expalined this time atleast.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Nanda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 15:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241973#M92364</guid>
      <dc:creator />
      <dc:date>2010-08-05T15:05:47Z</dc:date>
    </item>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241974#M92365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple solution is to have two charts - one on top of the other and then use conditional show to switch between them based on the selection.&lt;/P&gt;&lt;P&gt;So graph 1 will show relative expression and graph 2 will show absolute expression. Simply enter the following in the conditional show:&lt;/P&gt;&lt;P&gt;=only(&lt;EM&gt;field name&lt;/EM&gt;) = 'Relative' for graph 1&lt;/P&gt;&lt;P&gt;=only(&lt;EM&gt;field name&lt;/EM&gt;) = 'Absolute' for graph 2&lt;/P&gt;&lt;P&gt;That should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 16:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241974#M92365</guid>
      <dc:creator />
      <dc:date>2010-08-05T16:35:29Z</dc:date>
    </item>
    <item>
      <title>I need to select Absolute and realative (%) in the same chart</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241975#M92366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 19:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-to-select-Absolute-and-realative-in-the-same-chart/m-p/241975#M92366</guid>
      <dc:creator />
      <dc:date>2010-08-05T19:45:25Z</dc:date>
    </item>
  </channel>
</rss>

