<?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 Using multiple scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92003#M753055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, My script is getting quite long in the script editor, MAIN tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to make new tabs to apply various scripts for ease of editing and organization, however I cant figure out how to make Qlikview read from the other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;State:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; StateLong, State&lt;BR /&gt; Alabama, AL&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This list is getting long, only around 60 with states and US territories. However if I use city, country instead of state this list grows to hundreds. I need to start working on organization of the content before I get to our services list, which is thousands of mapping entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make QlikView read from multiple tabs of the script editor when loading data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>kevincagle</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92003#M753055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, My script is getting quite long in the script editor, MAIN tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to make new tabs to apply various scripts for ease of editing and organization, however I cant figure out how to make Qlikview read from the other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;State:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; StateLong, State&lt;BR /&gt; Alabama, AL&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This list is getting long, only around 60 with states and US territories. However if I use city, country instead of state this list grows to hundreds. I need to start working on organization of the content before I get to our services list, which is thousands of mapping entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make QlikView read from multiple tabs of the script editor when loading data?&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/Using-multiple-scripts/m-p/92003#M753055</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92004#M753056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put your list in a text or excel file and load from that. Or create multiple inline load statements that concatenate the data to the same table. Then finally create the mapping table using a resident load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;States:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;StateLong, State&lt;/P&gt;&lt;P&gt;Alabama, AL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// on a next script tab&lt;/P&gt;&lt;P&gt;CONCATENATE&amp;nbsp; (States)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;StateLong, State&lt;/P&gt;&lt;P&gt;Florida, FL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// on yet another script tab&lt;/P&gt;&lt;P&gt;mapStates:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * RESIDENT States;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE States;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92004#M753056</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-30T17:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92005#M753057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is already on spread sheets, issue is each tab of the spread sheet is pulling from different systems. Some systems abbreviate the state, country, day, and month where others use the full spelling. So instead of manually changing many cells on 50 spread sheet tabs every time the reports are pulled, its easier and more efficient to have QV map to it through Mapping (which I just learned how to do 3 hours ago).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 18:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92005#M753057</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2018-10-30T18:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92006#M753058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, fine, but nothing you just said explains to me why you can't also put the data for the mapping table in a spreadsheet as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 18:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92006#M753058</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-30T18:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92007#M753060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im not sure I follow what you are saying? If its what Im thinking, you mean to put the states with abbreviations into a different spreadsheet and call that one up. Not sure how to do that and make it work the same way. Not only that it would require the spreadsheet to accompany the document or have it in a set location. I want to avoid having additional files if the QV file can have it 'preloaded', if that makes any sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im fairly new to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do now is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 8pt;"&gt;State:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; StateLong, State&lt;BR /&gt; Alabama, AL &lt;BR /&gt; Alaska, AK &lt;BR /&gt; Arizona, AZ &lt;BR /&gt; Arkansas, AR &lt;BR /&gt; California, CA &lt;BR /&gt; Colorado, CO&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #800000; font-size: 8pt;"&gt;&lt;EM&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then I apply the map in the relevant sections.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('State', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;State&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;State&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking at your first reply and trying to break it down so I can see how it works and apply it. If I have any questions Ill reply here. Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 18:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92007#M753060</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2018-10-30T18:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92008#M753062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, on main tab I have&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MAPPING&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; States;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;DROP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; States; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On tab 2 I have&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;States:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; StateLong, State&lt;BR /&gt; Alabama, AL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On tab 3 I have&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CONCATENATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; (States)&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; StateLong, State&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im getting errors when trying to reload the script. Says table not found, 'States' not found. Mapping Load * Resident States&lt;/P&gt;&lt;P&gt;Table Drop Tables statement not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearly Im misunderstanding something. lol&lt;/P&gt;&lt;P&gt;Then I realise, that applies if I created an independent file as you were suggesting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 19:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92008#M753062</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2018-10-30T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92009#M753063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you mention loading data from spreadsheets I assume you know how to load data from excel files. If you create an excel file with two columns StateLong and State and fill that with the data you want to use for the mapping then you should be able to load those two columns from the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;State:&lt;/P&gt;&lt;P&gt;MAPPING LOAD StateLong, State FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92009#M753063</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-31T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92010#M753065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A resident load will load data from a table that was created earlier in the script. That's why you get the error. The table you're trying to load data from doesn't exist yet. Put the mapping load statement after the statements that create and concatenate data to the States table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92010#M753065</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-31T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92011#M753067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you answer me this?&lt;/P&gt;&lt;P&gt;I have 2 tabs in script editor&lt;/P&gt;&lt;P&gt;Tab 1 = Main&lt;/P&gt;&lt;P&gt;Tab 2 = State List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Main, its the standard load info.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HeadCount:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('State', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;State&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;State&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Headcount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[.\mypath\Data.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Headcount); &lt;/SPAN&gt;&lt;/SPAN&gt;&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;/P&gt;&lt;P&gt;On State List I have the following.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;State:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; StateLong, State&lt;BR /&gt; Alabama, AL&amp;nbsp; ] ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does it say Table not found (State) when I reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you answered it above, Im not understanding it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92011#M753067</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2018-10-31T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92012#M753068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to put the table first then load it in your script.&lt;/P&gt;&lt;P&gt;This should be first&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: 8pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;State:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[&lt;BR /&gt;StateLong, State&lt;BR /&gt;Alabama, AL&amp;nbsp; ] ;&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; Then the mapping load that refers it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92012#M753068</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2018-10-31T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92013#M753069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see now. The tabs can be promoted/demoted. I didnt notice that before.&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>Wed, 31 Oct 2018 15:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-multiple-scripts/m-p/92013#M753069</guid>
      <dc:creator>kevincagle</dc:creator>
      <dc:date>2018-10-31T15:32:39Z</dc:date>
    </item>
  </channel>
</rss>

