<?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: Bar Chart Freeze in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905566#M74657</link>
    <description>&lt;P&gt;Hi qlik experties,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help or suggestions for my issue&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 18:06:34 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2022-03-15T18:06:34Z</dc:date>
    <item>
      <title>Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903201#M74496</link>
      <description>&lt;P&gt;Hi&amp;nbsp; qlik tech experties&lt;/P&gt;
&lt;P&gt;below is my data&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 96pt;" border="0" width="128" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="64" height="19" style="height: 14.5pt; width: 48pt;"&gt;Name&lt;/TD&gt;
&lt;TD width="64" style="width: 48pt;"&gt;Sales&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx1&lt;/TD&gt;
&lt;TD align="right"&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx2&lt;/TD&gt;
&lt;TD align="right"&gt;200&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx3&lt;/TD&gt;
&lt;TD align="right"&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx4&lt;/TD&gt;
&lt;TD align="right"&gt;400&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx5&lt;/TD&gt;
&lt;TD align="right"&gt;500&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx6&lt;/TD&gt;
&lt;TD align="right"&gt;600&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx7&lt;/TD&gt;
&lt;TD align="right"&gt;700&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx8&lt;/TD&gt;
&lt;TD align="right"&gt;800&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx9&lt;/TD&gt;
&lt;TD align="right"&gt;900&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" style="height: 14.5pt;"&gt;xxx10&lt;/TD&gt;
&lt;TD align="right"&gt;1000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;To calculate the bottom 20% in the bar chart,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;dim is : Name &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;exp is : if(RangeSum(Above(SUM(Sales),0,RowNo()))/SUM(TOTAL(Sales))&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="landing-page-changedText-0-2-17"&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;0.20,SUM(Sales))&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;sorted the chart dim to desc with exp sum(sales) . chart&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="landing-page-changedText-0-2-17"&gt;showed&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the data correctly. below is the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="landing-page-changedText-0-2-17"&gt;reference&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;problem:now my user is telling when i select any bar&amp;nbsp; in the botom 20 % chart that has to be freezed.&lt;/P&gt;
&lt;P&gt;example if we select the name dimesnion in the chart or name filter inthe ui the bottom 20% bar chart should not change.&lt;/P&gt;
&lt;P&gt;others filter like year or any other filter the chart has to change.&lt;/P&gt;
&lt;P&gt;how to achive this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manoranjan_d_0-1646852793645.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74104i9D0D5F037C4F24CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manoranjan_d_0-1646852793645.png" alt="manoranjan_d_0-1646852793645.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 19:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903201#M74496</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2022-03-09T19:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903277#M74502</link>
      <description>&lt;P&gt;not sure if this would work but you may try, the outer if might create trouble but to disregard any selection we normally use 'Fieldname=' in the set expression, it has to be added wherever set expression is allowed in the expression -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;if(RangeSum(Above(SUM({&amp;lt;Name=&amp;gt;}Sales),0,RowNo()))/SUM({&amp;lt;Name=&amp;gt;}TOTAL Sales))&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="landing-page-changedText-0-2-17"&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;0.20,SUM({&amp;lt;Name=&amp;gt;}Sales))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 01:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903277#M74502</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-03-10T01:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903298#M74503</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48541"&gt;@manoranjan_d&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I got this one to work using rank and fieldvaluecount functions.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(rank(Sum({$&amp;lt;Name=&amp;gt;}Sales))/FieldValueCount('Name') &amp;gt;=.8, sum({$&amp;lt;Name=&amp;gt;}Sales))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 03:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903298#M74503</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-03-10T03:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903721#M74546</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48860"&gt;@Digvijay_Singh&lt;/a&gt;&amp;nbsp; &amp;nbsp;this is not working.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 18:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903721#M74546</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2022-03-10T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903727#M74547</link>
      <description>&lt;P&gt;@ anthonyj&lt;/P&gt;
&lt;P&gt;This chart is to calcualte to 20% above experssion works only for ranking to get the top names. so any other suggestions much appreciated&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 18:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903727#M74547</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2022-03-10T18:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903831#M74554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48541"&gt;@manoranjan_d&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48860"&gt;@Digvijay_Singh&lt;/a&gt;&amp;nbsp;'s code is correct. It removes the interaction of the graph with the [Name] dimension. There is just one too many close brackets after Total Sales. If you copy in like below I've removed the extra bracket.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(RangeSum(Above(SUM({&amp;lt;Name=&amp;gt;}Sales),0,RowNo()))/SUM({&amp;lt;Name=&amp;gt;}TOTAL Sales)&amp;lt;=0.20,SUM({&amp;lt;Name=&amp;gt;}Sales))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 00:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1903831#M74554</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-03-11T00:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905137#M74624</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Creator-III lia-component-message-view-widget-author-username"&gt;&lt;A id="link_48" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1157" target="_self" aria-label="View Profile of anthonyj"&gt;&lt;SPAN class=""&gt;Anthonyj&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Creator-III lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;sorry for the delay repsonse&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I tried above exp its not working . if&amp;nbsp; i select any&amp;nbsp; bar then its getting changed and from the name list also it getting changed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;before selection&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manoranjan_d_0-1647331733210.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74463iCE626190366FE044/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manoranjan_d_0-1647331733210.png" alt="manoranjan_d_0-1647331733210.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;after selecting any one bar example xx3 the chart has to&amp;nbsp; freeze it should not chnage, but ot gettign changed&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manoranjan_d_1-1647331771360.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74464iB74ED44C07B8F728/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manoranjan_d_1-1647331771360.png" alt="manoranjan_d_1-1647331771360.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 08:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905137#M74624</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2022-03-15T08:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905155#M74626</link>
      <description>&lt;P&gt;hi anthonyj&lt;/P&gt;
&lt;P&gt;i found something to make freeze the bar chart in qlikview ,&amp;nbsp;P&lt;SPAN&gt;ease check "Read Only" at General Tab&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;so the chart will be freezed , but selectng the name list also it should not change&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 08:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905155#M74626</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2022-03-15T08:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905566#M74657</link>
      <description>&lt;P&gt;Hi qlik experties,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help or suggestions for my issue&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905566#M74657</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2022-03-15T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Freeze</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905701#M74667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48541"&gt;@manoranjan_d&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I see the issue. In your screen shot I can see another column you're filtering on called &lt;STRONG&gt;[ID]&lt;/STRONG&gt;. The solution provided includes a set analysis &lt;STRONG&gt;{&amp;lt;Name=&amp;gt;}&lt;/STRONG&gt;. What this does is prevents any interaction with the &lt;STRONG&gt;[Name]&lt;/STRONG&gt; field but all other fields would still cause interaction. You have two choices:&lt;/P&gt;
&lt;P&gt;If &lt;STRONG&gt;[ID]&lt;/STRONG&gt; is the only other field the user can interact with then you can add it to all the set analysis like below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Name=, ID= &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you have a lot of columns they can choose from and you don't want the graph to change at all, you can replace &lt;STRONG&gt;{&amp;lt;Name=&amp;gt;}&lt;/STRONG&gt; with &lt;STRONG&gt;{1}&lt;/STRONG&gt;. This locks down the whole visualization and it won't be affected by any filters.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if(RangeSum(Above(SUM({1}Sales),0,RowNo()))/SUM({1} TOTAL Sales)&amp;lt;=0.20,SUM({1}Sales))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This should do the trick.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 23:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Freeze/m-p/1905701#M74667</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-03-15T23:22:12Z</dc:date>
    </item>
  </channel>
</rss>

