<?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: How to create QV tables in scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025827#M936413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ROWID's are not generated correctly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should only to expect to see two unique values.&amp;nbsp; When I ran your scipt, it created 4 values.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="result_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114515_result_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2016 18:50:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-12T18:50:17Z</dc:date>
    <item>
      <title>How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025820#M936406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the QV script syntax to produce the following tables?&amp;nbsp; See attached screen.&amp;nbsp; This is what&lt;/P&gt;&lt;P&gt;I'm looking for.&amp;nbsp; Given the data in rows 1 thru 5, how do you write the QV code to produce two additional&lt;/P&gt;&lt;P&gt;tables (rows 7-9 and rows 11-15)?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample_data.jpg" class="jive-image image-1" height="253" src="https://community.qlik.com/legacyfs/online/114506_sample_data.jpg" style="height: 253px; width: 174.972px;" width="175" /&gt;&lt;/P&gt;&lt;P&gt;I'm sure this isn't that difficult for some of the more experienced QV developers.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025820#M936406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T18:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025821#M936407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14553017427577798" jivemacro_uid="_14553017427577798"&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;REGION , STATE&lt;/P&gt;
&lt;P&gt;EAST, NY&lt;/P&gt;
&lt;P&gt;EAST, MA&lt;/P&gt;
&lt;P&gt;WEST, CA&lt;/P&gt;
&lt;P&gt;WEST, WA&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;ROWID, REGION&lt;/P&gt;
&lt;P&gt;1 , EAST&lt;/P&gt;
&lt;P&gt;2, WEST&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be enough for these two tables to be made and QlikView will associate the two tables since REGION is shared between the two and it will become a "key" field that associates the two tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025821#M936407</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025822#M936408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, one important requirement I left out in my post.&amp;nbsp; I need to QV to automatically generate the ROWID in rows 8-9.&amp;nbsp; It doens't have to be 1 or 2.&amp;nbsp; It can be 10 or 11.&amp;nbsp; Once you have these unique values generated and assigned to the&lt;/P&gt;&lt;P&gt;REGION, then using this info to produce the final table which looks like rows 11 - 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025822#M936408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T18:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025823#M936409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not wish to load with inline for such small content then you can modify your xls file source by creating each data set in it's own tabs so you can load them in normal file data way.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025823#M936409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T18:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025824#M936410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InputTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATE ,&lt;/P&gt;&lt;P&gt;FROM SOURCE&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempRegion:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTINCT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECNO() AS ROWID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;InputTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (&lt;SPAN style="font-size: 13.3333px;"&gt;InputTable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;REGION,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROWID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;TempRegion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333px;"&gt;TempRegion;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025824#M936410</guid>
      <dc:creator />
      <dc:date>2016-02-12T18:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025825#M936411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14553022253446326" jivemacro_uid="_14553022253446326"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() AS ROWID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;REGION&lt;/P&gt;
&lt;P&gt;EAST&lt;/P&gt;
&lt;P&gt;WEST&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025825#M936411</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T18:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025826#M936412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really just want one single table at the end you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14553025348868780" jivemacro_uid="_14553025348868780"&gt;
&lt;P&gt;MAP_REGION:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() AS ROWID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;REGION&lt;/P&gt;
&lt;P&gt;EAST&lt;/P&gt;
&lt;P&gt;WEST&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_REGION', REGION) AS ROWID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATE&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;EAST, NY&lt;/P&gt;
&lt;P&gt;EAST, MA&lt;/P&gt;
&lt;P&gt;WEST, CA&lt;/P&gt;
&lt;P&gt;WEST, WA&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-style: inherit; font-weight: inherit; font-family: arial, helvetica, sans-serif; line-height: 1.5em;"&gt;];&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-style: inherit; font-weight: inherit; font-family: arial, helvetica, sans-serif; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025826#M936412</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025827#M936413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ROWID's are not generated correctly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should only to expect to see two unique values.&amp;nbsp; When I ran your scipt, it created 4 values.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="result_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114515_result_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025827#M936413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025828#M936414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got an error when I tried your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;REGION&amp;gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_REGION', REGION) AS ROWID,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATE&amp;nbsp; &lt;/P&gt;&lt;P&gt;INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;EAST, NY&amp;nbsp; &lt;/P&gt;&lt;P&gt;EAST, MA&amp;nbsp; &lt;/P&gt;&lt;P&gt;WEST, CA&amp;nbsp; &lt;/P&gt;&lt;P&gt;WEST, WA&amp;nbsp; &lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025828#M936414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T18:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025829#M936415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shoud be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;LOAD &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_REGION', REGION) AS ROWID, &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION, &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATE &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;INLINE [ &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;REGION, STATE&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;EAST, NY &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;EAST, MA &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;WEST, CA &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;WEST, WA &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;] ;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A _jive_internal="true" class="jive-acclaim-likelink" data-command="like" data-object-id="973918" data-object-type="2" href="https://community.qlik.com/message/973918?et=watches.email.thread" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Re: How to create QV tables in scripts&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025829#M936415</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-12T19:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025830#M936416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ROWID is not being displayed when I ran it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025830#M936416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T19:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025831#M936417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use autonumber to make unique ROWID for each REGION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SOURCE:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;REGION , STATE&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EAST, NY&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EAST, MA&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WEST, CA&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WEST, WA&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OUTPUT1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load AutoNumber(REGION) as ROWID, REGION Resident SOURCE;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join (SOURCE) load * Resident OUTPUT1;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114529_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025831#M936417</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-12T19:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025832#M936418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you've a screenshot showing the output I wanted.&amp;nbsp; When I looked the model, I see this and none of the table&lt;/P&gt;&lt;P&gt;gives me the ROWID, REGION and STATE columns.&amp;nbsp; Is this what I'm expecting to see?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="result_2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114534_result_2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 20:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025832#M936418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025833#M936419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you really need 3 tables? why?&lt;/P&gt;&lt;P&gt;or may be you can stay with 1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SOURCE:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;REGION , STATE&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EAST, NY&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EAST, MA&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WEST, CA&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WEST, WA&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join (SOURCE) load Distinct REGION, AutoNumber(REGION) as ROWID Resident SOURCE;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 20:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025833#M936419</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-12T20:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025834#M936420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is perfect !&amp;nbsp; That's exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 20:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025834#M936420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T20:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025835#M936421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 20:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025835#M936421</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-12T20:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025836#M936422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just coming back to what you had posted earlier which is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOURCE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;REGION , STATE &lt;/P&gt;&lt;P&gt;EAST, NY &lt;/P&gt;&lt;P&gt;EAST, MA &lt;/P&gt;&lt;P&gt;WEST, CA &lt;/P&gt;&lt;P&gt;WEST, WA &lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT1:&lt;/P&gt;&lt;P&gt;load AutoNumber(REGION) as ROWID, &lt;/P&gt;&lt;P&gt;&amp;nbsp; REGION &lt;/P&gt;&lt;P&gt;Resident SOURCE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (SOURCE) load * Resident OUTPUT1;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would I need to do so I can see the last resultset in the data diagram?&amp;nbsp; I guess it would be the result of running that very last statement in above which the LEFT JOIN.&amp;nbsp; I tried to alias it with a table name right before it and I still didn't see it in the diagram.&amp;nbsp; I know you already provided a perfect solution to me but I wanted to learn how to get this&lt;/P&gt;&lt;P&gt;working as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 20:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025836#M936422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T20:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QV tables in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025837#M936423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure to understand your last question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table viewer (ctrl + t) you see the qlik data model.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" height="236" src="https://community.qlik.com/legacyfs/online/114543_1.png" style="height: 236px; width: 230.381px;" width="230" /&gt;&lt;/P&gt;&lt;P&gt;You don't need a table for every different chart you want to show.&lt;/P&gt;&lt;P&gt;You don't need all the fields of your chart in the same table.&lt;/P&gt;&lt;P&gt;You can build a chart using all the fields in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want this, just add a tablebox object with the 3 fields&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114544_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 21:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QV-tables-in-scripts/m-p/1025837#M936423</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-12T21:00:35Z</dc:date>
    </item>
  </channel>
</rss>

