<?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(Year to date) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582417#M216325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 13:38:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-14T13:38:39Z</dc:date>
    <item>
      <title>YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582412#M216320</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 have Ratio say sum(amount_paid)/sum(confirmed_policy_premium) and Dimension as a Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to the ratio for all the years. This works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 14pt;"&gt;But i have a scenario where if Current month is September then Current Years will be calculated from January to September and other Previous years from January to December. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 14pt;"&gt;I want other Years to be calculated from January to September.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this. I don't have QVW to attach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582412#M216320</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582413#M216321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 09:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582413#M216321</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-02-14T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582414#M216322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would create a YTD flag in my master calendar in the script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Date - YearStart(Date) &amp;lt;= Today() - YearStart(Today()), 1, 0 ) as IsInYTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This flag can then be used in a chart expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum( {$&amp;lt;IsInYTD={1}&amp;gt;} Amount ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use any dimension; e.g. Year, Month, Product and the expression will still work. I can compare YTD between years this way.&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, 14 Feb 2014 10:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582414#M216322</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-14T10:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582415#M216323</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;Say if i have 14-Feb-2014 i.e today's date and my dimension is Year and expression is loss_ratio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When use the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum( {$&amp;lt;IsInYTD={1}&amp;gt;} loss_ratio).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will i get the other years 2012, 2013 loss_ratio calculated only till 14-Feb-2013 and 14-Feb-2012 ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Soumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582415#M216323</guid>
      <dc:creator />
      <dc:date>2014-02-14T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582416#M216324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. The IsInYTD will flag if the date is before Feb 14, irrespective of which year it is.&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, 14 Feb 2014 13:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582416#M216324</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-14T13:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582417#M216325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582417#M216325</guid>
      <dc:creator />
      <dc:date>2014-02-14T13:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582418#M216326</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;Excelent answer.This way is better useful for regular&amp;nbsp; requirements.it gives better performance than writing &lt;/P&gt;&lt;P&gt;functions in UI side expression.&lt;/P&gt;&lt;P&gt;am i right?&lt;/P&gt;&lt;P&gt;can you please share me any docs like regular usage MTD and YTD and like FTD.i want to implement because helpful at the time optimization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582418#M216326</guid>
      <dc:creator />
      <dc:date>2014-02-14T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582419#M216327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure there are any such documents... but I am planning a blog post on the topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I always create a set of flags in my master calendar: IsCurrentMonth, IsLastMonth, IsInYTD, etc, and then I use these in Set Analysis. Much cleaner and simpler formulae.&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, 14 Feb 2014 16:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582419#M216327</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-14T16:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582420#M216328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.We hope,expecting soon from such type of&amp;nbsp;&amp;nbsp; post from your blog.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582420#M216328</guid>
      <dc:creator />
      <dc:date>2014-02-14T16:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582421#M216329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've uploaded a couple of documents showing point in time comparison which may be of interest to you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4321"&gt;QlikView App: Simple Year To Date Example (Set Analysis)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4313"&gt;QlikView App: Set Analysis - Prior Period Comparison&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope they are useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582421#M216329</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-14T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582422#M216330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot henric &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select any year say 2012 then i will get for the complete year right ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 15:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582422#M216330</guid>
      <dc:creator />
      <dc:date>2014-02-15T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582423#M216331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Genius...!!!&lt;/P&gt;&lt;P&gt;I was also searching for the short and easy method...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 16:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582423#M216331</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-15T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582424#M216332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this working for you?&lt;/P&gt;&lt;P&gt;What happens when you select a year, i.e. 2013?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 18:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582424#M216332</guid>
      <dc:creator>bernice_gonzale</dc:creator>
      <dc:date>2018-01-08T18:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582425#M216333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to calculate previous year ytd same period last year ytd? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 17:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582425#M216333</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-01-10T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582426#M216334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at &lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt;. The field IsInYTD can be used for any year, not just current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 08:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582426#M216334</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2018-01-11T08:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582427#M216335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my project and how I resolved it.&lt;/P&gt;&lt;P&gt;1.- I needed in a Pivot table to have these columns: Actual (current months selection) , LYM, CYTD, LYTD&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PIVOT.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/189923_PIVOT.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;2.-My Measures or calculation are row.&lt;/P&gt;&lt;P&gt;3.- The user should be able to select any year of information and Months. That mean, Current Year can be change to be 2017 or 2016, in consequences the rest of the columns should adjust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solutions&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;For 1: I create an inline table. With the values I need in my columns. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="trend.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189916_trend.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;For 2: In my measures, I added the set analysis that makes the calculation based on a column. Like a Case scenario. I&lt;SPAN style="text-decoration: underline;"&gt; had to use CalendarMonth_Number, because using AddYears(( TransDate) ,-1) was not working for me. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="measures.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/189924_measures.png" style="height: 328px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;For 3: I'm already using Dimensions as filters.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Year.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/189925_Year.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/582427#M216335</guid>
      <dc:creator>bernice_gonzale</dc:creator>
      <dc:date>2018-01-12T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: YTD(Year to date)</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/2006813#M1221564</link>
      <description>&lt;P&gt;Hi, As you mentioned about YTD, I met an issue recently. In my business scope, we need put 'YTD' and Period in a filter for selecting.&amp;nbsp; I created a master calendar that set today as 'YTD'. But when I selected 'YTD' , if there is no order today, that causes other filter in gray.&amp;nbsp; In other words, 'YTD' is not a period time, just only one day. If that function could solve it? I post this issue, could you please help out with it? Thank you so much.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 05:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Year-to-date/m-p/2006813#M1221564</guid>
      <dc:creator>StacyCui</dc:creator>
      <dc:date>2022-11-21T05:39:08Z</dc:date>
    </item>
  </channel>
</rss>

