<?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: Excel Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839176#M1006874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is most probably because in your Excel, a nr. of rows in column B are merged while in the following columns they are not - so when loading the file into QlikView, the contents of column B are associated only with the topmost of the rows in column C.&lt;/P&gt;&lt;P&gt;There should be a possibility to fill those values in the data_load_wizard in QlikView. I'm just not sure exactly how.&lt;/P&gt;&lt;P&gt;I hope someone here can help you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 07:23:01 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2015-05-12T07:23:01Z</dc:date>
    <item>
      <title>Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839175#M1006873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the issue with excel .In excel there is column called Org Grp ,in this column have a row Application etc. when selecting application it should show&amp;nbsp; related association .My result Should be like below Excel .But in qlikview not showing like below.Please any help.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86229" alt="Image.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86229_Image.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86240" alt="Image1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/86240_Image1.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839175#M1006873</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2015-05-12T07:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839176#M1006874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is most probably because in your Excel, a nr. of rows in column B are merged while in the following columns they are not - so when loading the file into QlikView, the contents of column B are associated only with the topmost of the rows in column C.&lt;/P&gt;&lt;P&gt;There should be a possibility to fill those values in the data_load_wizard in QlikView. I'm just not sure exactly how.&lt;/P&gt;&lt;P&gt;I hope someone here can help you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839176#M1006874</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-05-12T07:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839177#M1006875</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(Len(Trim(OrgGroup)) = 0, Peek('OrgGroupNew'), OrgGroup) AS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;OrgGroupNew,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If(Len(Trim(ConsolidatedGroup)) = 0, Peek('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ConsolidatedGroupNew&lt;/SPAN&gt;'), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ConsolidatedGroup&lt;/SPAN&gt;) AS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ConsolidatedGroup&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;New&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;From ExcelFileName;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hope this helps you..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839177#M1006875</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-12T07:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839178#M1006876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the normal way how qlikview loads the excel, to load according to your requirement we need to make the script the accordingly. Can you please share the sample data and app , so that we can try and build the script for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839178#M1006876</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-12T07:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839179#M1006877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DataNibbler thanks for the "Light bulb"&lt;/P&gt;&lt;P&gt;(Based on&amp;nbsp; example below)&lt;/P&gt;&lt;P&gt;When you are loading your data go to&lt;/P&gt;&lt;P&gt;Table Files-Next-Transformation Step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86247" alt="12-May-15 8-42-11 AM.jpg" class="jive-image image-1" src="/legacyfs/online/86247_12-May-15 8-42-11 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86248" alt="12-May-15 8-42-30 AM.jpg" class="jive-image image-2" src="/legacyfs/online/86248_12-May-15 8-42-30 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Go to "Cell Condition" choose "Empty",Leave Fill Type as "Above"&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86249" alt="12-May-15 8-43-07 AM.jpg" class="jive-image image-3" src="/legacyfs/online/86249_12-May-15 8-43-07 AM.jpg" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Do this for each column&lt;/P&gt;&lt;P&gt;Final result:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="86250" alt="12-May-15 8-43-39 AM.jpg" class="image-4 jive-image" src="/legacyfs/online/86250_12-May-15 8-43-39 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839179#M1006877</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-12T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839180#M1006878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in your script editor:&lt;/P&gt;&lt;P&gt;1 - Click on Table Files&lt;/P&gt;&lt;P&gt;2 - Select the xls file you desire to load&lt;/P&gt;&lt;P&gt;3 - next&lt;/P&gt;&lt;P&gt;4 - enable transformation steps&lt;/P&gt;&lt;P&gt;5 - go to fill tab&lt;/P&gt;&lt;P&gt;6 - click on the number on the top of the column you want to fill&lt;/P&gt;&lt;P&gt;7 - click on fill... button&lt;/P&gt;&lt;P&gt;8 - cell condition -&amp;gt; ok -&amp;gt; ok&lt;/P&gt;&lt;P&gt;9 - repeat steps 6, 7, 8 for every column you want to fill&lt;/P&gt;&lt;P&gt;10 - next -&amp;gt; finish&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839180#M1006878</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-12T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839181#M1006879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert it is working fine &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 07:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839181#M1006879</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2015-05-12T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839182#M1006880</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;Is this not working, this can be done using Qlikview scripting using Peek()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim(OrgGroup)) = 0, Peek('OrgGroupNew'), OrgGroup) AS &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;OrgGroupNew,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;If(Len(Trim(ConsolidatedGroup)) = 0, Peek('&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ConsolidatedGroupNew&lt;/SPAN&gt;'), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ConsolidatedGroup&lt;/SPAN&gt;) AS&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ConsolidatedGroup&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;New&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;From ExcelFileName;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 08:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839182#M1006880</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-12T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839183#M1006881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks Robert it is working fine,but Column Name coming in list&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86245_Image2.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 09:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839183#M1006881</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2015-05-12T09:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839184#M1006882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rosso,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fallow same navigation what you mentioned.But column header name coming in list box&lt;IMG alt="Image2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86273_Image2.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;-Sateesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 09:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839184#M1006882</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2015-05-12T09:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839185#M1006883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Thanks Robert it is working fine,but Column header&amp;nbsp; Name coming in list box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;IMG alt="Image2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86274_Image2.png" style="max-width: 620px; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-Sateesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839185#M1006883</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2015-05-12T10:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839186#M1006884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to choose "Embedded Labels"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12-May-15 11-08-45 AM.jpg" class="jive-image image-1" src="/legacyfs/online/86269_12-May-15 11-08-45 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839186#M1006884</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-12T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839187#M1006885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At point 2 of my guide, on Header Size box select Lines and write 3 on the other box on the left.&lt;/P&gt;&lt;P&gt;Your xls has a 3 lines header.&lt;/P&gt;&lt;P&gt;After you clicked finish you'll mast redefine field names with correct headers.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839187#M1006885</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-12T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839188#M1006886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Issue/m-p/839188#M1006886</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-12T10:35:03Z</dc:date>
    </item>
  </channel>
</rss>

