<?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: YTD Month Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679565#M246436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Day Ord.]={"&amp;lt;=$(=day($(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;VMaxDataOrd.)))"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 15:46:31 GMT</pubDate>
    <dc:creator>albertovarela</dc:creator>
    <dc:date>2014-10-23T15:46:31Z</dc:date>
    <item>
      <title>YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679559#M246430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sirs&lt;/P&gt;&lt;P&gt;I would have a straight chart with Month as dimension that shows the situation of sales at a selected number of day of the various months of this year compared of the same number of the day and month of the past year. At this stage I have this chart, that shows the comparison of months not up to the day 22 but up to the end of the month. Only last month is correct, because it is not completed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/69500_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I have used this two expressions:&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;[Year Ord.]={'$(VMaxYearOrd)'},[Date ord.]={'&amp;lt;=$(VMaxDataOrd.)'},[Month Ord.]=,[Day Ord.]=,MonthYearOrd.=&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;[Year Ord.]={'$(VPriorYearOrd.)'},[Month Ord.]=,[Day Ord.]=,[Date ord.]={'&amp;lt;=$(VPriorYearDate)'},MonthYearOrd=&amp;gt;}Importo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 17:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679559#M246430</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2014-10-22T17:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679560#M246431</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;current year:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM({&amp;lt;[Year Ord.]={'$(VMaxYearOrd)'},[Date ord.]=,[Month Ord.]=,[Day Ord.]={"&amp;lt;=$(=max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Day Ord.]&lt;/SPAN&gt;))"}, MonthYearOrd.=&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;last year:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM({&amp;lt;[Year Ord.]={'$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;VPriorYearOrd&lt;/SPAN&gt;)'},[Date ord.]=,[Month Ord.]=,[Day Ord.]={"&amp;lt;=$(=max(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Day Ord.]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))"}, MonthYearOrd.=&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679560#M246431</guid>
      <dc:creator>gmoraleswit</dc:creator>
      <dc:date>2014-10-22T19:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679561#M246432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/03/ytd" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/03/ytd"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/03/ytd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679561#M246432</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-22T19:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679562#M246433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try replacing:&lt;/P&gt;&lt;P&gt; [Day Ord.]=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Day Ord.]={"&amp;lt;=$(=day(today()))"}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 21:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679562#M246433</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2014-10-22T21:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679563#M246434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script arrive a new column for day like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use below expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SUM({&amp;lt;[Year Ord.]={'$(VPriorYearOrd.)'},[Month Ord.]=,[Day Ord.]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&amp;lt;=$(=day(today()))"}, &lt;/SPAN&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;"&gt;[Date ord.]={'&amp;lt;=$(VPriorYearDate)'},MonthYearOrd=&amp;gt;}Importo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;or if this not works then try below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Day(DateFieldName) AS Day&lt;/P&gt;&lt;P&gt;FROM DataSource;&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;"&gt;=SUM({&amp;lt;[Year Ord.]={'$(=VPriorYearOrd.)'},[Month Ord.]=,[Day Ord.]=, Day=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;=$(=Day(Today()))'}, &lt;/SPAN&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;"&gt;[Date ord.]={'&amp;lt;=$(=VPriorYearDate)'},MonthYearOrd=&amp;gt;}Importo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 05:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679563#M246434</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-23T05:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679564#M246435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for your helpful answer.&lt;/P&gt;&lt;P&gt;How can I change the formula with a Varabile?&lt;/P&gt;&lt;P&gt;For example from [Day Ord.]={"&amp;lt;=$(=day(today()))"} to [Day Ord.]={"&amp;lt;=$(=day(&lt;SPAN style="text-decoration: underline;"&gt;VMaxDataOrd.)"&lt;/SPAN&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679564#M246435</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2014-10-23T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679565#M246436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Day Ord.]={"&amp;lt;=$(=day($(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;VMaxDataOrd.)))"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 15:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679565#M246436</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2014-10-23T15:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Month Chart</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679566#M246437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alberto!&lt;/P&gt;&lt;P&gt;I have found another solution, I have created a new variabile for the selection of the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 16:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Chart/m-p/679566#M246437</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2014-10-24T16:22:22Z</dc:date>
    </item>
  </channel>
</rss>

