<?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: Select column based on an if statement - does not work? (excel source) in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090100#M1773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam Sorry Sunny T, the examples is just addressing import of multiple files, that I got covered already&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is my files differs in format - ie. column names differs from file A to file B - but data there should go to same Sense column, I also want to to different things based on if a column is existing in a sheet or or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not seem to be a a way to check if a column is there or not - that is the exact functionality Iam after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far I worked-around this by some macros excelside to clean and format the data, it however adds&lt;/P&gt;&lt;P&gt;a manual step I would like to get rid off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 14:07:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-20T14:07:19Z</dc:date>
    <item>
      <title>Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090082#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I got this statement - that checks part of the filename to decide what column name to use importing from sheet&lt;/P&gt;&lt;P&gt;and save that value into a field with a common name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it seems the importer evaluates the existence of BOTH Columns regardless if only one of them is to be used according&lt;/P&gt;&lt;P&gt;to the IF-statement (that does not check column values but the filename to avoid checking for Columns that does not exist)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Trim(Left(SubField(FileName(),'Open',2),8)) = 'Changes',[CHG],[INC]) As State,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... the problem is only either one or the other column name exists in each source-file, and import fails on the missing column&lt;/P&gt;&lt;P&gt;even if Iam not actually trying to import it imo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought i could workaround by checking filename and decide what column to import based on that - but it seems I cannot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 16:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090082#M1755</guid>
      <dc:creator />
      <dc:date>2016-03-16T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090083#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I completely understand the issue, do you have an application you can share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 16:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090083#M1756</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-16T16:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090084#M1757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what iam trying to do is based on the file name (in a batch of excel files LOAD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import "column A" OR "column B" into "column C" - depending on the name of the file (using an if statement)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090084#M1757</guid>
      <dc:creator />
      <dc:date>2016-03-17T10:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090085#M1758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vField = &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(Trim(Left(SubField(FileName(),'Open',2),8)) = 'Changes', '[CHG]', '[INC]')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in your LOAD, do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Fields,&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; $(vField) as State&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090085#M1758</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T11:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090086#M1759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample script for you to look at (also find attached the data to play around with it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14582165576214421 jive_text_macro" jivemacro_uid="_14582165576214421"&gt;
&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;First 1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD FileName() as FileName&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;[Field_Open*.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;LET vField = If(Trim(Left(SubField(Peek('FileName'),'Open',2),7)) = 'Changes','[CHG]','[INC]');&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD Dim, &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vField) as State&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;Field_Open*.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;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090086#M1759</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090087#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same issue occurs when trying to put the value in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- the code seem to evaluate the existence of both columns &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[CHG] and [INC] &lt;/STRONG&gt;regardless of the result from the evaluation on the if statement. &lt;/P&gt;&lt;P&gt;- since only one column exists at one time the import fails on "missing field",&lt;/P&gt;&lt;P&gt;even if iam not interested in importing the field that is not existing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone have an idea on how to work around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090087#M1760</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090088#M1761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at the sample I provided below?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090088#M1761</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090089#M1762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me look into your example, I was writing at the same time you replied with the example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090089#M1762</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090090#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry can't make that work in Qlik Sense - FileName ends up as NULL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 10:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090090#M1763</guid>
      <dc:creator />
      <dc:date>2016-03-22T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090091#M1764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me give it a try in QlikSense and get back to you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 11:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090091#M1764</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T11:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090092#M1765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried it with Qlik Sense, seems to be working well Except for the fact that it doesn't really rename the column name in the front end for some reason. Try it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 14:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090092#M1765</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090093#M1766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try add a file that is not matching "Change" and you will see it fail.- it will still look for the INC field in the CHG excel file - also.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 15:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090093#M1766</guid>
      <dc:creator />
      <dc:date>2016-03-22T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090094#M1767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did and it works for me without any errors. I will give it a try one more time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 15:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090094#M1767</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T15:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090095#M1768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works as I would expect. Try one each time the attached two files. Do not have both of them sitting in the same folder when loading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 15:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090095#M1768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090096#M1769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I understand why we dont understand each other &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is just that i want to have these in the same folder at the same time and use the name as a variable to know what columns to load from each file. (in Sense Cloud, there is no folder structure possible)....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 16:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090096#M1769</guid>
      <dc:creator />
      <dc:date>2016-03-22T16:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090097#M1770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Atleast now we do. And are you trying to load both of them or just one of them? and if you will only load one of them, then how would you decide which one to load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 16:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090097#M1770</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-22T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090098#M1771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to load all files matching my path ie. \somefiles*.xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 10:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090098#M1771</guid>
      <dc:creator />
      <dc:date>2016-03-23T10:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090099#M1772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that is much simpler that what we have been doing thus far. Here are some references while I play around with our current sample &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1306"&gt;Loading data from multiple xls-files from folder with subfolder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewmaven.blogspot.com/2008/09/loading-all-of-files-from-folder.html" title="http://qlikviewmaven.blogspot.com/2008/09/loading-all-of-files-from-folder.html"&gt;QlikView Maven: Loading All of the Files from a Folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/71301"&gt;Dyanamic load of excel files from folder&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 10:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090099#M1772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-23T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select column based on an if statement - does not work? (excel source)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090100#M1773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam Sorry Sunny T, the examples is just addressing import of multiple files, that I got covered already&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is my files differs in format - ie. column names differs from file A to file B - but data there should go to same Sense column, I also want to to different things based on if a column is existing in a sheet or or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not seem to be a a way to check if a column is there or not - that is the exact functionality Iam after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far I worked-around this by some macros excelside to clean and format the data, it however adds&lt;/P&gt;&lt;P&gt;a manual step I would like to get rid off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 14:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Select-column-based-on-an-if-statement-does-not-work-excel/m-p/1090100#M1773</guid>
      <dc:creator />
      <dc:date>2016-04-20T14:07:19Z</dc:date>
    </item>
  </channel>
</rss>

