<?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: How do I select one field and exclude another? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449637#M1164367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count(Referred_Date)-count(Placed_Date)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 14:40:05 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-09-27T14:40:05Z</dc:date>
    <item>
      <title>How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449636#M1164366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one field that says 'Referral Date' which has a list of dates when people were referred to our prorgam. Those that were eligible for our program are placed and we have a field called 'Placed Date.' I want to write an expression to count the number of people that were referred (i.e. count(Referred_Date)) and exclude the number of placed date (that would give me the number of people that were Closed (i.e. referred to our program but not placed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Really have no idea on this one.... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449636#M1164366</guid>
      <dc:creator />
      <dc:date>2012-09-27T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449637#M1164367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count(Referred_Date)-count(Placed_Date)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449637#M1164367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-27T14:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449638#M1164368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel like an idiot haha that actaully would give me what I want. &lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449638#M1164368</guid>
      <dc:creator />
      <dc:date>2012-09-27T14:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449639#M1164369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Try this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style=": ; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RefDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlaceDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449639#M1164369</guid>
      <dc:creator />
      <dc:date>2012-09-27T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449640#M1164370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup! Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449640#M1164370</guid>
      <dc:creator />
      <dc:date>2012-09-27T14:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449641#M1164371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your Referred Date and Placed Date value is stored for a Person &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if ( isnull(placed date) ,&amp;nbsp;&amp;nbsp;&amp;nbsp; reffrreddate) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the data is stored like if a person is reffred and not placed then the placed date will be null so the above expressio&amp;nbsp; will work if the data is stored differently let&amp;nbsp; me know so that we can change the logic&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449641#M1164371</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2012-09-27T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select one field and exclude another?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449642#M1164372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what I was trying to do. Worked perfectly. The isnull function is what I was searching for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;::Two thumbs up:: &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-one-field-and-exclude-another/m-p/449642#M1164372</guid>
      <dc:creator />
      <dc:date>2012-09-27T14:53:54Z</dc:date>
    </item>
  </channel>
</rss>

