<?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: Freezing data month wise for a bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351291#M516043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By example this is what you should be doing to retain the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Jan&amp;nbsp; &amp;gt;&amp;gt; Create a QVD say 2017archive.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in Feb&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt; Load data only for FEB from source system and concatenate with &lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD and overwrite &lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Mar &amp;gt;&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Load data only for March from source system and concatenate with &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the process continues!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2017 09:21:31 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-05-29T09:21:31Z</dc:date>
    <item>
      <title>Freezing data month wise for a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351287#M516039</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;I am in an unusual situation, I hope someone can help me on this.&lt;/P&gt;&lt;P&gt;I have an application where I have a bar chart, and there could be situations where the data could change with time.&lt;/P&gt;&lt;P&gt;For example, when I check the data in March we will have this: Jan=10, Feb=22, Mar=3&lt;/P&gt;&lt;P&gt;and when I check for the same data in April: Jan=12, Feb=24, Mar=9&lt;/P&gt;&lt;P&gt;So this data is changing based on the inputs made by the people. I am looking for a solution where I can freeze this data end of every month. That is, it should show Jan=10, Feb=22, Mar=3 irrespective of the changes made in the following months.&lt;/P&gt;&lt;P&gt;I understand QlikView pulls the data as it is from the source, but if anybody knows a solution to hold this data still as on the last day of the respective months, would be really great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case you need more information on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351287#M516039</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-05-29T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing data month wise for a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351288#M516040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could store the historical data into a QVD each month and just load data for the current month from your source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would satisfy your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can provide an example of your app, I could suggest the proper adjustment of the script or you could just search for STORE QVD for more information on storing tables as QVD's in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351288#M516040</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-05-29T08:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing data month wise for a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351289#M516041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;I understand what you mean, so now when I store the historical data into a new QVD, in the bar chart I use Month as my dimension and 3 expressions as 3 bars. so how do I handle the case where I need historical data for previous months and current data for current month, all in 1 chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351289#M516041</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-05-29T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing data month wise for a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351290#M516042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You load the historical data from the QVD's and (only) the current data from your source system into the data model of your QVW. All data would then be available for your visualizations in much the same way as it is now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351290#M516042</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-05-29T08:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing data month wise for a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351291#M516043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By example this is what you should be doing to retain the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Jan&amp;nbsp; &amp;gt;&amp;gt; Create a QVD say 2017archive.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in Feb&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt; Load data only for FEB from source system and concatenate with &lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD and overwrite &lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Mar &amp;gt;&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Load data only for March from source system and concatenate with &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;2017archive.QVD&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the process continues!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 09:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351291#M516043</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-29T09:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Freezing data month wise for a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351292#M516044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the quick responses, I'll try this and get back soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 09:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Freezing-data-month-wise-for-a-bar-chart/m-p/1351292#M516044</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-05-29T09:41:11Z</dc:date>
    </item>
  </channel>
</rss>

