<?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: If statement with in condition in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057161#M3480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding your answer 1.:&lt;/P&gt;&lt;P&gt;JOIN and CONCATENATE is something different:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2009/11/understanding-join-and-concatenate/" title="http://qlikviewcookbook.com/2009/11/understanding-join-and-concatenate/"&gt;Understanding Join and Concatenate | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to access attributes from the two tables within the scope of a record, you probably need to JOIN the tables (or MAP values), not concatenate the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 14:23:41 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-01-25T14:23:41Z</dc:date>
    <item>
      <title>If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057156#M3475</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 trying to load following data sets but getting error. Could someone help debug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;security_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;B&gt;&lt;BR /&gt; (&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CONCATENATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;security_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;begin_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;end_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;industry_level1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;industry_level1_desc,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; in ('CRNY','CD','INVTFRE','INVTFRET','INVTXRE','INVTXRET','STIF','TECP','VRDN'),'CASH', industry_level1) as industry_L1&lt;BR /&gt; FROM&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (qvd) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Error Message&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112358_pastedImage_4.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2025 14:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057156#M3475</guid>
      <dc:creator />
      <dc:date>2025-07-23T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057157#M3476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;STRONG&gt;Match&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,'CRNY','CD','INVTFRE','INVTFRET','INVTXRE','INVTXRET','STIF','TECP','VRDN'),'CASH', industry_level1) as industry_L1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057157#M3476</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T22:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057158#M3477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl&lt;/P&gt;&lt;P&gt;It helped get past that error but not it is not recognizing instrument_type. I guess this may be because of using concatenation and since instrument_type is in the 1st table but not the 2nd where if statement is written. Any idea as to how to get around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the error message.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112359_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057158#M3477</guid>
      <dc:creator />
      <dc:date>2016-01-22T22:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057159#M3478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you want to join your tables? Or use a MAPPING approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you want to achieve, but you should be able to create a MAPPING table from table 1 to map instrument_type on security_id in table 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057159#M3478</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T22:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057160#M3479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I am trying to achieve two things;&lt;/P&gt;&lt;P&gt;1. Join two tables and thereby combine all attributes of the two separate tables into one table. Concatenate is working fine for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Based on one of the attributes of 1st table i.e. if instrument_type = 'CRNY, VRDN, etc... flag industry_leve1 (which is one of the attributes in 2nd table) as cash and let all the other industry_level1 corresponding to all the other instrument types as it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 14:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057160#M3479</guid>
      <dc:creator />
      <dc:date>2016-01-25T14:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057161#M3480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding your answer 1.:&lt;/P&gt;&lt;P&gt;JOIN and CONCATENATE is something different:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2009/11/understanding-join-and-concatenate/" title="http://qlikviewcookbook.com/2009/11/understanding-join-and-concatenate/"&gt;Understanding Join and Concatenate | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to access attributes from the two tables within the scope of a record, you probably need to JOIN the tables (or MAP values), not concatenate the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 14:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057161#M3480</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-25T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057162#M3481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the revert. I now understand the difference between Concatenate and Outer join, and I am using outer join to join the two tables.&lt;/P&gt;&lt;P&gt;However, it is still not recognizing instrument_type_mod when I try to apply the logic to generate a "CASH" flag. Also read about Map but it doesn't look like applicable to this specific case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the syntax &amp;amp; error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;sec_master:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;security_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'CRNY','CD','INVTFRE','INVTFRET','INVTXRE','INVTXRET','STIF','TECP','VRDN'),'CASH', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &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;instrument_type_mod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;B&gt; (&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OUTER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;security_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;classification&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;begin_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;end_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;industry_level1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;industry_level1_desc&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type_mod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'CASH'),'CASH', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;industry_level1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &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;industry_L1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;B&gt; (&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;classification&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MSCI_SP_GICS'&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;end_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '3999-12-31'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Message:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112501_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057162#M3481</guid>
      <dc:creator />
      <dc:date>2016-01-25T19:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057163#M3482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to first to JOIN the two tables (without industry_L1 creation), then you can start to use instrument_type_mod and industry_level fields on the same record:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;instrument_type_mod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'CASH'),'CASH', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;industry_level1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &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;industry_L1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;RESIDENT &lt;/SPAN&gt;sec_master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE sec_master;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057163#M3482</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-25T19:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with in condition</title>
      <link>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057164#M3483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl. Highly appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/If-statement-with-in-condition/m-p/1057164#M3483</guid>
      <dc:creator />
      <dc:date>2016-01-25T19:26:47Z</dc:date>
    </item>
  </channel>
</rss>

