<?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: Sparkline for a 6 month period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007031#M961345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Braga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only function works when I select one particular month (view capture) - but again it only shows trend (sparkline) from the start of the financial year. If I select month as June ( 3 ) then the sparkline displays only for 3 months and not before that. I have a feeling I know why it occurs like that - delivery address were changed(id's included) this year and hence the same is reflected in this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr works (view capture 1) when no selection for the month is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 13:19:28 GMT</pubDate>
    <dc:creator>snehamahaveer</dc:creator>
    <dc:date>2015-10-19T13:19:28Z</dc:date>
    <item>
      <title>Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007023#M961337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work on sparklines in my straight table and I guess it must be my ignorance that I am unable to solve this simple issue.&lt;/P&gt;&lt;P&gt;I have created the table with 2 dimensions - customer and product, then 3 expressions - YTD, YTD previous year, Trend(sparkline).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue's are:-&lt;/P&gt;&lt;P&gt;1. I am unable to keep the trend &lt;STRONG style=": ; color: #339966;"&gt;constant - 6 month period&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. I have Financial month loaded as &lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;Num(finmonth)&lt;/STRONG&gt; &lt;SPAN style="color: #000000;"&gt;and when I use set analysis for sparkline mini chart as &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;=sum({&amp;lt;Finmonth = {'&amp;gt;$(=Max(Finmonth)-6) &amp;lt;=$(=Max(finmonth))'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; does not bring back a sparkline unless the max(finmonth) is 7 or greater.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How can I ensure that both issues are resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Your help is much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007023#M961337</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2015-10-19T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007024#M961338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your finmonth values? Is it a value between 1 to 12 for each year or is it a sequence number of month from a given historic date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007024#M961338</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-19T11:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007025#M961339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've analyzed your expression and found two issues that I need to ask you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Your expression is set to only give you any output if the month is great or equal that 7 beacause of this &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(=Max(Finmonth)-6) &lt;/STRONG&gt;-&amp;gt; If the Finmonth is let say 5 the return value would be -1 and there is no month with -1 value;&lt;/P&gt;&lt;P&gt;2) If the expression was totally right there would be an error still because you've write the expression with one field wrongly, it should be this&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Finmonth = {'&amp;gt;$(=Max(Finmonth)-6) &amp;lt;=$(=Max(&lt;STRONG&gt;F&lt;/STRONG&gt;inmonth))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;not like this&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Finmonth = {'&amp;gt;$(=Max(Finmonth)-6) &amp;lt;=$(=Max(&lt;STRONG&gt;f&lt;/STRONG&gt;inmonth))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to modify your expression to get it right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007025#M961339</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-19T11:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007026#M961340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, The months are created in this method and are numbers from 1-12 (Apr to Mar in year) if(Month(INVOICE_DATE)&amp;gt;3,Num(Month(INVOICE_DATE)-3),&amp;nbsp; Num(Month(INVOICE_DATE)+9 )) as FINMONTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007026#M961340</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2015-10-19T11:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007027#M961341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Braga, Thanks for your reply. It was my typo here. My expression is displaying current fields (Finmonth). Would you be able to help with the first issue? How can I change my field to reflect the correct data. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007027#M961341</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2015-10-19T11:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007028#M961342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After reading this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to get these 2 expression for you to try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sum&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;={'&amp;gt;=$(=only(&lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;)-5)&amp;lt;=$(=only(&lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;))'}&amp;gt;} &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=sum(aggr(rangesum&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;total s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;um&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;({&amp;lt;&lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;=&amp;gt;} &lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;),0,6)),Finmonth))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007028#M961342</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-19T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007029#M961343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Braga, Please forgive my ignorance, could you please explain the 'only' function.? When I use only should I select only 1 month? Aggr formula brings back sparkline for a few customers and not for all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 12:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007029#M961343</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2015-10-19T12:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007030#M961344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here Sneha have a look of Mr. &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt; document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2662"&gt;The Only Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made the only so that when you select one appear the result of your selection. Try to change te aggr formula to simply this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;rangesum&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;total s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;um&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;),0,6))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your results &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007030#M961344</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-19T13:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007031#M961345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Braga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only function works when I select one particular month (view capture) - but again it only shows trend (sparkline) from the start of the financial year. If I select month as June ( 3 ) then the sparkline displays only for 3 months and not before that. I have a feeling I know why it occurs like that - delivery address were changed(id's included) this year and hence the same is reflected in this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr works (view capture 1) when no selection for the month is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007031#M961345</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2015-10-19T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007032#M961346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post qvw with sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007032#M961346</guid>
      <dc:creator />
      <dc:date>2015-10-19T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline for a 6 month period</title>
      <link>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007033#M961347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make some changes in your qvw like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;AsOfFinmonth:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; 'Current' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Type&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;_AsOf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Resident&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; SalesData;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Concatenate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; (&lt;SPAN style="color: #000000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;AsOfFinmonth&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; 'Rolling 6' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Type&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt; color: #000000;"&gt;&lt;SPAN style="color: #800000; font-style: inherit; font-size: 13.3333px; font-family: verdana, geneva; font-weight: inherit;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;_AsOf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt; + 1 - &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IterNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;() &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Resident&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; SalesData&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;while&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IterNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;() &amp;lt;= 6;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;right&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;join&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;SPAN style="color: #800000; font-family: verdana, geneva; font-size: 13.3333px;"&gt;Finmonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Resident&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; SalesData;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;And then in the trend you can simply have this set analysis expression:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sum&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Type&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;={'Rolling 6'}&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: verdana, geneva; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: verdana, geneva; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;This way, I think and I hope it can solve all your needs &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sparkline-for-a-6-month-period/m-p/1007033#M961347</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-19T13:26:33Z</dc:date>
    </item>
  </channel>
</rss>

