<?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 use multiple conditions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256938#M851232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you in advance but unfortunately any of them didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2017 08:25:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-09T08:25:00Z</dc:date>
    <item>
      <title>How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256935#M851229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to write a statement like below but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[visit state]={"yes"} , [order state]={0} or [state number]&amp;gt;=130511&amp;gt;} terminal )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another word, I want to count terminals that visited and they have order to visit, or they have state number bigger than 130511.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; color: #666666; font-style: italic; margin-left: 20px;"&gt;I wonder if you could help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; color: #666666; font-style: italic; margin-left: 20px;"&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/How-to-use-multiple-conditions/m-p/1256935#M851229</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256936#M851230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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;&lt;EM&gt;count({&amp;lt;[visit state]={"yes"} &amp;gt; * (&amp;lt; [order state]={0}&amp;gt;+&amp;lt; [state number]={'&amp;gt;=130511'}&amp;gt;)} terminal )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;count({&amp;lt;[visit state]={"yes"} , [order state]={0}&amp;gt;+&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[visit state]={"yes"} &lt;/SPAN&gt;, [state number]={'&amp;gt;=130511'}&amp;gt;} terminal )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Edit: corrected a brace in the second solution.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256936#M851230</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-09T08:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256937#M851231</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;Maybe something like this?&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;count({&amp;lt;[visit state]={'yes'}, [order state]={'0'}, [state number]={"&amp;gt;=130511"}&amp;gt;} terminal )&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;Regards,&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;Andrey&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256937#M851231</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-03-09T08:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256938#M851232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you in advance but unfortunately any of them didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256938#M851232</guid>
      <dc:creator />
      <dc:date>2017-03-09T08:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256939#M851233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Andrey,&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;Thank you for your comment. But it didn't work.&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;In addition I think I should use or function. But I have problem with the function.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256939#M851233</guid>
      <dc:creator />
      <dc:date>2017-03-09T08:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256940#M851234</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: 13px;"&gt;count({&amp;lt;[visit state]={"yes"} , [order state]!={0},[state number]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"&amp;gt;=130511"}&lt;/SPAN&gt;&amp;gt;} terminal ) + &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;[visit state]={"yes"} , [order state]={0},[state number]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"&amp;lt;130511"}&lt;/SPAN&gt;&amp;gt;} terminal )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256940#M851234</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-09T08:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256941#M851235</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;I think Treseco B second solution is ok but there was mistake in parenthesis. The correct one is below:&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;&lt;STRONG&gt;count(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;[visit state]={"yes"} , [order state]={0}&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[visit state]={"yes"} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, [state number]={'&amp;gt;=130511'}&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;} terminal )&lt;/STRONG&gt;&lt;/SPAN&gt;&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;BR,&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;Milosz&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256941#M851235</guid>
      <dc:creator />
      <dc:date>2017-03-09T08:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256942#M851236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=count({&amp;lt;[visit state]={"yes"}&amp;gt;+&amp;lt;[order state]={0}&amp;gt;+&amp;lt;[state number]={'&amp;gt;=130511'}&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; } terminal ) &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256942#M851236</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-09T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple conditions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256943#M851237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you can write like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14890506855339024" jivemacro_uid="_14890506855339024" modifiedtitle="true"&gt;
&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[order state]&lt;/SPAN&gt;='0' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [state number]&amp;gt;=130511&lt;/SPAN&gt;, &lt;/P&gt;
&lt;P&gt;&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;count({&amp;lt;[visit state]={"yes"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; terminal )&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If([order state]='0' or [state number]&amp;gt;=130511, &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;P&gt;count({&amp;lt;[visit state]={"yes"}&amp;gt;} terminal ))&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-conditions/m-p/1256943#M851237</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-03-09T09:11:48Z</dc:date>
    </item>
  </channel>
</rss>

