<?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: posting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/posting/m-p/252627#M95784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is correct "virtually" becouse the Qt are create in&amp;nbsp; the object not in the field. The zero value&amp;nbsp; does not in the new field but is&amp;nbsp; created in the object by if statement..&lt;/P&gt;&lt;P&gt;I need the field becouse I wil use the new field&amp;nbsp; wty and Date to other operations.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 10:15:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-12T10:15:25Z</dc:date>
    <item>
      <title>posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252618#M95775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hs case:&lt;/P&gt;&lt;P&gt;product&amp;nbsp; posting&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; 10/11/2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;BR /&gt;BBB&amp;nbsp; 05/11/2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05/02/2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;BBB&amp;nbsp; 10/11/2010&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to &lt;STRONG&gt;create a&amp;nbsp; FIELDS&lt;/STRONG&gt;&amp;nbsp; contains the zero value if&lt;BR /&gt;the previous posting&amp;nbsp; was null and the posting must be&lt;BR /&gt;&lt;STRONG&gt;start from 01/11/20010.&lt;/STRONG&gt; &lt;BR /&gt;Thanks&lt;BR /&gt;regards,&lt;BR /&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 09:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252618#M95775</guid>
      <dc:creator />
      <dc:date>2011-09-10T09:15:35Z</dc:date>
    </item>
    <item>
      <title>posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252619#M95776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I qould to obtain something like this:&lt;/P&gt;&lt;P&gt;load&lt;BR /&gt;date(makedate(2011, 11,1)+recno()-1) as posting&lt;BR /&gt;autogenerate 15 ;&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;BR /&gt;product , posting, Qt&lt;BR /&gt;AAA&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 04/11/2010&amp;nbsp; ,5&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp; ,&amp;nbsp; 10/11/2010&amp;nbsp; ,&amp;nbsp; 10&lt;BR /&gt;]:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;results I would to obtain with new fields(newItem ,newPosting ,new Qt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newItem&amp;nbsp; newPosting&amp;nbsp; new Qt&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04/11/2010&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/11/2010&amp;nbsp;&amp;nbsp; 10&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;........&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Regards&lt;BR /&gt;K. &lt;BR /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 10:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252619#M95776</guid>
      <dc:creator />
      <dc:date>2011-09-11T10:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252620#M95777</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;Use the Previous() function to get the previous record values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P class="p1"&gt;If(Len(Previous(Qt)) &amp;gt; 0,&amp;nbsp; Qt, 0) AS Qt&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 11:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252620#M95777</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-11T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252621#M95778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Attached a file.. the result doesn't match&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 08:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252621#M95778</guid>
      <dc:creator />
      <dc:date>2011-09-12T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252622#M95779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi k_l_a,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AA:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;product , posting , Qt&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 04/11/2010 , 5&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp; 10/11/2010 ,&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right join (AA) load&lt;/P&gt;&lt;P&gt;date(makedate(2010, 11,1)+recno()-1) as posting&lt;/P&gt;&lt;P&gt;autogenerate 15 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; bb:&lt;/P&gt;&lt;P&gt; load&lt;/P&gt;&lt;P&gt; posting as newposting, Qt as newQT,&lt;/P&gt;&lt;P&gt; if(isnull(product),peek(newProduct),product) as newProduct&lt;/P&gt;&lt;P&gt;resident AA order by product desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table AA ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I merged the calendar to your AA table (maybe that is not the best idea, but just to demonstrate), then we have all the dates to go through and use peek() to fill in the missing product names (if we have a fixed name, something like &lt;/P&gt;&lt;P&gt;'AAA' as newProduct &lt;/P&gt;&lt;P&gt;will do also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how you would like to handle the product names when there are multiple products, but above reproduces your sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 08:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252622#M95779</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-12T08:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252623#M95780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In fact it doesn't work if if I add an other product:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oad * INLINE [&lt;/P&gt;&lt;P&gt;product , posting , Qt&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 04/11/2010 , 5&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp; 10/11/2010 ,&amp;nbsp; 10&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;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt; &lt;/STRONG&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BB , 02/11/2010,11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BB , 08/11/2010,15&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;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;];&amp;nbsp; &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;&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252623#M95780</guid>
      <dc:creator />
      <dc:date>2011-09-12T09:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252624#M95781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how do you want to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your original post, the product name was set with a name 'AAA' even before the first posting for that product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how should the table look like with multiple products (and possible intersecting periods) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252624#M95781</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-12T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252625#M95782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The target is to handle all products and to create a new posting date &lt;BR /&gt;thath contains all posting generate by merging Calendar Masterand old posting field&lt;/P&gt;&lt;P&gt;The result I need from the Inline I posted is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAA 01/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 02/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 03/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 04/11/2010&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;AAA 05/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 06/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 07/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 08/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 09/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;AAA 10/11/2010&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;BR /&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BB 01/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;BB 02/11/2010&amp;nbsp;&amp;nbsp; 11&lt;BR /&gt;BB 03/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;BB 04/11/2010&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;BB 05/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;BB 06/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;BB 07/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;BB 08/11/2010&amp;nbsp;&amp;nbsp; 15&lt;BR /&gt;BB 09/11/2010&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;BB 10/11/2010&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252625#M95782</guid>
      <dc:creator />
      <dc:date>2011-09-12T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252626#M95783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just need to display the data like you posted above, I think the solution could just be a separate calendar to draw your data against, like in attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you really need to generate the tables in your data model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252626#M95783</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-12T09:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252627#M95784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is correct "virtually" becouse the Qt are create in&amp;nbsp; the object not in the field. The zero value&amp;nbsp; does not in the new field but is&amp;nbsp; created in the object by if statement..&lt;/P&gt;&lt;P&gt;I need the field becouse I wil use the new field&amp;nbsp; wty and Date to other operations.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 10:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252627#M95784</guid>
      <dc:creator />
      <dc:date>2011-09-12T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252628#M95785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood (so just for curiosity: what are you calculating that you need a value of 0 in your data model tables for each other day?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a loop in the script over all product names, then create the calendar load within the loop and a lookup for the qty values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my last try,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 10:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252628#M95785</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-12T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252629#M95786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Interesting&amp;nbsp; ... probabil is the solution but I need to&amp;nbsp; check in the loop over 10000&amp;nbsp; product ... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 12:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252629#M95786</guid>
      <dc:creator />
      <dc:date>2011-09-12T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252630#M95787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I haven't said that this is performing well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this is faster (not using Lookup):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD *, product &amp;amp; posting as ProductPosting;&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;product , posting , Qt&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 04/11/2010 , 5&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp; 10/11/2010 ,&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;BB , 02/11/2010,11&lt;/P&gt;&lt;P&gt;BB , 08/11/2010,15&lt;/P&gt;&lt;P&gt;];&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductNamesTable:&lt;/P&gt;&lt;P&gt;LOAD Distinct product as ProductNames &lt;/P&gt;&lt;P&gt;RESIDENT INPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 1 TO NoOfRows('ProductNamesTable') &lt;/P&gt;&lt;P&gt;SET vTempFieldName = FieldValue('ProductNames', $(i)); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;$(vTempFieldName) as newProduct,&lt;/P&gt;&lt;P&gt;date(makedate(2010, 11,1)+recno()-1) as newPosting&lt;/P&gt;&lt;P&gt;autogenerate 15 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (RESULT) LOAD posting as newPosting, product as newProduct, Qt as newQT&lt;/P&gt;&lt;P&gt;resident INPUT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 12:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252630#M95787</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-12T12:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252631#M95788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ok. The script you suggest generate over 5.000.000 of rows but is correct.&lt;/P&gt;&lt;P&gt;No memory crash.&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kla &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252631#M95788</guid>
      <dc:creator />
      <dc:date>2011-09-13T09:52:16Z</dc:date>
    </item>
    <item>
      <title>posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252632#M95789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Regarding the 5 M rows I assume that's because of your Product Count&amp;nbsp; X CalendarDay Count, right? Or are you saying that you expected a much smaller row number?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252632#M95789</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-13T09:56:03Z</dc:date>
    </item>
    <item>
      <title>posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252633#M95790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear friend of QV,&lt;/P&gt;&lt;P&gt;I need to add some dimensions:&lt;/P&gt;&lt;P&gt;lot no and location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result for Item is correct but now I need to add the result for Location and lot...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;product , posting , Qt , location, lot&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 04/11/2010 , 5 ,&amp;nbsp; ita ,&amp;nbsp; 123&lt;BR /&gt;AAA&amp;nbsp; ,&amp;nbsp; 10/11/2010 ,&amp;nbsp; 10 , fra , 107&lt;BR /&gt;AAA&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 14/11/2010 , 25 ,&amp;nbsp; ita ,&amp;nbsp; 123&lt;BR /&gt;BB , 02/11/2010,11 , ita, 875&lt;BR /&gt;BB , 08/11/2010,15 , ger, 41&lt;/P&gt;&lt;P&gt;];&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 10:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252633#M95790</guid>
      <dc:creator />
      <dc:date>2011-09-23T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252634#M95791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, if I understood you correctly, just replace the last left join with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (RESULT) LOAD posting as newPosting, product as newProduct, Qt as newQT, &lt;STRONG&gt;location as newLocation, lot as newLot&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resident INPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 16:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252634#M95791</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-23T16:41:46Z</dc:date>
    </item>
    <item>
      <title>posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252635#M95792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please to build the progressive sum I need to use this script:&lt;/P&gt;&lt;P&gt;inv:&lt;BR /&gt;load * INLINE [&lt;/P&gt;&lt;P&gt;post, item , QTY , location , lot&lt;/P&gt;&lt;P&gt;01/01/2011 , AAA, 100, ita , 123&lt;BR /&gt;05/01/2011 , CCC, 26 , ita, 852&lt;BR /&gt;01/01/2011 , CCC, -4&amp;nbsp; , ita ,900&lt;BR /&gt;25602/01/2011 , AAA ,-16 , fra, 40&lt;BR /&gt;03/01/2011, AAA, -4 , ita. 1028&lt;BR /&gt;05/01/2011, FFF,70 , eng. 700&lt;BR /&gt;] ;&lt;/P&gt;&lt;P&gt;pk:&lt;BR /&gt;load &lt;BR /&gt;post as pos&lt;BR /&gt;, item&amp;nbsp; as itm, &lt;BR /&gt;QTY as qq&lt;BR /&gt;resident inv&lt;/P&gt;&lt;P&gt;ORDER BY&amp;nbsp; item , post ;&lt;/P&gt;&lt;P&gt;drop table inv ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;load &lt;BR /&gt; pos,&amp;nbsp; itm ,&lt;BR /&gt;numsum(peek('QTYTOTAL') , qq) as QTYTOTAL&lt;BR /&gt;resident pk&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;drop table&amp;nbsp; pk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not able to add the lot and Location dimensions to create the correct progressive sum and correct group of data field&amp;nbsp; Location and lot&lt;/P&gt;&lt;P&gt;After I have to build the zero value as you suggest...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2011 18:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252635#M95792</guid>
      <dc:creator />
      <dc:date>2011-09-24T18:35:23Z</dc:date>
    </item>
    <item>
      <title>posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252636#M95793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you give an example of how the result should look like with the above table as input? Do you still want or need all be done in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2011 13:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252636#M95793</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-25T13:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: posting</title>
      <link>https://community.qlik.com/t5/QlikView/posting/m-p/252637#M95794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please start from the file I attached. The data was built in progress way..&lt;/P&gt;&lt;P&gt;In this case I have a dimension Location.. How I have to menage the dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 13:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/posting/m-p/252637#M95794</guid>
      <dc:creator />
      <dc:date>2011-09-30T13:16:58Z</dc:date>
    </item>
  </channel>
</rss>

