<?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: Expression Conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612024#M445210</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Combo Chart.JPG" style="width: 533px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16941i3B8DAA43A15DC21E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Combo Chart.JPG" alt="Combo Chart.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the above chart illustration will be better served. As you can see from the Legend, there are multiple expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created actions for the legend so that if the user clicks on &amp;gt;28 days, they should only see information for &amp;gt;28 days. What I am needing is to limit (conditionally hide) the other expressions on the chart and only the section for &amp;gt;28 days showing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 13:51:13 GMT</pubDate>
    <dc:creator>ZoeM</dc:creator>
    <dc:date>2019-08-13T13:51:13Z</dc:date>
    <item>
      <title>Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1611977#M445202</link>
      <description>&lt;P&gt;Hello Community Experts.&lt;/P&gt;&lt;P&gt;In my expressions I want to conditionally calculate based on whether certain conditions&amp;nbsp; are met:&lt;/P&gt;&lt;P&gt;Expression 1 condition: vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15'&lt;/P&gt;&lt;P&gt;Expression 2 condition: vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;14&amp;lt;29'&lt;/P&gt;&lt;P&gt;Expression 3 condition: vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;28'&lt;/P&gt;&lt;P&gt;In essence, only to calculate when one of the two scenarios are fulfilled. But I cannot get the second part to work.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1611977#M445202</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2024-11-16T02:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1611986#M445203</link>
      <description>&lt;P&gt;Are you sure you want to use GetFieldSelections?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're looking for a specific value in your&amp;nbsp;&lt;SPAN&gt;[#of Days Post VPP]&lt;/SPAN&gt; field, try using Only(&lt;SPAN&gt;[#of Days Post VPP]&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1611986#M445203</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2019-08-13T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1611997#M445204</link>
      <description>&lt;P&gt;I have buttons that select within the dimension/field the designated criteria. So based on selection will the respective expression calculate/show.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1611997#M445204</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-08-13T13:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612005#M445205</link>
      <description>&lt;P&gt;May be using P&amp;amp;C formula&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15') and (vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;14&amp;lt;29')) or&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15') and (vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;28')) or &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;14&amp;lt;29') and (vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;28')) or&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;14&amp;lt;29') and (vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15')) or &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;28') and ((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15')) or &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;28') and ((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;14&amp;lt;29')), Expression)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612005#M445205</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-13T13:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612009#M445206</link>
      <description>&lt;P&gt;Hi Anil.&lt;/P&gt;&lt;P&gt;So my current first conditional expression is:&lt;/P&gt;&lt;P&gt;vRegion=1 or Only([#of Days Post VPP])='&amp;lt;15'.&lt;/P&gt;&lt;P&gt;Modified per your suggestion, would it be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15') ??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612009#M445206</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-08-13T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612012#M445207</link>
      <description>&lt;P&gt;By the way these are for conditions in a bar chart.&lt;/P&gt;&lt;P&gt;So I have several expressions and I want to limit when they are calculated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612012#M445207</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-08-13T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612016#M445208</link>
      <description>&lt;P&gt;Initially you talked about s condition should fulfill. That means, you have to use as follows&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15') and (vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;14&amp;lt;29')), Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or, for another conditional like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(((vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;lt;15') and (vRegion=1 or GetFieldSelections([#of Days Post VPP])='&amp;gt;28')), Expression)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612016#M445208</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-13T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612024#M445210</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Combo Chart.JPG" style="width: 533px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16941i3B8DAA43A15DC21E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Combo Chart.JPG" alt="Combo Chart.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the above chart illustration will be better served. As you can see from the Legend, there are multiple expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created actions for the legend so that if the user clicks on &amp;gt;28 days, they should only see information for &amp;gt;28 days. What I am needing is to limit (conditionally hide) the other expressions on the chart and only the section for &amp;gt;28 days showing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Conditions/m-p/1612024#M445210</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-08-13T13:51:13Z</dc:date>
    </item>
  </channel>
</rss>

