<?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: Changing the pivot table values into percentage  values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472726#M488144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for Quick Response .I saw the qvw file what u made in Expression part and setting up variable.&lt;/P&gt;&lt;P&gt;But in my case Gender is the single column and male and female are in rows .i drageed it to the header part and made it to be two different columns.So i want to make some changes inthe expression part?&lt;/P&gt;&lt;P&gt;And same variable will it work for different reports ?Because i need to show them all the reports with the values and percentage wise.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohanraj Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jan 2013 05:50:03 GMT</pubDate>
    <dc:creator>mohanrajsubrama</dc:creator>
    <dc:date>2013-01-01T05:50:03Z</dc:date>
    <item>
      <title>Changing the pivot table values into percentage  values</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472724#M488142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I Have a Pivot table Of these columns.i have data's in values .&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="316"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="124"&gt;Country&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;Female &lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;male &lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Albania&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;52&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Algeria&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;154&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;542&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;696&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;American Samoa&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;436&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;481&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;917&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Andorra&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;41&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;69&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As per Client requirements there should be a list box or button with 2 options like values and percentage.So they can view their data in which format they like .&lt;/P&gt;&lt;P&gt;If we select percentage from list box The data should be in this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="316"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="124"&gt;Country&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Female &lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;male &lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Albania&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;46.4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;53.6&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Algeria&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;22.1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;77.9&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;696&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;American Samoa&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;47.5&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;52.5&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;917&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Andorra&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;40.6&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;59.4&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;69&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Any Suggestion about this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohanraj Subramanian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472724#M488142</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2012-12-31T11:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the pivot table values into percentage  values</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472725#M488143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohanraj, Find the attached qvw file it will help. Regards. siva sankar k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 12:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472725#M488143</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2012-12-31T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the pivot table values into percentage  values</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472726#M488144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for Quick Response .I saw the qvw file what u made in Expression part and setting up variable.&lt;/P&gt;&lt;P&gt;But in my case Gender is the single column and male and female are in rows .i drageed it to the header part and made it to be two different columns.So i want to make some changes inthe expression part?&lt;/P&gt;&lt;P&gt;And same variable will it work for different reports ?Because i need to show them all the reports with the values and percentage wise.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohanraj Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 05:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-pivot-table-values-into-percentage-values/m-p/472726#M488144</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2013-01-01T05:50:03Z</dc:date>
    </item>
  </channel>
</rss>

