<?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 set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/869521#M994268</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 have&lt;/P&gt;&lt;P&gt;one&lt;STRONG&gt; bar&lt;/STRONG&gt; chart for &lt;STRONG&gt;region(stack style)---dimension=region_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;one &lt;STRONG&gt;bar&lt;/STRONG&gt; chart for &lt;STRONG&gt;branch_type--&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;-dimension=branch_type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and one &lt;STRONG&gt;pivot table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both bar chart i have taken&lt;STRONG&gt; 2nd Calculated dimension&lt;/STRONG&gt; are as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;= '-20', 'Green'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in which i ignored the range between &lt;STRONG&gt;-18 to -19.9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;--------------------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In Bar Chart for region&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i used following expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(total &amp;lt;region_name&amp;gt;{&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so that it shows 100% for each bar in which i shown the percentage in stack for each range as per above Calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for color of stack i used background color expression are as follow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1&amp;gt;=-10'}&amp;gt;} param_value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-10.1&amp;gt;=-13.9'}&amp;gt;} param_value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),rgb(255,255,51),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-14&amp;gt;=-17.9'}&amp;gt;} param_value)&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),RGB(255,178,102),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-20'}&amp;gt;} param_value)&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),RGB(102,204,0)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same in &lt;SPAN style="font-size: 13.3333330154419px;"&gt;In Bar Chart for branch_type i used following expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(total &amp;lt;branch_type&amp;gt;{&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;so that it shows 100% for each bar in which i shown the percentage in stack for each range as per above Calculated dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;i have taken background color expression diffrentlly as per branch_type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;---------------------------------------------------------------------------------------------------------------------------------------------------.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;In pivot table i have taken &lt;STRONG&gt;region_name and branch_type dimensions &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have taken four expression for four ranges for example--expression for % compliance for range of param_value '&amp;lt;=-20' which not match with the stack in above both bar charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used following expression for this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-20'}&amp;gt;}param_value)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({1&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----------------------------------------------------------------------------------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when i click on west in region bar chart and see the value in branch bar chart for diffrent stack, it is different from my pivot.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i think pivot values are correct.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i need to change in expression to get the same value in pivot and branch bar chart and region bar chart.?&lt;/P&gt;&lt;P&gt;i need total 100% for sum of all ranges percentage in pivot and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 12:22:15 GMT</pubDate>
    <dc:creator>sspawar88</dc:creator>
    <dc:date>2015-07-14T12:22:15Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/869521#M994268</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 have&lt;/P&gt;&lt;P&gt;one&lt;STRONG&gt; bar&lt;/STRONG&gt; chart for &lt;STRONG&gt;region(stack style)---dimension=region_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;one &lt;STRONG&gt;bar&lt;/STRONG&gt; chart for &lt;STRONG&gt;branch_type--&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;-dimension=branch_type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and one &lt;STRONG&gt;pivot table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both bar chart i have taken&lt;STRONG&gt; 2nd Calculated dimension&lt;/STRONG&gt; are as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;STRONG&gt;if(param_name='Temperature' and (param_value)&amp;lt;= '-20', 'Green'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in which i ignored the range between &lt;STRONG&gt;-18 to -19.9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;--------------------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In Bar Chart for region&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i used following expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(total &amp;lt;region_name&amp;gt;{&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so that it shows 100% for each bar in which i shown the percentage in stack for each range as per above Calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for color of stack i used background color expression are as follow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1&amp;gt;=-10'}&amp;gt;} param_value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-10.1&amp;gt;=-13.9'}&amp;gt;} param_value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),rgb(255,255,51),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-14&amp;gt;=-17.9'}&amp;gt;} param_value)&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),RGB(255,178,102),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-20'}&amp;gt;} param_value)&lt;/P&gt;&lt;P&gt;/Count({&amp;lt;param_name={'Temperature'}, param_value={'&amp;lt;=-1'}&amp;gt;} Total &amp;lt;region_name&amp;gt; param_value),RGB(102,204,0)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same in &lt;SPAN style="font-size: 13.3333330154419px;"&gt;In Bar Chart for branch_type i used following expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(total &amp;lt;branch_type&amp;gt;{&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;so that it shows 100% for each bar in which i shown the percentage in stack for each range as per above Calculated dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;i have taken background color expression diffrentlly as per branch_type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;---------------------------------------------------------------------------------------------------------------------------------------------------.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;In pivot table i have taken &lt;STRONG&gt;region_name and branch_type dimensions &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have taken four expression for four ranges for example--expression for % compliance for range of param_value '&amp;lt;=-20' which not match with the stack in above both bar charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used following expression for this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-20'}&amp;gt;}param_value)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({1&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'}&amp;gt;}param_value)*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----------------------------------------------------------------------------------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when i click on west in region bar chart and see the value in branch bar chart for diffrent stack, it is different from my pivot.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i think pivot values are correct.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i need to change in expression to get the same value in pivot and branch bar chart and region bar chart.?&lt;/P&gt;&lt;P&gt;i need total 100% for sum of all ranges percentage in pivot and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 12:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/869521#M994268</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-14T12:22:15Z</dc:date>
    </item>
  </channel>
</rss>

