<?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 if a delivery has both status x and y in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177316#M44983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the solution I needed.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2009 18:04:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-07T18:04:59Z</dc:date>
    <item>
      <title>if a delivery has both status x and y in a table</title>
      <link>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177312#M44979</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;&lt;/P&gt;&lt;P&gt;i've got a table with order, amount, status and date.&lt;/P&gt;&lt;P&gt;I only want to count the amounts of the order if the order has both status x and y.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;Order amount status date&lt;/P&gt;&lt;P&gt;1 10 x 2009-02-03&lt;/P&gt;&lt;P&gt;1 10 y 2009-02-07&lt;/P&gt;&lt;P&gt;2 20 x 2009-05-01&lt;/P&gt;&lt;P&gt;3 30 x 2009-05-02&lt;/P&gt;&lt;P&gt;3 30 y 2009-06-30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it must only count the orders 1 and 3 (amount 10 and 30 )&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rey-man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 16:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177312#M44979</guid>
      <dc:creator />
      <dc:date>2009-09-07T16:34:53Z</dc:date>
    </item>
    <item>
      <title>if a delivery has both status x and y in a table</title>
      <link>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177313#M44980</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 try with this if(count(total &amp;lt;Order&amp;gt; distinct status)&amp;gt;1,sum(amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 17:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177313#M44980</guid>
      <dc:creator />
      <dc:date>2009-09-07T17:11:02Z</dc:date>
    </item>
    <item>
      <title>if a delivery has both status x and y in a table</title>
      <link>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177314#M44981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ste82,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be possible if it has only 2 different statusses. But there can be 10000 different statusses. I only want to sum the amounts if the x and y status are in the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 17:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177314#M44981</guid>
      <dc:creator />
      <dc:date>2009-09-07T17:18:18Z</dc:date>
    </item>
    <item>
      <title>if a delivery has both status x and y in a table</title>
      <link>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177315#M44982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I`m not sure how much this attached application is going to help you.&lt;/P&gt;&lt;P&gt;Check the attachment and let me know if it works for your scenario.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 17:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177315#M44982</guid>
      <dc:creator />
      <dc:date>2009-09-07T17:50:08Z</dc:date>
    </item>
    <item>
      <title>if a delivery has both status x and y in a table</title>
      <link>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177316#M44983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the solution I needed.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 18:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-a-delivery-has-both-status-x-and-y-in-a-table/m-p/177316#M44983</guid>
      <dc:creator />
      <dc:date>2009-09-07T18:04:59Z</dc:date>
    </item>
  </channel>
</rss>

