<?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: Loading in an additional sheet from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147929#M899820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above mentioned is the syntax - assuming 10 columns for sheet 3 and 9 for the rest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 12:10:49 GMT</pubDate>
    <dc:creator>boorgura</dc:creator>
    <dc:date>2016-07-14T12:10:49Z</dc:date>
    <item>
      <title>Loading in an additional sheet from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147924#M899815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel file with 3 sheets which have already been loaded into QlikView and would like to load in a 4th sheet. I have 5 of such files which all have the same characteristics! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the breakdown of the script to load-in 3 sheets. Please note that:-&lt;/P&gt;&lt;P&gt;Sheet1 and Sheet3 have 9 rows whereas Sheet2 has 10 rows. This is the same for all the other files&lt;/P&gt;&lt;P&gt;========================================================&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'courier new', courier;"&gt; FOR j=0 to 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt; LET vDataType=if($(j)=0,'Sheet1', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt;&amp;nbsp; if($(j)=1,'Sheet3','Sheet2' ));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt; LET vDataTypeQV=if($(j)=0,'SheetNo1', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt;&amp;nbsp; if($(j)=1,'SheetNo3','SheetNo2'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 12pt; color: #000000;"&gt; LET vHeaderRecordCount=if($(j)=0,'9', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; if($(j)=1,'10','9'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;========================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Please note the following for further details:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: none; font-size: 13.3333px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0 5.4pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vNoSites&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; padding: 0 5.4pt; border-style: solid solid solid none; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; padding: 0 5.4pt; border-style: none solid solid; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vDataType&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; padding: 0 5.4pt; border-style: none solid solid none; border-right-width: 1pt; border-bottom-width: 1pt;" valign="top" width="319"&gt;Sheet2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; padding: 0 5.4pt; border-style: none solid solid; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vDataTypeQV&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; padding: 0 5.4pt; border-style: none solid solid none; border-right-width: 1pt; border-bottom-width: 1pt;" valign="top" width="319"&gt;SheetNo2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; padding: 0 5.4pt; border-style: none solid solid; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vHeaderRecordCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; padding: 0 5.4pt; border-style: none solid solid none; border-right-width: 1pt; border-bottom-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;9&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; padding: 0 5.4pt; border-style: none solid solid; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vSite&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right-color: windowtext; border-bottom-color: windowtext; padding: 0 5.4pt; border-style: none solid solid none; border-right-width: 1pt; border-bottom-width: 1pt;" valign="top" width="319"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;AREA&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;What is the correct syntax to add sheet4 please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131137_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147924#M899815</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in an additional sheet from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147925#M899816</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;========================================================&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: 12pt; font-family: 'courier new', courier; color: #000000;"&gt;FOR j=0 to 3&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;/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: 12pt; font-family: 'courier new', courier; color: #000000;"&gt;LET vDataType='Sheet' &amp;amp; $(j)+1 ;&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: 12pt; font-family: 'courier new', courier; color: #000000;"&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: 12pt; font-family: 'courier new', courier; color: #000000;"&gt;LET vDataTypeQV='SheetNo'&lt;SPAN style="color: #000000; font-family: 'courier new', courier; font-size: 16px;"&gt; &amp;amp; $(j)+1 &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="line-height: 1.5em;"&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: 12pt; font-family: 'courier new', courier; color: #000000;"&gt;LET vHeaderRecordCount=if($(j)= 2,'10', ,9,);&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;/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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Assuming only 3rd sheet has 10 rows and rest all have 9. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147925#M899816</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2016-07-13T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in an additional sheet from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147926#M899817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but would I not need to add 'Sheet4' somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 16:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147926#M899817</guid>
      <dc:creator />
      <dc:date>2016-07-13T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in an additional sheet from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147927#M899818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are updating the loop counter.&lt;/P&gt;&lt;P&gt;And are we are deriving the sheet numbers dynamically. so even if you 10 sheets, you can just update the loop counter.&lt;/P&gt;&lt;P&gt;Of course this would work only if the format and everything is identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you will have to handle them using conditions like you did for sheet 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 18:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147927#M899818</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2016-07-13T18:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in an additional sheet from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147928#M899819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what syntax to use considering the conditions applied for sheet 3 please. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 09:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147928#M899819</guid>
      <dc:creator />
      <dc:date>2016-07-14T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in an additional sheet from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147929#M899820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above mentioned is the syntax - assuming 10 columns for sheet 3 and 9 for the rest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-an-additional-sheet-from-excel/m-p/1147929#M899820</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2016-07-14T12:10:49Z</dc:date>
    </item>
  </channel>
</rss>

