<?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: Create new rows when there are no sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246245#M860344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm I was just overthinking my answer and came to the conclusion that this only&lt;/P&gt;&lt;P&gt;works with a yes or a no for seeing if a product is sold. Because with this, you can load &lt;/P&gt;&lt;P&gt;in an extra line in your table witch says " 'sold' as Sold" and then Left join a new table, which loads in &lt;/P&gt;&lt;P&gt;a file that contains all available products, on that table. In that way you can create a table box&lt;/P&gt;&lt;P&gt;which shows the items that are sold and those that aren't. But I don't think it will work if you have&lt;/P&gt;&lt;P&gt;different sales amounts for each product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try if it works, but I don't think it will.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck anyway! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2017 13:56:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-13T13:56:58Z</dc:date>
    <item>
      <title>Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246239#M860338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a date base which have data of the sales from different shops. The columns are Year, Month, Product Type, Shop and Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a shop hasn't sold anything of a Product Type in a month there is no record of it.&lt;/P&gt;&lt;P&gt;So I need to add&lt;STRONG&gt;/&lt;/STRONG&gt;create a new row that includes the Month, the Date, the Product Type, the Shop and the sales which are 0 €. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that? I am pretty lost. I read &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3786" target="_blank"&gt;https://community.qlik.com/docs/DOC-3786&lt;/A&gt; but I didn't make any progress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/Create-new-rows-when-there-are-no-sales/m-p/1246239#M860338</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246240#M860339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide some sample data. I will do this for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246240#M860339</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246241#M860340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can combine the Product types of the product type that are sold and the one's that aren't and then enable&lt;/P&gt;&lt;P&gt;the option "view Null values" in de object properties.&lt;/P&gt;&lt;P&gt;To change the NULL value into €0, you can an IF function in an expression to show the NULL values as €0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you further,&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246241#M860340</guid>
      <dc:creator />
      <dc:date>2017-01-13T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246242#M860341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;How am i going to combine the sold ones with the ones that aren't if I dont have any record of the latter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246242#M860341</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-13T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246243#M860342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ive got the personal edition, I cant open files that I havent made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246243#M860342</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-13T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246244#M860343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please uncheck the Supress Zero value in the properties of the sheet object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246244#M860343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246245#M860344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm I was just overthinking my answer and came to the conclusion that this only&lt;/P&gt;&lt;P&gt;works with a yes or a no for seeing if a product is sold. Because with this, you can load &lt;/P&gt;&lt;P&gt;in an extra line in your table witch says " 'sold' as Sold" and then Left join a new table, which loads in &lt;/P&gt;&lt;P&gt;a file that contains all available products, on that table. In that way you can create a table box&lt;/P&gt;&lt;P&gt;which shows the items that are sold and those that aren't. But I don't think it will work if you have&lt;/P&gt;&lt;P&gt;different sales amounts for each product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try if it works, but I don't think it will.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck anyway! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246245#M860344</guid>
      <dc:creator />
      <dc:date>2017-01-13T13:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246246#M860345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not just that, its mostly because the items that arent sold, aren't logged and they wont be shown in the datafiles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246246#M860345</guid>
      <dc:creator />
      <dc:date>2017-01-13T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246247#M860346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using Left Join or Right Join depending on the loading hierarchy and you will get all the product names and you will get the facts for the sold ones and NULL for the rest. I hope this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246247#M860346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246248#M860347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah that's what&amp;nbsp; replied to the previous comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246248#M860347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-13T14:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246249#M860348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I can open your file.. can work on your file.. and can post the entire script here...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246249#M860348</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T14:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246250#M860349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lack of an item or sale will be recorded by its not being there if the shop exists in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date, Month, Product Type, Shop, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; 01/03/2016, Mar, Shoes, London, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp; 02/03/2016, Mar, Socks, Edinburgh, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; 07/04/2016, Apr, Laces, Glasgow, 18&lt;/P&gt;&lt;P&gt;&amp;nbsp; 09/04/2016, Apr, Jumpers, Manchester, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; 23/06/2016, Jun, Pants, Cardiff, 8&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149408_Pivot.png" style="height: 81px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246250#M860349</guid>
      <dc:creator>simon_minifie</dc:creator>
      <dc:date>2017-01-13T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246251#M860350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I get the datebase from a SQL database. I cant do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246251#M860350</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-13T15:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246252#M860351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are like 320000 rows, if I join sales with month QlikView just stops working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246252#M860351</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-13T15:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246253#M860352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I post the data here? Its all in a SQL Datebase which I import in QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246253#M860352</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-13T15:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246254#M860353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export to Excel from SQL and post it here.&lt;/P&gt;&lt;P&gt;Alternatively you can create 10 to 15 lines of sample data and post them here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246254#M860353</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T15:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246255#M860354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okey, ill post it as soon as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246255#M860354</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-13T15:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246256#M860355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the file attached there are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;3 shops: London, Barcelona and Paris&lt;/LI&gt;&lt;LI&gt;3 Types of product: Pants, T-shirt and Sweater&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, in January London has sold every product type but Barcelona hasn't sold Pants and Sweaters and Paris hasn't sold Sweaters. Then I would need to add 3 rows, 2 for Barcelona with 0 sales of Pants and Sweaters and 1 for Paris with 0 sales of Sweaters.&lt;/P&gt;&lt;P&gt;In February Paris hasn't sold anything, thus, I would need to add three rows for every product type. And 1 for Barcelona that hasn't sold T-shirts.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2017 13:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246256#M860355</guid>
      <dc:creator>sdaniels0606</dc:creator>
      <dc:date>2017-01-14T13:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246257#M860356</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_1484406029888784" jivemacro_uid="_1484406029888784"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Year &amp;amp; Month &amp;amp; [Product Type] &amp;amp; Shop as Key&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ,*&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Year, Month, Product Type, Shop, Sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, January, Pants, London, 54&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, January, Tshirt, London, 43&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, January, Sweater, London, 112&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, January, Tshirt, Barcelona, 76&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, January, Pants, Paris, 453&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, January, Tshirt, Paris, 432&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, February, Pants, London, 76&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, February, Tshirt, London, 112&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, February, Sweater, London, 87&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, February, Pants, Barcelona, 110&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2016, February, Sweater, Barcelona, 123&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;TempKey1:&lt;/P&gt;
&lt;P&gt;Load Distinct Year Resident Data;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Load Distinct Month Resident Data;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Load Distinct [Product Type] Resident Data;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Load Distinct Shop Resident Data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Concatenate(Data)&lt;/P&gt;
&lt;P&gt;Load *, 0 as Sales Where Not Exists (Key);&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Year &amp;amp; Month &amp;amp; [Product Type] &amp;amp; Shop as Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Year, Month, [Product Type], Shop&lt;/P&gt;
&lt;P&gt;Resident TempKey1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Drop Table TempKey1;&lt;/P&gt;
&lt;P&gt;Drop Field Key;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149504_Capture.PNG" style="height: 377px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2017 15:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246257#M860356</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-14T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create new rows when there are no sales</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246258#M860357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So still you haven't got the right answer?&lt;/P&gt;&lt;P&gt;Let me know what else you are looking for.&lt;/P&gt;&lt;P&gt;If you got your full answer, kindly close the thread by selecting correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 09:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-rows-when-there-are-no-sales/m-p/1246258#M860357</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T09:09:27Z</dc:date>
    </item>
  </channel>
</rss>

