<?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>article Generating Missing Data In QlikView in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/ta-p/1491394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;What techniques are there to generate “new” tables; tables that don’t exist in the source data?&lt;/LI&gt;&lt;LI&gt;How do I loop over one and the same record in source data?&lt;/LI&gt;&lt;LI&gt;How do I propagate a value from above record to the current one?&lt;/LI&gt;&lt;LI&gt;How do I populate a sparsely populated field?&lt;/LI&gt;&lt;LI&gt;How do I generate all combinations – the Cartesian product – of two or more fields?&lt;/LI&gt;&lt;LI&gt;How do I make simulations in QlikView?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These questions and others are answered in this Technical Brief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/hic/content"&gt;HIC&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 13:35:25 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-02-04T13:35:25Z</dc:date>
    <item>
      <title>Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/ta-p/1491394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;What techniques are there to generate “new” tables; tables that don’t exist in the source data?&lt;/LI&gt;&lt;LI&gt;How do I loop over one and the same record in source data?&lt;/LI&gt;&lt;LI&gt;How do I propagate a value from above record to the current one?&lt;/LI&gt;&lt;LI&gt;How do I populate a sparsely populated field?&lt;/LI&gt;&lt;LI&gt;How do I generate all combinations – the Cartesian product – of two or more fields?&lt;/LI&gt;&lt;LI&gt;How do I make simulations in QlikView?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These questions and others are answered in this Technical Brief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/hic/content"&gt;HIC&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 13:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/ta-p/1491394</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-04T13:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491395#M1907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is must-to-read paper for all beginners, it's sad I had not one 1+ year ago! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find my two cents, this is what personally I would add to the document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Master Calendar - you only mention dates but for some tasks it's necessary to have time as well, i.e. either hours, minutes, seconds or some combinations ofthem (for instance, in retail we need to know average number of a store visitor per hour or even per each 15 minutes). That would be a good thing to make it clear to a reader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Also I'd mention Previous() function which can be used in a condition over values of previous row of a source, whilst Peek() allows to do the same but over values of previous row already loaded into the associative database of QV. One reason to use Previous() is a necessity to build a condition over values which are not to be loaded into associative database but still are meaningful for algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Pages 12 and 13, step "B" - you use vMinDate and vMaxDate variables which are not defined, it's better to make a reference to page 7 for the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document in a whole is good enough even without all of these, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 01:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491395#M1907</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2013-02-06T01:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491396#M1908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you like it, and thanks for the feedback. I will gather some more feedback and then revise the document in a some weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491396#M1908</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-06T07:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491397#M1909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updating of the docuemnt is up to you since the document does describe how to "generate missing data in QlikView" and it's not intended to describe modeling in a whole.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you start adding some additions into a specialized paper you risk to start describing The Universe &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 05:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491397#M1909</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2013-02-07T05:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491398#M1910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That saved me a night shift on a saturday evening. Exactly what I needed. Great stuff. Thanks a lot &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 18:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491398#M1910</guid>
      <dc:creator />
      <dc:date>2013-11-30T18:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491399#M1911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HIC&lt;/P&gt;&lt;P&gt;I stopped with this and your brief helped a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491399#M1911</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-06-16T19:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491400#M1912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is GREAT! Thanks for putting this together. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 17:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491400#M1912</guid>
      <dc:creator>john_novello</dc:creator>
      <dc:date>2014-09-02T17:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491401#M1913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to replace NULL values in der field 'Wert" with the value of the above record and import the new values in the field 'wertneu' in the table 'result'. But now in 'wertneu' there is the same as in the 'wert'. Where is the mistake? I would be very happy, if somebody can help me. Thank you!&lt;/P&gt;&lt;P&gt;TransactionTable:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[Date,FB,Wert&lt;/P&gt;&lt;P&gt;01.01.2014,AUGE, 1&lt;/P&gt;&lt;P&gt;15.01.2014,CHIE, 15&lt;/P&gt;&lt;P&gt;31.01.2014,CHIP, 31];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MinMaxDate:&lt;/P&gt;&lt;P&gt;Load Min(Date) as MinDate, Max(Date) as MaxDate resident TransactionTable;&lt;/P&gt;&lt;P&gt;Let vMinDate = Peek('MinDate',-1,'MinMaxDate')-1;&lt;/P&gt;&lt;P&gt;Let vMaxDate = Peek('MaxDate',-1,'MinMaxDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table MinMaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;Load Date,&lt;/P&gt;&lt;P&gt;Year(Date) as Year,&lt;/P&gt;&lt;P&gt;Month (Date) as Month,&lt;/P&gt;&lt;P&gt;Day(Date) as Day;&lt;/P&gt;&lt;P&gt;Load Date(recno()+$(vMinDate)) as Date Autogenerate vMaxDate-vMinDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD Date, FB, Wert,&lt;/P&gt;&lt;P&gt;if(isnull(Wert),Peek(Wert),Wert)as Wertneu resident TransactionTable&lt;/P&gt;&lt;P&gt;order by Date, FB, Wert;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87566_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 16:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491401#M1913</guid>
      <dc:creator />
      <dc:date>2015-05-26T16:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491402#M1914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to join the dates with the transaction table so that you "generate" all missing dates. See &lt;A href="https://community.qlik.com/qlik-blogpost/2928"&gt;How to populate a sparsely populated field&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, you should probably use the following definition of Wertneu:&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; If(isnull(Wert),Peek(Wertneu),Wert)as Wertneu&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;otherwise you will just get a value on the row below, and not on &lt;EM style="text-decoration: underline;"&gt;all&lt;/EM&gt; empty rows.&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;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 18:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491402#M1914</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-05-26T18:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491403#M1915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wonderful! Thank you very much, Henric Cronström! I have solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 12:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491403#M1915</guid>
      <dc:creator />
      <dc:date>2015-05-27T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491404#M1916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks heaps for this document. It succinctly defines the challenges, the use cases, and the solutions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491404#M1916</guid>
      <dc:creator />
      <dc:date>2016-01-21T00:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491405#M1917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent article, thank you very much for taking the time to put this together.&amp;nbsp; I was hoping there was an example of what I am trying to achieve, and it may be there but just not specifically.&amp;nbsp; My situation is that we have a return on investment calculation for R&amp;amp;D projects with forecast sales in terms of whole fiscal years.&amp;nbsp; Post launch, we want to look at this as a monthly revenue achievement vs. forecast so I'm assuming I will need to prorate the annual forecast value into a monthly figure for comparison.&amp;nbsp; Obviously this data doesn't exist as there is only one value per FY. To further complicate the issue, each project will have a different launch date and a difference life cycle projection.&amp;nbsp;&amp;nbsp; Projects can launch at any point in the year and have anywhere from 5 to 15 years of projected revenue.&amp;nbsp; How would you approach this problem?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491405#M1917</guid>
      <dc:creator />
      <dc:date>2016-01-29T19:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491406#M1918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forecasting is a complicated problem, and I am not sure that generating data in the QlikView script is the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible, but it will be complex, and perhaps still not solve all your requirements. For instance: How many dimensions do you have? (e.g. Calendar, Products, Customers, Business units, Market campaigns, Projects, etc.) And do you want to be able to use all these dimensions? If so, you may need to generate all combinations - the Cartesian product - of all of them. This will be complex: You need to estimate the YoY increase per product, per unit and per region separately. Also, the data amount will become large.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If budgeting and forecasting is important, it may be a good idea to look at dedicated tools for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 15:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491406#M1918</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-05T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491407#M1919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its very nice document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 02:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491407#M1919</guid>
      <dc:creator />
      <dc:date>2016-02-11T02:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491408#M1920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very usefull! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 11:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491408#M1920</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2016-02-11T11:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491409#M1921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very well explained.&lt;/P&gt;&lt;P&gt;Helped me a lot!!!&lt;/P&gt;&lt;P&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>Tue, 07 Jun 2016 13:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491409#M1921</guid>
      <dc:creator />
      <dc:date>2016-06-07T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491410#M1922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 17:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491410#M1922</guid>
      <dc:creator />
      <dc:date>2016-09-29T17:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491411#M1923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a combination of Canonical Calendar script and 'Generating Missing Dates in Qlikview' to create 2 different calendars as I need to show missing ticket count for the dates that don't exist.&lt;/P&gt;&lt;P&gt;As a result some of the graphs take almost 10 seconds to load. Users will not wait that long. Most of the formulas are written in the Expressions so I tried loading these formulae through a spreadsheet just in case it tries to improve performance. Can you please suggest what I may try to do to improve the performance? I haven't used set analysis in the expressions. These are more based on if clauses.. Not sure if this impact the performance for the charts..P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 11:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491411#M1923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-04T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491412#M1924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. A good document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 07:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491412#M1924</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-01-05T07:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Missing Data In QlikView</title>
      <link>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491413#M1925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a variety of factors impacting your performance, but as a general rule replace your IF statements with set analysis. Also recommend using flags wherever possible (1,0) . Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 23:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Generating-Missing-Data-In-QlikView/tac-p/1491413#M1925</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2017-01-05T23:51:25Z</dc:date>
    </item>
  </channel>
</rss>

