<?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 Create Flag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127627#M371012</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;&lt;/P&gt;&lt;P&gt;How can I identify with a flag in script all ID without TYPE_ID = 4 and ID WITH TYPE _ID = 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jun 2016 13:53:01 GMT</pubDate>
    <dc:creator>suzel404</dc:creator>
    <dc:date>2016-06-05T13:53:01Z</dc:date>
    <item>
      <title>Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127627#M371012</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;&lt;/P&gt;&lt;P&gt;How can I identify with a flag in script all ID without TYPE_ID = 4 and ID WITH TYPE _ID = 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 13:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127627#M371012</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2016-06-05T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127628#M371013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not too difficult, I think. Like this (there are multiple possible solutions)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MapIDHasType4:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MAPPING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD ID, 1 AS Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM FLAG_TYPE.xls (biff, embedded labels, table is Sheet1$)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE (TYPE_ID = 4);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IDsNTypes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD ID, TYPE_ID, ApplyMap('&lt;SPAN style="font-size: 13.3333px;"&gt;MapIDHasType4&lt;/SPAN&gt;', ID, 0) AS FlagHasType4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM FLAG_TYPE.xls (biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add whatever other calculations you need to the last straight LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 14:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127628#M371013</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-05T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127629#M371014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 14:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Flag/m-p/1127629#M371014</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2016-06-05T14:14:43Z</dc:date>
    </item>
  </channel>
</rss>

