<?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: condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/condition/m-p/419236#M155981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;if(Order-Year=2012 and &lt;/STRONG&gt;&lt;STRONG&gt;Order-Year = 2013, count(distinct &lt;/STRONG&gt;&lt;STRONG&gt;UserPK))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 10:29:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-29T10:29:20Z</dc:date>
    <item>
      <title>condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419229#M155974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I put this expression to count Users who made orders in 2012 and 2013:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;Order-Year=2012, Order-Year=2013&amp;gt;}DISTINCT UserPK)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work, the second condition is not considered.&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419229#M155974</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419230#M155975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;Order-Year={2012,2013}&amp;gt;}DISTINCT UserPK)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419230#M155975</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419231#M155976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;count({&amp;lt;Order-Year={'2012','2013'}&amp;gt;}DISTINCT UserPK)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;som&lt;/STRONG&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419231#M155976</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-05-29T10:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419232#M155977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if Order-Year is a field you have to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({$ &amp;lt;[Order-Year]={'&amp;gt;=2012&amp;lt;=2013'}&amp;gt;}DISTINCT UserPK)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hope it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419232#M155977</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-05-29T10:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419233#M155978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u, but it doesn't work&lt;/P&gt;&lt;P&gt;I have 781 users in 2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 409 users in 2013&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; when I use this expression it gives 906 users!!&lt;/P&gt;&lt;P&gt;it must be less than 409&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419233#M155978</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419234#M155979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;count({&amp;lt;[Order-Year]={2012}&amp;gt;,UserPK=p({&amp;lt;[Order-Year]={2013}&amp;gt;}UserPK)&amp;gt;} DISTINCT UserPK)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419234#M155979</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-29T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419235#M155980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same result &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419235#M155980</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419236#M155981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;if(Order-Year=2012 and &lt;/STRONG&gt;&lt;STRONG&gt;Order-Year = 2013, count(distinct &lt;/STRONG&gt;&lt;STRONG&gt;UserPK))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419236#M155981</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419237#M155982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;count({&amp;lt;UserPK=p({&amp;lt;[Order-Year]={'2012','2013'}&amp;gt;}UserPK)&amp;gt;} DISTINCT UserPK)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419237#M155982</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419238#M155983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Mr. &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/gwassenaar" id="jive-9654423202841430504432" style="background-color: #ffffff; font-size: 12px; color: #007fc0; text-decoration: initial; font-weight: bold; font-family: Arial; text-align: center;"&gt;Gysbert Wassenaar&lt;/A&gt; : there is an error in this expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419238#M155983</guid>
      <dc:creator />
      <dc:date>2013-05-29T10:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419239#M155984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;count({&amp;lt;UserPK=&lt;/P&gt;&lt;P&gt;p({&amp;lt;[Order-Year]={'2012'}&amp;gt;})*p({&amp;lt;[Order-Year]={'2013'}&amp;gt;})&lt;/P&gt;&lt;P&gt;&amp;gt;} DISTINCT UserPK)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419239#M155984</guid>
      <dc:creator>Eugeny_Ilyin</dc:creator>
      <dc:date>2013-05-29T11:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419240#M155985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help plz &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/alert.png" /&gt;&lt;/P&gt;&lt;P&gt;I need common users in 2012 and 2013 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419240#M155985</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: condition</title>
      <link>https://community.qlik.com/t5/QlikView/condition/m-p/419241#M155986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Mr. &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/eugenyilyin" id="jive-6411823205696575234490" style="background-color: #ffffff; font-size: 12px; color: #007fc0; text-decoration: initial; font-weight: bold; font-family: Arial; text-align: center;"&gt;Eugeny Ilyin&lt;/A&gt; it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;/P&gt;&lt;P&gt;thank you soooo much everybody &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition/m-p/419241#M155986</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:21:30Z</dc:date>
    </item>
  </channel>
</rss>

