<?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: Conditional OR filter using Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936188#M323181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; What if I have something like 'Col A='John' and ColB is not null'&amp;nbsp; Is there a way to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 16:45:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-11T16:45:44Z</dc:date>
    <item>
      <title>Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936183#M323176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to have 'OR' condition in Qlikview?&amp;nbsp; i.e like 'Col A=100 or ColB='John'.&amp;nbsp; I don't see that option in Button.&amp;nbsp; How else can we approach this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936183#M323176</guid>
      <dc:creator />
      <dc:date>2015-09-11T16:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936184#M323177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That cant be done with only making selections. You can use set analysis expressions. Alternate states may come in useful too. A set analysis expression would look like sum({&amp;lt;[Col A]={100}&amp;gt;+&amp;lt;[Col B]={'John'}&amp;gt;}Amount). If you use alternate states so you can make selections that don't influence each other the set analysis expression would look like sum({AltStateA+AltStateB}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936184#M323177</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-11T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936185#M323178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Selecting in your ID field something like this string:&lt;/P&gt;&lt;P&gt;='=COL_A= 100 OR COL_B=' &amp;amp; chr(39) &amp;amp; 'John' &amp;amp; chr(39)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936185#M323178</guid>
      <dc:creator>dclark0699</dc:creator>
      <dc:date>2015-09-11T16:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936186#M323179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&amp;nbsp; I would like to do this in Button.&amp;nbsp; Since this involves two fields, what should I give in 'Field' box in Button action/Select in Field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936186#M323179</guid>
      <dc:creator />
      <dc:date>2015-09-11T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936187#M323180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='=COL_A= 100 OR COL_B=' &amp;amp; chr(39) &amp;amp; 'John' &amp;amp; chr(39) to work, you'll want the field to be whatever field you want it to operate on.&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: 13px;"&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: 13px;"&gt;If I have a table of people with PERSON_ID as the primary key and I want to return all the people that meet that OR criteria, I would make the field to select in PERSON_ID. Make sense?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936187#M323180</guid>
      <dc:creator>dclark0699</dc:creator>
      <dc:date>2015-09-11T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936188#M323181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; What if I have something like 'Col A='John' and ColB is not null'&amp;nbsp; Is there a way to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936188#M323181</guid>
      <dc:creator />
      <dc:date>2015-09-11T16:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936189#M323182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essentially the exact same way, you are just trying to select the string =Col A = 'John' AND NOT ISNULL(ColB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gets a little messy with the single quotes but it would be something like &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: 13px;"&gt;='=COL_A=' &amp;amp; chr(39) &amp;amp; 'John' &amp;amp; chr(39) &amp;amp; ' AND &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOT ISNULL(COL_B)'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936189#M323182</guid>
      <dc:creator>dclark0699</dc:creator>
      <dc:date>2015-09-11T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936190#M323183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your prompt help!&amp;nbsp; It's working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 18:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936190#M323183</guid>
      <dc:creator />
      <dc:date>2015-09-11T18:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional OR filter using Button</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936191#M323184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please help me how to add a third condition to this and also please help me with the syntax for handling not equal to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='=TEST_CASE_STATUS=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; 'Expired' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; ' OR NOT ISNULL(REASON_FOR_DELAY)' &amp;amp; 'AND ' &amp;amp; '=RULE_DESIGNATION=' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; '&amp;lt;&amp;gt;Manual' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following questions:&lt;/P&gt;&lt;P&gt;1. How to club first and second condtion i.e Test_case_status='Expired' or REASON_FOR_DEALY is not null.&amp;nbsp; Just a bracket will work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How to add a third condition to this?&amp;nbsp; ...&amp;amp; 'AND ' &amp;amp; '=RULE_DESIGNATION=' &amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; '&amp;lt;&amp;gt;Manual' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &lt;/SPAN&gt;- This does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. How to handle not equal to?&amp;nbsp; '=RULE_DESIGNATION=' &amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; '&amp;lt;&amp;gt;Manual' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &lt;/SPAN&gt; - This does not work too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 20:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-OR-filter-using-Button/m-p/936191#M323184</guid>
      <dc:creator />
      <dc:date>2015-09-11T20:41:04Z</dc:date>
    </item>
  </channel>
</rss>

