<?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: Logical condition in Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087443#M361974</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 couldn't understand the expression you had given.&amp;nbsp; I don't see anything selected when I click on the third button.&amp;nbsp; Please help me understand your expression and also the reason why the below expression is not working -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEST_CASE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Testing Evidence' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEST_EXPIRATION_DT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()+1),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 15:29:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-28T15:29:41Z</dc:date>
    <item>
      <title>Logical condition in Button</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087439#M361970</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 two actions in a button.&amp;nbsp; By default it displays the data even if one of them is true.&amp;nbsp; I want the data to be filtered on both the conditions i.e I need a logical 'and' and not the default logical 'or'.&amp;nbsp; So, I am trying to construct an expression in the button using the logical 'and'.&amp;nbsp; Please assist me if my syntax is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My qlikview document is attached.&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>Wed, 27 Jan 2016 20:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087439#M361970</guid>
      <dc:creator />
      <dc:date>2016-01-27T20:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition in Button</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087440#M361971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your first button seems to be working the way you want. Isn't that what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your second button, a single Select in Field action cannot make selections in two different fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 20:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087440#M361971</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T20:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition in Button</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087441#M361972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first button works fine. Please have a look at the third button 'Expired (or) Expiring Today'.&amp;nbsp; It has two conditions.&amp;nbsp; Ideally, no data should be selected because no data satisfies both the condition but because the button action is a logical 'or' I get some data that satisfies one of the condition.&amp;nbsp; Hence, I want to manipulate the whole thing in the expression as shown in the fourth button 'Expired (or) Has a reason for Delay'.&amp;nbsp; Hope this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 20:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087441#M361972</guid>
      <dc:creator />
      <dc:date>2016-01-27T20:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition in Button</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087442#M361973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the logic is and (and not or), but just because you don't have 'Test Evidence' as a selection available for today's date, you are unable to select anything in TEST_CASE_STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the third button now and see if this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 21:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087442#M361973</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T21:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Logical condition in Button</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087443#M361974</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 couldn't understand the expression you had given.&amp;nbsp; I don't see anything selected when I click on the third button.&amp;nbsp; Please help me understand your expression and also the reason why the below expression is not working -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEST_CASE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Testing Evidence' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEST_EXPIRATION_DT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()+1),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-condition-in-Button/m-p/1087443#M361974</guid>
      <dc:creator />
      <dc:date>2016-01-28T15:29:41Z</dc:date>
    </item>
  </channel>
</rss>

