<?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: Flag creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Flag-creation/m-p/342362#M704377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure if this fits your needs, but I think you can join the two tables and create a new field for the ArmorRecipeAvailable, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD mrecipe_id, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecipeName, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecipeNameSpace&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [test_data.xls] (biff, embedded labels, table is Table1$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;left join (Table1) LOAD RecipeName, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecipeNameSpace, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as ArmorRecipeAvailable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [test_data.xls] (biff, embedded labels, table is Table2$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Output:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Noconcatenate LOAD mrecipe_id,RecipeName, RecipeNameSpace,Status, if(len(ArmorRecipeAvailable),'Y','N') as ArmorRecipeAvailable Resident Table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table Table1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2012 19:03:29 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-05-08T19:03:29Z</dc:date>
    <item>
      <title>Flag creation</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-creation/m-p/342361#M704376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables and these tables have 2 fields are common. Table1 have all the values and Table2 have only some data. I attached some sample text data for my tables. In execl sheet contains table1, table2&amp;nbsp; and output Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create Flag Y or N, If both tables have the same values then the Flag is Y otherwise N. Please find the excel sheet, we can easily understand my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 17:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-creation/m-p/342361#M704376</guid>
      <dc:creator />
      <dc:date>2012-05-08T17:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Flag creation</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-creation/m-p/342362#M704377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure if this fits your needs, but I think you can join the two tables and create a new field for the ArmorRecipeAvailable, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD mrecipe_id, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecipeName, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecipeNameSpace&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [test_data.xls] (biff, embedded labels, table is Table1$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;left join (Table1) LOAD RecipeName, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecipeNameSpace, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as ArmorRecipeAvailable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [test_data.xls] (biff, embedded labels, table is Table2$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Output:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Noconcatenate LOAD mrecipe_id,RecipeName, RecipeNameSpace,Status, if(len(ArmorRecipeAvailable),'Y','N') as ArmorRecipeAvailable Resident Table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table Table1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 19:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-creation/m-p/342362#M704377</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-05-08T19:03:29Z</dc:date>
    </item>
  </channel>
</rss>

