<?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: Restricting bars with selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386646#M799897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't this do the trick? &lt;A href="https://community.qlik.com/qlik-users/254723"&gt;qlik4asif&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 13:07:32 GMT</pubDate>
    <dc:creator>OmarBenSalem</dc:creator>
    <dc:date>2017-11-28T13:07:32Z</dc:date>
    <item>
      <title>Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386638#M799889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Bar Chart as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184885_Capture.PNG" style="height: 115px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select Month Oct-17 from list box chart should display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual---should display bars till Oct-2017(Since i am giving selection as oct-2017) &lt;/P&gt;&lt;P&gt;LE----should display all 12 bars(Irrespective of selections) Dont have any value so it is showing nothing in chart&lt;/P&gt;&lt;P&gt;Budget----should display all 12 bars&lt;SPAN style="font-size: 13.3333px;"&gt;(Irrespective of selections)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;All bars will be having accumulated value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I am able to control budget bar by bypassing Datemonth in exprression, but not able to do for Actual&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Actual=Num(Rangesum(Above(Sum({&amp;lt;DateMonth ={"&amp;gt;=$(vE2Estartdate) &amp;lt;=$(vE2Eenddate)"}&amp;gt;}Actual),0,12)),'##.###')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help me on this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in ADVANCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386638#M799889</guid>
      <dc:creator>qlik4asif</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386639#M799890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if u alter it as folow:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=Num(Rangesum(Above(Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;DateMonth =&lt;/STRONG&gt;,&lt;/SPAN&gt;DateMonth ={"&amp;gt;=$(vE2Estartdate) &amp;lt;=$(vE2Eenddate)"}&amp;gt;}Actual),0,12)),'##.###')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;and ps: there is not need to use the num to format it; you have an entire time in where u can format ur measures like u want (easily)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386639#M799890</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-28T10:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386640#M799891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Omar Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it wont take selection , if i bypass the month in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is ,let us say when i select month oct-17,&lt;/P&gt;&lt;P&gt;bars are showing correct value till oct-2017 but for nov and&amp;nbsp; dec it is showing same value as oct&lt;/P&gt;&lt;P&gt;This is because i am doing accumulation (Check my expression)&lt;/P&gt;&lt;P&gt;I need Actual as 0 for Nov and Dec (Considering Oct as my selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386640#M799891</guid>
      <dc:creator>qlik4asif</dc:creator>
      <dc:date>2017-11-28T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386641#M799892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work at all due to single same filed you are degrading 2 times. That not the Qlikview behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386641#M799892</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-28T10:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386642#M799893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you define the variables you used for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386642#M799893</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-28T10:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386643#M799894</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;if you have this on your variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vE2Estartdate = min(date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;change it to :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vE2Estartdate = min({1}date)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386643#M799894</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-28T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386644#M799895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, than change ur expession like thing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum({&amp;lt;DateMonth ={"&amp;gt;=$(vE2Estartdate) &amp;lt;=$(vE2Eenddate)"}&amp;gt;}Actual)&amp;lt;&amp;gt;0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Rangesum(Above(Sum({&amp;lt;DateMonth ={"&amp;gt;=$(vE2Estartdate) &amp;lt;=$(vE2Eenddate)"}&amp;gt;}Actual),0,12)),null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;per analogy :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if it's like this: same as you:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;RangeSum(Above(Sum({&amp;lt;Year={"&amp;lt;=$(=max(Year))"}&amp;gt;}[Car sales]),0,RowNo()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/184899_Capture.PNG" style="height: 251px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;while as follow:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(sum({&amp;lt;Year={"&amp;lt;=$(=max(Year))"}&amp;gt;}[Car sales])&amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;RangeSum(Above(Sum({&amp;lt;Year={"&amp;lt;=$(=max(Year))"}&amp;gt;}[Car sales]),0,RowNo())),Null()):&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184898_Capture.PNG" style="height: 250px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386644#M799895</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-28T10:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386645#M799896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vE2Eenddate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Max({&amp;lt;DummyKPI={'Production Cost YTD'},PC_YTD={"&amp;gt;0"}&amp;gt; + &amp;lt;DummyKPI={'Production Cost YTD'},PC_YTD={"&amp;lt;0"}&amp;gt;}DateMonth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vE2Estartdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Date(AddMonths(vE2Eenddate,-11),'YYYY-MM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 12:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386645#M799896</guid>
      <dc:creator>qlik4asif</dc:creator>
      <dc:date>2017-11-28T12:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386646#M799897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't this do the trick? &lt;A href="https://community.qlik.com/qlik-users/254723"&gt;qlik4asif&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 13:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386646#M799897</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-28T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting bars with selection</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386647#M799898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Omar,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 13:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-bars-with-selection/m-p/1386647#M799898</guid>
      <dc:creator>qlik4asif</dc:creator>
      <dc:date>2017-11-28T13:14:38Z</dc:date>
    </item>
  </channel>
</rss>

