<?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: Pulling multiple fields with the same name from Excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586155#M543862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Look in help at the Qualify function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 May 2014 15:57:57 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2014-05-03T15:57:57Z</dc:date>
    <item>
      <title>Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586146#M543850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to create multiple charts in QlikView using a set of tables in an Excel spreadsheet. Essentially, I need to create a chart that compares how many entries we actually had each month vs. the planned entries. For additional details on the QlikView chart I made, see this link (&lt;A _jive_internal="true" href="https://community.qlik.com/thread/116265"&gt;http://community.qlik.com/thread/116265&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart worked perfectly when I only loaded one table in the script. However, I need to be able to pull multiple tables that all have the same field names, but I need to be able to differentiate between different table data. Here is a picture to better show you what I mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Multiple.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/58274_Multiple.PNG" style="width: 620px; height: 253px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the picture, there are 3 separate tables. Don't pay attention to the red/green row, they have been deleted since. Essentially, I need to be able to make a different chart for each of these tables (and eventually more). I had to transform these entries when loading the script of one particular table and ended up with the fields [Month], [Plan], and [Actual].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I pull this data in a way that I can separate/name the different value sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 18:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586146#M543850</guid>
      <dc:creator />
      <dc:date>2014-05-01T18:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586147#M543851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Month], [Plan], [Actual],&lt;/SPAN&gt; 'Table1' as TableFlag from Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Month], [Plan], [Actual],&lt;/SPAN&gt; 'Table2' as TableFlag from Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Month], [Plan], [Actual],&lt;/SPAN&gt; 'Table3' as TableFlag from Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 18:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586147#M543851</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-01T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586148#M543852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field names are the same in all three excel files and say they have a file name like Book2011, Book2012 and Book2013, then you can just read it by using wild characters and use the last four digits to distinguish where the data comes from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoConcat:&lt;/P&gt;&lt;P&gt;LOAD *, Right(FileBaseName(),4) as Year&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Book*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 18:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586148#M543852</guid>
      <dc:creator />
      <dc:date>2014-05-01T18:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586149#M543854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any better way to select the tables rather than using the data transformation tool to manually mark all columns as garbage other than the ones I want? Also this makes it so that my first bar chart will change if you change the selection of TableFlag between Table1 and Table2. Is there any way to make one chart correspond to strictly one TableFlag selection no matter what? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 19:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586149#M543854</guid>
      <dc:creator />
      <dc:date>2014-05-01T19:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586150#M543856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but the problem with this is that all the tables will be within the same sheet of the same file as seen in the picture. Is there a work around for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 19:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586150#M543856</guid>
      <dc:creator />
      <dc:date>2014-05-01T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586151#M543858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can (there are other ways) manually load in each table and name them differently. You can use the Qualify statement to differentiate between the fields in different tables. Using set analysis, you can use the qualified fields to calculate what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify statement - &lt;A href="https://community.qlik.com/thread/29254"&gt;qualify and unqualify&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 19:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586151#M543858</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-05-01T19:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586152#M543859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mind attaching a sample file please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 19:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586152#M543859</guid>
      <dc:creator />
      <dc:date>2014-05-01T19:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586153#M543860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this work?&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 20:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586153#M543860</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-05-01T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586154#M543861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, thanks for all the input. I actually found a much easier way to accomplish this. I used the Name Manager within Excel to name the ranges of the data I want. I can then reference these Named Regions within QlikView as separate tables. I made use of the "as" function within QlikView in order to separate the values (ie. They all had the field names Plan and Actual, but I changed it to a relevent name like SourcePlan and SourceActual for each table.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;-Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586154#M543861</guid>
      <dc:creator />
      <dc:date>2014-05-02T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling multiple fields with the same name from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586155#M543862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Look in help at the Qualify function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2014 15:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pulling-multiple-fields-with-the-same-name-from-Excel/m-p/586155#M543862</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-05-03T15:57:57Z</dc:date>
    </item>
  </channel>
</rss>

