<?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: I want orders count that are not delivered in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073510#M1223719</link>
    <description>&lt;P&gt;Assuming that your null values are nulls (no value) and not the string 'NULL'.&lt;/P&gt;
&lt;P&gt;Then you can try:&lt;/P&gt;
&lt;P&gt;count({&amp;lt;Delivery_status={'Undelivered'},&amp;nbsp; Eroor={"*"}&amp;gt;}distinct Order_no)&lt;/P&gt;</description>
    <pubDate>Sat, 20 May 2023 18:23:33 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2023-05-20T18:23:33Z</dc:date>
    <item>
      <title>I want orders count that are not delivered</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073507#M1223717</link>
      <description>&lt;P&gt;have orders data like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Order_no&amp;nbsp; &amp;nbsp; &amp;nbsp;I&lt;SPAN&gt;tem_no.&amp;nbsp; &amp;nbsp; Eroor&amp;nbsp; &amp;nbsp; &amp;nbsp; Delivery_status&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1011.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Null&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Delivered&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1011.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Some_Error&amp;nbsp; &amp;nbsp;Undelivered&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1012.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NULL&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Delivered&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1013.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SOME_ERROR&amp;nbsp; &amp;nbsp; Delivered&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SO HERE I WANT TO COUNT ORDERS WHERE ERROR IS NOT NULL AND UNDELIVERED , HERE I WANT THIS AT ORDER LEVEL NOT AT ITEM LEVEL . IF IN ORDER ONE ITEM NOT GOT AN ERROR MESSAGE AND DELIVERED WE CONSIDER WHOLE ORDER IS DELIVERED&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2023 17:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073507#M1223717</guid>
      <dc:creator>Vinni2000</dc:creator>
      <dc:date>2023-05-20T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: I want orders count that are not delivered</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073510#M1223719</link>
      <description>&lt;P&gt;Assuming that your null values are nulls (no value) and not the string 'NULL'.&lt;/P&gt;
&lt;P&gt;Then you can try:&lt;/P&gt;
&lt;P&gt;count({&amp;lt;Delivery_status={'Undelivered'},&amp;nbsp; Eroor={"*"}&amp;gt;}distinct Order_no)&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2023 18:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073510#M1223719</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-05-20T18:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: I want orders count that are not delivered</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073525#M1223723</link>
      <description>&lt;P&gt;We want this at order level not at at item level&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 01:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073525#M1223723</guid>
      <dc:creator>Vinni2000</dc:creator>
      <dc:date>2023-05-21T01:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: I want orders count that are not delivered</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073531#M1223725</link>
      <description>&lt;P&gt;count distinct Order_no calculate the number of unique orders, not the number of items.&lt;/P&gt;
&lt;P&gt;Did i misunderstand your criterias? What is the expected output of the first two rows in your samplr, order 1011.?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 07:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073531#M1223725</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-05-21T07:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: I want orders count that are not delivered</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073533#M1223726</link>
      <description>&lt;P&gt;There you can see item number right for 1011 order we have two items 1, 2 and i has error and doesn't have error so count order numbers where we got some error so we should not count the order if one item from order not got error and delivered .&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 07:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073533#M1223726</guid>
      <dc:creator>Vinni2000</dc:creator>
      <dc:date>2023-05-21T07:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: I want orders count that are not delivered</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073546#M1223729</link>
      <description>&lt;P&gt;I see, thats how I understood it from the beginning. Please explain what's wrong with my initial&amp;nbsp; suggested solution. Did you try it? It should, as I see it, return the output that you are asking for.&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 10:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-orders-count-that-are-not-delivered/m-p/2073546#M1223729</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-05-21T10:25:14Z</dc:date>
    </item>
  </channel>
</rss>

