<?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 Limit dimension values inside Load script using Inline Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250230#M859709</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;I am trying to create an inline table (TESTTABLE) that will have select sales order values from table Delivery, field VGBEL. The table will also have a new field column named exclusion. I am trying to do this inside the load script, but whenever I reload the script and create the inline table, I end up with all 8,000 sales orders rather than the select few that I wanted. The other issue is that the sales orders inside my new table are not connecting to field VGBEL inside the delivery table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:VGBEL&lt;/P&gt;&lt;P&gt;Table: Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; UNQUALIFY*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TESTTABLE&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VGBEL,Exclusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801543678, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801564593, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;QUALIFY*;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250230#M859709</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;I am trying to create an inline table (TESTTABLE) that will have select sales order values from table Delivery, field VGBEL. The table will also have a new field column named exclusion. I am trying to do this inside the load script, but whenever I reload the script and create the inline table, I end up with all 8,000 sales orders rather than the select few that I wanted. The other issue is that the sales orders inside my new table are not connecting to field VGBEL inside the delivery table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:VGBEL&lt;/P&gt;&lt;P&gt;Table: Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; UNQUALIFY*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TESTTABLE&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VGBEL,Exclusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801543678, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801564593, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;QUALIFY*;&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/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250230#M859709</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250231#M859710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate a little please. Can you share your sample app and your expected output for quick help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 22:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250231#M859710</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-27T22:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250232#M859711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post the complete script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 07:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250232#M859711</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-28T07:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250233#M859712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;QUALIFY *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will create qualified field names in your subsequent table loads, that's probably why your fields are not linked (they have different names in the data model). Check the table view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove the flagged field values from your delivery table load, you can use WHERE NOT EXISTS():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;TESTTABLE&lt;/SPAN&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD VGBEL as VGBEL_EXCLUSION INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VGBEL,Exclusion&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801543678, X&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801564593, X&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/EM&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;EM&gt;LOAD VGBEL, OtherFields&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM DeliveryTable&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;WHERE NOT EXISTS(VGBEL_EXCLUSION, VGBEL);&lt;/STRONG&gt;&lt;/EM&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;EM&gt;DROP TABLE TESTTABLE;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep only these values, use instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;TESTTABLE&lt;/SPAN&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD VGBEL&amp;nbsp; INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VGBEL,Exclusion&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801543678, X&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801564593, X&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/EM&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;EM&gt;LOAD VGBEL, OtherFields&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM DeliveryTable&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;WHERE EXISTS( VGBEL);&lt;/STRONG&gt;&lt;/EM&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;EM&gt;DROP TABLE TESTTABLE;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 10:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250233#M859712</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-28T10:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250234#M859713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Sorry for not elaborating a little more before on what I am trying to achieve. I would like to create a new inline table called TESTTABLE. This table will have 2 fields. One of the fields VGBEL exists already inside another table (Delivery). The other field Exclusion is just a made up field that I am creating with no links to any other table. My issue is that I want only two specific values to appear inside my inline table for field VGBEL and not all 8,000+ values that it currently has inside the delivery table. At the same time, I want the field VGBEL inside my new table to be linked to the VGBEL field inside the delivery table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below of how its currently connected;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="testimage1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151165_testimage1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how it appears in the layout;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="testimage2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151169_testimage2.png" style="height: 379px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The new table should only have the two values I specified in below script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TESTTABLE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VGBEL,Exclusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801543678, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801564593, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;QUALIFY*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final result should be like this when one of the values is selected from the new table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="testimage3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/151170_testimage3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 03:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250234#M859713</guid>
      <dc:creator />
      <dc:date>2017-01-30T03:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250235#M859714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Omar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are doing well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By Design QlikView join is FULL OTTER JOIN i.e. It will select matching as well as non-matching data from both the tables. In your case it is pulling matching as well as non-matching VGBEL values from both the table. That's why you are getting all of the rows in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get only two rows you can do below settings and solve your problem.&lt;/P&gt;&lt;P&gt;1. Go to the properties of table and select Presentation tab.&lt;/P&gt;&lt;P&gt;2. In this select Exclusion field.&lt;/P&gt;&lt;P&gt;3. Check the the &lt;SPAN style="text-decoration: underline;"&gt;O&lt;/SPAN&gt;mit Rows Where Field is NULL option.&lt;/P&gt;&lt;P&gt;4. Click OK.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Omit Rows Where Field is NULL.PNG" class="jive-image image-1" src="/legacyfs/online/151168_Omit Rows Where Field is NULL.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 05:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250235#M859714</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-30T05:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250236#M859715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;Keep&lt;/STRONG&gt; (right or left depending on your load order!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 06:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250236#M859715</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-30T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250237#M859716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rahul, that gave me the results I needed, but I wanted to know if there was a way to do it without having to to go inside the table box properties and omit the null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250237#M859716</guid>
      <dc:creator />
      <dc:date>2017-01-30T17:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250238#M859717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. Can you please assist me in updating my code using KEEP. When I used it inside my load script, I still received all 8K plus values for field VGBEL when I created the INLINE table. I only want to see the 2 values that I specified!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I wrote it;&lt;/P&gt;&lt;P&gt;Load order is in the following sequence;&lt;/P&gt;&lt;P&gt;1. Table Delivery&lt;/P&gt;&lt;P&gt;2. Inline Table Testtable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TESTTABLE:&lt;/P&gt;&lt;P&gt;left keep LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VGBEL,Exclusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801543678, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801564593, X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;QUALIFY*;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250238#M859717</guid>
      <dc:creator />
      <dc:date>2017-01-30T17:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250239#M859718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you using Qualify for??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I would do it, first load FACT table, then Inner Keep load the values you want to restrict load to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;FROM FACT_SOURCE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INNER KEEP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;VGBEL,Exclusion&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: 12px; background-color: #f2f2f2;"&gt;From ExclusionList;&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: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&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: 12px; background-color: #f2f2f2;"&gt;IF it is still unclear, post the complete script&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250239#M859718</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-30T18:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250240#M859719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This way you are &lt;STRONG&gt;only limiting &lt;SPAN style="text-decoration: underline;"&gt;rows shown&lt;/SPAN&gt;&lt;/STRONG&gt; in that particular tablebox not your QVW!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250240#M859719</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-30T18:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dimension values inside Load script using Inline Table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250241#M859720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Omar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for considering my suggestion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use JOIN or KEEP to get only two records from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TESTTABLE&lt;/SPAN&gt; table then you have to have INNER JOIN/RIGHT JOIN/INNER KEEP/RIGHT KEEP options by selecting &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TESTTABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; table in right side (for RIGHT KEEP/RIGHT JOIN). This will lead to filtration of records in the Delivery table. In this case Delivery table will only contain 2 records which are there in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TESTTABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; table. Other records won't be available in Qlik. If this doesn't impact on your solution then go ahead and implement the JOIN/KEEP else go ahead natural JOIN option (stated in my prior comments).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Rahul&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 04:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-dimension-values-inside-Load-script-using-Inline-Table/m-p/1250241#M859720</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-31T04:48:52Z</dc:date>
    </item>
  </channel>
</rss>

