<?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: Issue with Flag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901179#M313539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would have loved to close this issue but im still struggling with it ! sunindia's replay was close enough but not what i exactly want !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 04:57:14 GMT</pubDate>
    <dc:creator>arusanah</dc:creator>
    <dc:date>2015-05-22T04:57:14Z</dc:date>
    <item>
      <title>Issue with Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901175#M313535</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 have requirement &lt;SPAN style="font-size: 13.3333330154419px;"&gt;to create a table from &lt;SPAN style="font-size: 13.3333330154419px;"&gt;data coming from&amp;nbsp; two source files with additional column as flag. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sheet 1 of excel document has data coming from one source .&lt;/P&gt;&lt;P&gt;sheet 2 has data coming from another source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sheet 3 is the output table i want to create after comparing first two sheets .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did tried my best&amp;nbsp; but facing two problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; flag value are not being displayed properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; while creating output table my resident load fail...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 21:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901175#M313535</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-05-20T21:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901176#M313536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cust:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD distinct Customer,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Len(Trim(Customer)) = 0, Null(), 0) as PayerFlag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Book1.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(cust)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Cust as Customer &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Book1.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(IsNull(PayerFlag), 1, PayerFlag) as PayerFlag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident cust;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table cust;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87102_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 01:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901176#M313536</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-21T01:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901177#M313537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sunindia !!! works for me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/love.png" /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 02:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901177#M313537</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-05-21T02:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901178#M313538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/arusanah"&gt;arusanah&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Please mark as &lt;STRONG&gt;Answered&lt;/STRONG&gt; to close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 04:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901178#M313538</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-21T04:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901179#M313539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would have loved to close this issue but im still struggling with it ! sunindia's replay was close enough but not what i exactly want !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 04:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901179#M313539</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-05-22T04:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901180#M313540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then what exactly are you looking to do???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 09:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Flag/m-p/901180#M313540</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-22T09:17:22Z</dc:date>
    </item>
  </channel>
</rss>

