<?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: Expression Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209921#M388253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140175_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(Delay &amp;lt;&amp;gt; 'CLNT', ORDER_CDE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 15:57:27 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-10T15:57:27Z</dc:date>
    <item>
      <title>Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209920#M388252</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'm a bit challenged finding the correct expression for an assignment.&amp;nbsp; I have attached a sample file to illustrate my problem. &lt;/P&gt;&lt;P&gt;Basically, I have a set of 12 orders in a table called ORDERS.&amp;nbsp; Seven of the orders have delays in a table called ORDER_DELAY.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Delays can be either BUS or CLNT.&amp;nbsp; ORDER_CDE is the key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to create a chart that shows all orders including ones with BUS delays but NOT CLNT delays.&amp;nbsp; Please let me know an expression that will work.&amp;nbsp; Even if I&amp;nbsp; choose "select excluded' on the CLN T delay, it only brings back the 3 CUS delays but not the full result I am looking for.&amp;nbsp; I've been stumped for several hours. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. &lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;Don Saluga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209920#M388252</guid>
      <dc:creator />
      <dc:date>2016-10-10T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209921#M388253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140175_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(Delay &amp;lt;&amp;gt; 'CLNT', ORDER_CDE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209921#M388253</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T15:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209922#M388254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;ORDER_CDE = {"=Delay &amp;lt;&amp;gt; 'CLNT' "}&amp;gt;} ORDER_CDE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209922#M388254</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209923#M388255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Sunny! I think you've helped me in the past. Can you please explain your logic?&amp;nbsp; That's a bit tricky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209923#M388255</guid>
      <dc:creator />
      <dc:date>2016-10-10T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209924#M388256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Straight set analysis seems to misbehave when you have nulls due to the interaction of two tables. They are actually not nulls, but they are missing entries. So, something like this &lt;STRONG&gt;Delay -= {'CLNT'}&lt;/STRONG&gt; won't work because Delay = Null doesn't even exists. But when we use a search string &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Delay &amp;lt;&amp;gt; 'CLNT'&lt;/STRONG&gt; against out unique identifier field &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ORDER_CDE &lt;/STRONG&gt;we see the results. This is because we do have ORDER_CDE where Delay &amp;lt;&amp;gt; 'CLNT' and these includes places were we don't have any Delay information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209924#M388256</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209925#M388257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. I think you enlightened the community as well.&amp;nbsp; Good work. Thanks again for the fast service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209925#M388257</guid>
      <dc:creator />
      <dc:date>2016-10-10T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209926#M388258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad I was able to help you out Don &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/1209926#M388258</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T16:13:09Z</dc:date>
    </item>
  </channel>
</rss>

