<?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 Weekly chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224257#M76686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you don't want to concatenate the data?&lt;/P&gt;&lt;P&gt;You can do this by forcing QV to not concatenate. Use the NoConcatenate prefix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Mar 2010 12:31:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-15T12:31:40Z</dc:date>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224249#M76678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a chart that shows the total amount weekly. the problem is that every week the data is replaced with the data of the current week. How would i save the previous data and still show the current data generated within the qlikview chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 11:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224249#M76678</guid>
      <dc:creator />
      <dc:date>2010-01-27T11:11:45Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224250#M76679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way of saving the data on qlikview...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 17:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224250#M76679</guid>
      <dc:creator />
      <dc:date>2010-02-18T17:46:54Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224251#M76680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy way is to store the date into a table with a name that contains the week. Something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LET CurWeek = Week(Today());&lt;BR /&gt;STORE * FROM Table INTO Table_$(CurWeek).qvd (qvd);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Each time the week changes, a new qvd is created. You can use a loop to read all the week-qvds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 19:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224251#M76680</guid>
      <dc:creator />
      <dc:date>2010-02-18T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224252#M76681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your suggestion i have created the qvd. is there a way to store each week without overwriting the data that is stored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 10:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224252#M76681</guid>
      <dc:creator />
      <dc:date>2010-03-01T10:31:55Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224253#M76682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm&lt;/P&gt;&lt;P&gt;i might be mising somthing but....&lt;/P&gt;&lt;P&gt;what you have is a chart&lt;/P&gt;&lt;P&gt;the store to QVD is good for the script but your chart is in the layout&lt;/P&gt;&lt;P&gt;what i dont understand is what you mean by saving the weekly data&lt;/P&gt;&lt;P&gt;you only keep 1WEEK of history in your model?&lt;/P&gt;&lt;P&gt;if yes then the best way is to wright a macro the exports the pivot/straight table into QVD with a name chaning every week&lt;/P&gt;&lt;P&gt;then on the next reload you can load that table and so you will have history of 2weeks in yuor model.&lt;/P&gt;&lt;P&gt;next week do the same and you have 3 weeks in your model and so on&lt;/P&gt;&lt;P&gt;after few week you will have history and you can change the chart to show a week data and a list box with week numbers and dats and you can select which week shows in the chart.&lt;/P&gt;&lt;P&gt;if you have more hisotry then one week then with set analysis you can show two charts, one with current week and one with user selected week&lt;/P&gt;&lt;P&gt;you can also show two columns (current and user selected week)&lt;/P&gt;&lt;P&gt;check the forums, there are many set analysis expression around for every possible way of time ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224253#M76682</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-03-01T13:06:11Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224254#M76683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the report is loading data from a file thatget refreshed every week when this is refreshed all the information from the previos week is replaced. what i wanted to do was to create a report that would saves the previous weeks data and compares it with the current.&lt;/P&gt;&lt;P&gt;i believe that what you suggested will work...do you have any example of how this is used or sample code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224254#M76683</guid>
      <dc:creator />
      <dc:date>2010-03-01T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224255#M76684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh i see,&lt;/P&gt;&lt;P&gt;what you mean is that the data source get refreshed every-week so it only contains records of one week.&lt;/P&gt;&lt;P&gt;in that case you need to do it in the script&lt;/P&gt;&lt;P&gt;the process logic is as following:&lt;/P&gt;&lt;P&gt;load the data from your weekly table&lt;/P&gt;&lt;P&gt;load from QVD and concatenate the history data with the new data&lt;/P&gt;&lt;P&gt;store the data in a qvd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this repeats on every load, so the QVD will grow each week with the new data added to it.&lt;/P&gt;&lt;P&gt;something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;ALL_WEEKS_TABLE:&lt;BR /&gt;load * from CURRENT_WEEK_TABLE.XLS;&lt;BR /&gt;// remark the two lines below on the first time you run this script,&lt;BR /&gt;since there is still no QVD file&lt;BR /&gt;CONCATENATE&lt;BR /&gt;load * from HISTORY_WEEK_TABLE.QVD (QVD);&lt;BR /&gt;store ALL_WEEKS_TABLE into HISTORY_WEEK_TABLE.QVD;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;you would need to be careful if you are doing a debug reload with less records.&lt;/P&gt;&lt;P&gt;you will need to remark the line with the STORE command before you reload from debug.&lt;/P&gt;&lt;P&gt;other wise your QVD file will be compromised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224255#M76684</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-03-01T13:45:30Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224256#M76685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help it does work...however how do i stop it from adding the data to the previous week each time it loads... will i need to comment out the loads each time...if that is the case is there a simpler way to remedy this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 09:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224256#M76685</guid>
      <dc:creator />
      <dc:date>2010-03-15T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Weekly chart</title>
      <link>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224257#M76686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you don't want to concatenate the data?&lt;/P&gt;&lt;P&gt;You can do this by forcing QV to not concatenate. Use the NoConcatenate prefix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 12:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekly-chart/m-p/224257#M76686</guid>
      <dc:creator />
      <dc:date>2010-03-15T12:31:40Z</dc:date>
    </item>
  </channel>
</rss>

