<?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: How to form the if then statement? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337413#M1168942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the function exists( field, expr).&lt;/P&gt;&lt;P&gt;For that, you need a primary key which identify each client, for example [First Name] &amp;amp; ' ' &amp;amp; [Last Name]. this primary key must be used when charging the two excel files. Moreover, you can so create a List Box which the primary key which enable sophisticated selections on your clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Attendees:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'TableA' as Source,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[First Name] &amp;amp; ' ' &amp;amp; [Last Name] as ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableA.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'TableB' as Source,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[First Name] &amp;amp; ' ' &amp;amp; [Last Name] as ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableB.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, you should isolate the ID provided by tableA (and so give them another name) and select only the ID of Table B whose value of ID exists in tableA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;temp_table:&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 DISCTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as ID_existing_in_A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT Attendees&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Source= 'TableA' ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID_common :&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 DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as ID_common&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT Attendees&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source='TableB'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exists( ID_existing_in_A , ID )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP TABLE temp_table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You then hace a field ID_common satisying your requirements and which propagate selection on the primary key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2012 08:39:49 GMT</pubDate>
    <dc:creator>rlp</dc:creator>
    <dc:date>2012-08-06T08:39:49Z</dc:date>
    <item>
      <title>How to form the if then statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337410#M1168939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two attendee lists (2 separate excel files), A and B. I want to create a table that has the people that are on both lists A and B. So if the person is on list A and B, show up in this table. What would the if statement be and how do you do this?&lt;/P&gt;&lt;P&gt;The excel sheet has company, first name, last name, title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 15:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337410#M1168939</guid>
      <dc:creator />
      <dc:date>2012-08-03T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to form the if then statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337411#M1168940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry i'm not sure what you mean. Do i do this in the load script? All i want to do is create a table in QV that pulls from both excel files but only shows the people that are on BOTH lists. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 16:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337411#M1168940</guid>
      <dc:creator />
      <dc:date>2012-08-03T16:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to form the if then statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337412#M1168941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to load your data in, so you need to write some code in your load script, maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Attendees:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'TableA' as Source,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableA.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'TableB' as Source,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableB.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you use the correct field names from your excel sheets, and if needed, rename them to common field names. This should result in one large concatenated table, with an additional field Source to tell where the content comes from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in your chart object, use e.g. [Last Name] and [First Name] as dimensions, and &lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(count(distinct Source)=2, 'BOTH','SINGLE')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expression to flag attendees that attended both or a single event.&lt;/P&gt;&lt;P&gt;You need to make sure that Names are used consistently between the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still got problems, you could post some sample lines of data (two sample excel sheets to read in) this will help us to see how we could help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 17:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337412#M1168941</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-03T17:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to form the if then statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337413#M1168942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the function exists( field, expr).&lt;/P&gt;&lt;P&gt;For that, you need a primary key which identify each client, for example [First Name] &amp;amp; ' ' &amp;amp; [Last Name]. this primary key must be used when charging the two excel files. Moreover, you can so create a List Box which the primary key which enable sophisticated selections on your clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Attendees:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'TableA' as Source,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[First Name] &amp;amp; ' ' &amp;amp; [Last Name] as ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableA.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'TableB' as Source,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[First Name] &amp;amp; ' ' &amp;amp; [Last Name] as ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableB.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, you should isolate the ID provided by tableA (and so give them another name) and select only the ID of Table B whose value of ID exists in tableA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;temp_table:&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 DISCTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as ID_existing_in_A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT Attendees&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Source= 'TableA' ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID_common :&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 DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as ID_common&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT Attendees&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source='TableB'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exists( ID_existing_in_A , ID )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP TABLE temp_table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You then hace a field ID_common satisying your requirements and which propagate selection on the primary key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 08:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337413#M1168942</guid>
      <dc:creator>rlp</dc:creator>
      <dc:date>2012-08-06T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to form the if then statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337414#M1168943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can try like following way&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Attendees:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[First Name] &amp;amp; '-' &amp;amp; [Last Name] as ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableA.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;I&lt;A&gt;&lt;/A&gt;nner join&lt;/SPAN&gt; (&lt;EM&gt;Attendees&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[First Name] &amp;amp; '-' &amp;amp; [Last Name] as ID ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Company, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[First&amp;nbsp; Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Last Name],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TableB.xls&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 09:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337414#M1168943</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2012-08-06T09:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to form the if then statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337415#M1168944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Production:&lt;BR /&gt;LOAD Field1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&amp;amp;Field2&amp;amp;Field3 AS %Key1&lt;BR /&gt;FROM&lt;BR /&gt;Table1.qvd&lt;BR /&gt;(qvd);&lt;BR /&gt; &lt;BR /&gt;Development:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;STRONG&gt;NoConcantenate&lt;/STRONG&gt;&lt;BR /&gt;LOAD Field1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&amp;amp;Field2&amp;amp;Field3AS %Key2 &lt;BR /&gt;FROM&lt;BR /&gt;Table2.qvd&lt;BR /&gt;(qvd)&lt;BR /&gt;WHERE EXISTS(%Key1,Field1&amp;amp;Field2&amp;amp;Field3)&lt;BR /&gt;;&lt;BR /&gt;Drop Table Production;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 13:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-form-the-if-then-statement/m-p/337415#M1168944</guid>
      <dc:creator />
      <dc:date>2012-08-07T13:39:27Z</dc:date>
    </item>
  </channel>
</rss>

