<?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: Set Analysis and Nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381755#M806530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Bobby!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've got right answer - please close the thread and mark Sunny's reply as correct or/and helpful.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 04:50:32 GMT</pubDate>
    <dc:creator>Sergey_Shuklin</dc:creator>
    <dc:date>2017-10-31T04:50:32Z</dc:date>
    <item>
      <title>Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381752#M806527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my data I have a source that only lists QIDs that are emergency items.&amp;nbsp; In my load script I've added the code below to add a column called Emergency_Flag and put a Yes in the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; 'Yes' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Emergency_Flag &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the primary data source I also have QIDs that are not emergency items and do not have a column to flag them as not emergency. &lt;/P&gt;&lt;P&gt;The QID is the keythat holds the data together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm have code to pull QIDs for the current month and &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Vulnerability&lt;/SPAN&gt; is like &lt;SPAN style="color: #800000;"&gt;Obsolete.&amp;nbsp; The code works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vCurrentMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Vulnerability&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Vulnerability like '*EOL/Obsolete*'"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;QID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The question I have is how do I add Emergency_Flag is null to the set analysis above?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381752#M806527</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381753#M806528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Only({&amp;lt;MonthName = {$(vCurrentMonth)}, Vulnerability = {"=Vulnerability like '*EOL/Obsolete*'"}, QID = {"=Len(Trim(Emergency_Flag)) = 0"}&amp;gt;} QID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 23:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381753#M806528</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-30T23:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381754#M806529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant!&amp;nbsp; Worked perfectly.&amp;nbsp; Thanks Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 03:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381754#M806529</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2017-10-31T03:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381755#M806530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Bobby!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've got right answer - please close the thread and mark Sunny's reply as correct or/and helpful.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 04:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/1381755#M806530</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-10-31T04:50:32Z</dc:date>
    </item>
  </channel>
</rss>

