<?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: How to get Button working with 2 conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131821#M371986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you kindly let me know what does this mean?&lt;/P&gt;&lt;P&gt;if (Date) is not null, and when Value match....??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Kushal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 20:23:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-06T20:23:12Z</dc:date>
    <item>
      <title>How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131817#M371982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to create a button with an action that it will show the relevent result when condition 1 &amp;amp; 2 both fufilled. But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't set up anything under "General".&lt;/P&gt;&lt;P&gt;Under "Actions", I created an new variable called "VariableEvent". I created a value is " ([Date]) = True &amp;amp;&amp;amp; [Value] = '1 ".&lt;/P&gt;&lt;P&gt;Condition 1: [Date] is one of my data fields with date format as its value. What I try to do is when the Date field exsit and have value in it (=True), then searching for condition 2.&lt;/P&gt;&lt;P&gt;Condition 2: [Value] only contain '0, 1 and 2'.&lt;/P&gt;&lt;P&gt;I am not sure how to get this work. Can anyone with more experience provide me some hint?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126959_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 14:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131817#M371982</guid>
      <dc:creator />
      <dc:date>2016-06-06T14:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131818#M371983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Date) &amp;gt; 0 and Value = 1, .....)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131818#M371983</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-06T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131819#M371984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=if(not isnull(Date) and match(Value,'0','1','2'),1,0)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131819#M371984</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-06T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131820#M371985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. There is a error after I typed " ) "&amp;nbsp; at the end of the line.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0 &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;[value]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1&lt;STRONG style="text-decoration: underline;"&gt;) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 20:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131820#M371985</guid>
      <dc:creator />
      <dc:date>2016-06-06T20:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131821#M371986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you kindly let me know what does this mean?&lt;/P&gt;&lt;P&gt;if (Date) is not null, and when Value match....??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Kushal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 20:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131821#M371986</guid>
      <dc:creator />
      <dc:date>2016-06-06T20:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131822#M371987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check my post on buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/docs/DOC-8398"&gt;https://community.qlikview.com/docs/DOC-8398&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 20:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131822#M371987</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2016-06-06T20:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Button working with 2 conditions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131823#M371988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did not specify the value you are setting your variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(GetSelectedCount(Date) &amp;gt; 0 and Value = 1, &lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace 1 with whatever value you want in place of 1 when the statement is true&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 20:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Button-working-with-2-conditions/m-p/1131823#M371988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-06T20:58:43Z</dc:date>
    </item>
  </channel>
</rss>

