<?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: Help with the function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434055#M161796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 12:01:20 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2012-12-13T12:01:20Z</dc:date>
    <item>
      <title>Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434045#M161786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;itemid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;99999&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;trans&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;trans&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to count the items wich will be "trans" and with 0 cost&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[ITEMID]={'TRANS'}},{[COST]={'0'}&amp;gt;})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's everyone!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434045#M161786</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2012-12-13T11:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434046#M161787</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;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;[ITEMID]={'TRANS'}, [COST]={'0'}&amp;gt;} Distinct itemid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434046#M161787</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-12-13T11:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434047#M161788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work, no results found :s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434047#M161788</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2012-12-13T11:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434048#M161789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is case sensitive - adjust the expression to show the field names in the correct case.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434048#M161789</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-12-13T11:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434049#M161790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the case sensitive problem, but this is not the problem, all is upper case!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and is still without working!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank's for your patience!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434049#M161790</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2012-12-13T11:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434050#M161791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to provide more information - is it returning null, zero or the wrong value? What is the actual expression you tried?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you post your model or a sample illsutrating the problem so that it can be looked at in more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434050#M161791</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-12-13T11:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434051#M161792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434051#M161792</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-13T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434052#M161793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the example attached, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you every one!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434052#M161793</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2012-12-13T11:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434053#M161794</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;Use below exp.. it is working for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;count&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;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;itemid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'trans'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Cost&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={0}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;itemid&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434053#M161794</guid>
      <dc:creator />
      <dc:date>2012-12-13T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434054#M161795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I only use the first condition it works, but if I add the Cost condittion doesnt work!!! and this combination exists &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;count &lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;itemid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'trans'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Cost&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={0}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;itemid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 12:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434054#M161795</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2012-12-13T12:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with the function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434055#M161796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 12:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-the-function/m-p/434055#M161796</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-13T12:01:20Z</dc:date>
    </item>
  </channel>
</rss>

