<?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: Load clients with no turnover in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169003#M887344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You saved me from a lot of head scratching. Almost lost my hair because of it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Great solution, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jan 2017 11:04:04 GMT</pubDate>
    <dc:creator>avantime</dc:creator>
    <dc:date>2017-01-08T11:04:04Z</dc:date>
    <item>
      <title>Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168988#M887325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I am loading clients with turnovers from a qvd file like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[Client ID],&lt;/P&gt;&lt;P&gt;[Invoice date],&lt;/P&gt;&lt;P&gt;[Invoice number],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Turnover,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Year([Inovice date]) as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Month([Invoice date]) as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;From &lt;C&gt; (qvd);&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This works ok, but I would also like to see the clients that have no turnover.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For this I figured that I should concatenate the invoices database with the clients database, but I have not succeeded in having a good result. The rest of the clients should show up with 0 as turnover for each month in which they had no turnover.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton!&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/Load-clients-with-no-turnover/m-p/1168988#M887325</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168989#M887326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactely sure what you want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a matrix of all customers, years and months by JOIN'ing all year month combinations (which you can load from your QVD or generate e.g. with a master calendar) to the complete list of customers loaded from your customer table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT Year, Month&lt;/P&gt;&lt;P&gt;RESIDENT YourFactTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ClientID &lt;/P&gt;&lt;P&gt;FROM Customer.qvd (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TMP INTO YearMonthClient.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can concatenate or join this table to your fact table to have a fact table with all combinations of Year, Month and Customer (if this is what you were asking for):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (YourFactTable)&lt;/P&gt;&lt;P&gt;LOAD ClientID, Year, Month&lt;/P&gt;&lt;P&gt;FROM YearMonthClient.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 17:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168989#M887326</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-08T17:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168990#M887327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoicesDatabase.qvd contains only clients that purchased something at least one time during said period.&lt;/P&gt;&lt;P&gt;Now if I want to check which clients have a lower than X total revenue during said period, I will only see clients with a total revenue lower than X but &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; clients that did not purchase anything at all.&lt;/P&gt;&lt;P&gt;In my mind the solution is to cross check the clients in InvoicesDatabase.qvd with the complete clients database.&lt;/P&gt;&lt;P&gt;For example I have the following database of invoices for a defined period:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ClientID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Revenue&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;F&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;I&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;K&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have clients A,B,C,D,E,F,G,H,I,J,K,L&lt;/P&gt;&lt;P&gt;So the table should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ClientID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Revenue&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;F&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;G&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;H&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;I&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;J&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;K&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;L&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it &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;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168990#M887327</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2016-09-08T18:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168991#M887328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's basically what my last post should return, when using an expression like&lt;/P&gt;&lt;P&gt;=Sum(Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and dimensions like ClientID, Year and Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your specific example with only client and Revenue, you also use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ClientID, Revenue&lt;/P&gt;&lt;P&gt;FROM YourFactTable.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE &lt;/P&gt;&lt;P&gt;LOAD ClientID, 0 as Revenue&lt;/P&gt;&lt;P&gt;FROM YourClientTable.qvd (qvd)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE NOT EXISTS(ClientID);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168991#M887328</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-08T18:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168992#M887329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`ll try it tomorrow, let you know how it goes. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168992#M887329</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2016-09-08T18:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168993#M887330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your solution Stefan, it works OK until I select a date, then clients with 0 turnover dissapear.&lt;/P&gt;&lt;P&gt;If no date is selected, then I can see clients with 0 turnover.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On any given date I select, I want to see a list complete with clients with turnover and clients with no turnover.&lt;/P&gt;&lt;P&gt;Right now I realize that maybe concatenation is not the way to go, given the fact that if I load the db with clients turnover in 2016 and concatenate it with the clients db it will add only clients with no turnover in 2016, not clients that had no turnover on a specific day, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe a formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 07:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168993#M887330</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2016-09-09T07:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168994#M887331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back to my problem.. It remains unresolved. Any fresh ideas? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 15:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168994#M887331</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-04T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168995#M887332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to force a nominal zero 0.00001 for each timeframe (presume month?) to trigger the field in the report maybe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 15:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168995#M887332</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2017-01-04T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168996#M887333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the answer!&lt;/P&gt;&lt;P&gt;Can you please direct me on how I can do that? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168996#M887333</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-04T19:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168997#M887334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about 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;&lt;STRONG&gt;=Sum(Revenue) + Avg({1&amp;lt;ClientID = P(ClientID)&amp;gt;} 0)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168997#M887334</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-04T19:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168998#M887335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I've understood (I admit to skimming), it seems to be working for me by having both an invoice and a client table, and in the chart dimension saying to show all values, suppress null, and then on presentation don't suppress zero-values. See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168998#M887335</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-04T19:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168999#M887336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope.. Not working, same result as before &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1168999#M887336</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-04T20:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169000#M887338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn`t work for me, as I also have Month and Year which I use in the pivot dimensions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice table has:&lt;/P&gt;&lt;P&gt;Date of invoice&lt;/P&gt;&lt;P&gt;Month of invoice&lt;/P&gt;&lt;P&gt;Year of invoice&lt;/P&gt;&lt;P&gt;Client no.&lt;/P&gt;&lt;P&gt;Invoice no.&lt;/P&gt;&lt;P&gt;Article id.&lt;/P&gt;&lt;P&gt;Sales price&lt;/P&gt;&lt;P&gt;Number of pieces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client table has all the clients together with their contact data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 15:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169000#M887338</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-05T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169001#M887340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok guys, I am uploading a document picturing my dilemma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table on the left shows all my clients (1227 clients).&lt;/P&gt;&lt;P&gt;The table on the right shows clients that had at least one sale in the last two years (747 clients).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to have the table on the right show all 1227 clients (with 0 as Sales if the client has no sales in that period), no matter what year / month / day filter I apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 14:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169001#M887340</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-06T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169002#M887342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Amount) + If(Len(Trim(Max({1} TOTAL &amp;lt;Year&amp;gt; Year))) &amp;gt; 0, Avg({1} TOTAL 0.0000000001))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2017 03:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169002#M887342</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-07T03:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169003#M887344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You saved me from a lot of head scratching. Almost lost my hair because of it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Great solution, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 11:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169003#M887344</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-08T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169004#M887345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noticed that filtering (year / month) does not fully work, it shows zeros instead of removing the column all together.&lt;/P&gt;&lt;P&gt;Any solution for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169004#M887345</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-09T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169005#M887346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought you did not want it to be removed even when you select year/month/day&lt;/P&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/148763_Capture.PNG" style="height: 184px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Amount) + If(Len(Trim(Max({1&amp;lt;Year = $::Year&amp;gt;} TOTAL &amp;lt;Year&amp;gt; Year))) &amp;gt; 0, Avg({1} TOTAL 0.0000000001))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Amount) + If(Len(Trim(Max(TOTAL &amp;lt;Year&amp;gt; Year))) &amp;gt; 0, Avg({1} TOTAL 0.0000000001))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169005#M887346</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169006#M887348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No no, I want to filter the columns in the chart from a date point of view, but I want to see all clients, no matter of date selection, even if they have no turnover for the selected period.&lt;/P&gt;&lt;P&gt;The last solution you proposed unfortunately does not give the desired result because it filters clients.&lt;/P&gt;&lt;P&gt;Thank you very much for the time you put into this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169006#M887348</guid>
      <dc:creator>avantime</dc:creator>
      <dc:date>2017-01-09T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load clients with no turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169007#M887349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will play around with it, but not able to fit both your requirements into one using a front end expression. You might be able to fix things in your script so that each client have at at least a 0 for each day/month/year so that it can be displayed on the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-clients-with-no-turnover/m-p/1169007#M887349</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T10:44:33Z</dc:date>
    </item>
  </channel>
</rss>

