<?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: Null flag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804045#M1047062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SuperiorIndicatorTemp:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load SuperiorIndicator,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EQUNR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 as SuperiorIndicatorFlag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident SCD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Len(SuperiorIndicator) = 0&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Inner&lt;/STRONG&gt;Join (Equipment)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EQUNR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SuperiorIndicatorFlag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident SuperiorIndicatorTemp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table SuperiorIndicatorTemp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 05:45:35 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-11-24T05:45:35Z</dc:date>
    <item>
      <title>Null flag</title>
      <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804040#M1047057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a Flag that looks at another column, and if it is Null, set it as 1 in the flag. (If SuperiorIndicator is null, set SuperiorIndicatorFlag to 1.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71913_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SuperiorIndicatorTemp:&lt;/P&gt;&lt;P&gt;Load SuperiorIndicator,&lt;/P&gt;&lt;P&gt;EQUNR,&lt;/P&gt;&lt;P&gt;1 as SuperiorIndicatorFlag &lt;/P&gt;&lt;P&gt;Resident SCD&lt;/P&gt;&lt;P&gt;Where Len(SuperiorIndicator) = 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Equipment)&lt;/P&gt;&lt;P&gt;Load EQUNR,&lt;/P&gt;&lt;P&gt;SuperiorIndicatorFlag&lt;/P&gt;&lt;P&gt;Resident SuperiorIndicatorTemp&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table SuperiorIndicatorTemp&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 05:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804040#M1047057</guid>
      <dc:creator />
      <dc:date>2014-11-24T05:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Null flag</title>
      <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804041#M1047058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Below Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SuperiorIndicatorTemp:&lt;/P&gt;&lt;P&gt;Load SuperiorIndicator,&lt;/P&gt;&lt;P&gt;EQUNR,&lt;/P&gt;&lt;P&gt;if(ISNULL(SuperiorIndicatior),1,0) as SuperiorInidcatorFlag&lt;/P&gt;&lt;P&gt;RESIDENT SCD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 05:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804041#M1047058</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-11-24T05:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Null flag</title>
      <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804042#M1047059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check&amp;nbsp; below code&lt;/P&gt;&lt;P&gt;.I hope it help to u&lt;/P&gt;&lt;P&gt;SuperiorIndicatorTemp:&lt;/P&gt;&lt;P&gt;Load SuperiorIndicator,&lt;/P&gt;&lt;P&gt;EQUNR,&lt;/P&gt;&lt;P&gt;1 as SuperiorIndicatorFlag &lt;/P&gt;&lt;P&gt;Resident SCD&lt;/P&gt;&lt;P&gt;Where Len(SuperiorIndicator) = 0 or isnull(SuperiorIndicator)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Equipment)&lt;/P&gt;&lt;P&gt;Load EQUNR,&lt;/P&gt;&lt;P&gt;SuperiorIndicatorFlag&lt;/P&gt;&lt;P&gt;Resident SuperiorIndicatorTemp&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table SuperiorIndicatorTemp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 05:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804042#M1047059</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-24T05:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Null flag</title>
      <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804043#M1047060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have matching &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EQUNR, then still you will get nulls in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SuperiorInidcatorFlag.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left Join (Equipment)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EQUNR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SuperiorIndicatorFlag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident SuperiorIndicatorTemp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 05:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804043#M1047060</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-24T05:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Null flag</title>
      <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804044#M1047061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it. Thanks Anbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 05:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804044#M1047061</guid>
      <dc:creator />
      <dc:date>2014-11-24T05:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Null flag</title>
      <link>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804045#M1047062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SuperiorIndicatorTemp:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load SuperiorIndicator,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EQUNR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 as SuperiorIndicatorFlag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident SCD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Len(SuperiorIndicator) = 0&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Inner&lt;/STRONG&gt;Join (Equipment)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EQUNR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SuperiorIndicatorFlag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident SuperiorIndicatorTemp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table SuperiorIndicatorTemp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 05:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-flag/m-p/804045#M1047062</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-24T05:45:35Z</dc:date>
    </item>
  </channel>
</rss>

