<?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 limited data amount via variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784792#M664615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Content of limit100.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLine = if($(vLimit) = '3','First 3 ', '');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//I setted vLimit = 3, you have to retrieve the value in the way you know&lt;/P&gt;&lt;P&gt;Set vLimit = '3';&lt;/P&gt;&lt;P&gt;$(Include=limit100.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyMonths:&lt;/P&gt;&lt;P&gt;$(vLine) LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthsName, MonthsID, MonthsOrder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, 1, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, 2, 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar, 3, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr, 4, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May, 5, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun, 6, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul, 7, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ago, 8, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep, 9, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct, 10, 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov, 11, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec, 12, 9&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention: the correct syntax is FIRST 3 LOAD * .... and not LOAD FIRST 3 *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 13:10:01 GMT</pubDate>
    <dc:creator>simospa</dc:creator>
    <dc:date>2015-02-11T13:10:01Z</dc:date>
    <item>
      <title>Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784788#M664611</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;my name is Oliver, I'm from germany and I'm brandnew in the Qlik-Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last week I had the courses QlikView Designer &amp;amp; Developer and now I'm so excited that I spend the hole day on QlikView &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built up the data modell and nearly everything works fine. Now I would like to do a little bit of fine tuning and for that I want to limit the amount of data. I don't want to do this with commenting and uncommenting "FIRST 100", so I thougt about an other possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try the following and for the first moment it seems to work well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLine = if($(vLimit) = '100','FIRST 100', '');&lt;/P&gt;&lt;P&gt;$(vLine)&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the surface there is an input box with a dropdown (vLimit -&amp;gt; 100;complete) wich allows me to make the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I use this way, the code highlighting in the script "says" that there is a mistake and that irritates me (see screenshot).&lt;/P&gt;&lt;P&gt;Can someone give me a hint or tell me a better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from germany (Black Forrest)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 11:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784788#M664611</guid>
      <dc:creator />
      <dc:date>2015-02-11T11:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784789#M664612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax check in the editor is quite sensitive to possible errors and it does not handle variable expansions in the code very well. The script itself runs properly, its just the editor. The only workaround that comes to mind in this case is this:&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;if $(vLimit) = '100' Then&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;load with First 100&amp;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: 13px;"&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: 13px;"&gt;else&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;load normally&amp;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: 13px;"&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: 13px;"&gt;end if&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You do know that you can do this in the debugger? In the script editor, click &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;the Debug button to start the debugger. This will give you breakpoints and limited loads as options.&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; line-height: 1.5em;"&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: 13px; line-height: 1.5em;"&gt;HTH&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; line-height: 1.5em;"&gt;Jonathan&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: 13px;"&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 11:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784789#M664612</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-11T11:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784790#M664613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the very quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, so I have to deal with the irritation or use the debugger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 12:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784790#M664613</guid>
      <dc:creator />
      <dc:date>2015-02-11T12:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784791#M664614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I'm ill at home - thats the reason of the autoreply &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the correct syntax highlighting I tried to include the script, but I'm not familiar with including, so I get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Include=$(SCRIPTPATH)limit100.txt);&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Content of limit100.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let vLine = if($(vLimit) = '100','FIRST 100', '');&lt;/P&gt;&lt;P&gt;$(vLine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Unknown statement&lt;/P&gt;&lt;P&gt;FIRST 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why I get this error. Perhaps I need some more basics about including scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me a hint please? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 12:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784791#M664614</guid>
      <dc:creator />
      <dc:date>2015-02-11T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784792#M664615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Content of limit100.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLine = if($(vLimit) = '3','First 3 ', '');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//I setted vLimit = 3, you have to retrieve the value in the way you know&lt;/P&gt;&lt;P&gt;Set vLimit = '3';&lt;/P&gt;&lt;P&gt;$(Include=limit100.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyMonths:&lt;/P&gt;&lt;P&gt;$(vLine) LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthsName, MonthsID, MonthsOrder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, 1, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, 2, 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar, 3, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr, 4, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May, 5, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun, 6, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul, 7, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ago, 8, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep, 9, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct, 10, 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov, 11, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec, 12, 9&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention: the correct syntax is FIRST 3 LOAD * .... and not LOAD FIRST 3 *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 13:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784792#M664615</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-11T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784793#M664616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works pretty good, but also confuses the syntax highlighting.&lt;/P&gt;&lt;P&gt;Seems to me, that I have to deal with...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 13:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784793#M664616</guid>
      <dc:creator />
      <dc:date>2015-02-11T13:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784794#M664617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see... it is tiresome... I think is a bug, like the one you get if you create a set analysis with -= operator...&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 13:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784794#M664617</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-11T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784795#M664618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could insert this script in a separated sheet of load script. You insert only this.&lt;/P&gt;&lt;P&gt;Then you continue to insert your application script in others sheets. Sintax errors seems live inside a specific sheet.&lt;/P&gt;&lt;P&gt;It's a trick, it can be useful?&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 13:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784795#M664618</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-11T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784796#M664619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GREAT - That's it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very cool idea and very helpful for me. Thank you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 14:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784796#M664619</guid>
      <dc:creator />
      <dc:date>2015-02-11T14:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784797#M664620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome!&lt;/P&gt;&lt;P&gt;Rememeber to mark post as useful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 14:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784797#M664620</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-11T14:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784798#M664621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oliver,&lt;/P&gt;&lt;P&gt;consider to mark post as solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 10:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784798#M664621</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-12T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784799#M664622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've marked the question yesterday as "possible solved" ("vermutlich beantwortet" in german).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I mark it as finally solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 11:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784799#M664622</guid>
      <dc:creator />
      <dc:date>2015-02-12T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784800#M664623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my reply, near Userful answer icon, you could find "Correct Answer" or similar.&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 11:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784800#M664623</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-12T11:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784801#M664624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm... that was the answer which solved my problem. &lt;BR /&gt;For the rest I used my code as shown on top of the page.&lt;BR /&gt;Which one should I mark also? Sorry, I'm a newbie &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bildschirmfoto 2015-02-12 um 13.39.01.png" class="image-1 jive-image" src="/legacyfs/online/77739_Bildschirmfoto 2015-02-12 um 13.39.01.png" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 12:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784801#M664624</guid>
      <dc:creator />
      <dc:date>2015-02-12T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784802#M664625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to click on "Markierung...", the other button would appear...&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 12:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784802#M664625</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-12T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784803#M664626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm unmarking "marked as useful" and click on "correct answer" there appears "Useful answer".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard to understand for me...learning QlikView is easier &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope now everything is fine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784803#M664626</guid>
      <dc:creator />
      <dc:date>2015-02-12T13:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading limited data amount via variable</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784804#M664627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah! Great!&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-limited-data-amount-via-variable/m-p/784804#M664627</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-12T13:13:34Z</dc:date>
    </item>
  </channel>
</rss>

