<?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 with auto calendar in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1537490#M38785</link>
    <description>&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;No, it doesn't worked.&lt;/P&gt;&lt;P&gt;I found the error for the YTD stuff, based on the point, that in the filter pane you have to eliminate the "=" sign.&lt;/P&gt;&lt;P&gt;don't know why, but the behavoir differs if you select from =[field] or field.&lt;/P&gt;&lt;P&gt;But i can't you the expression in the bar chart.&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Kategorie={'Instore'}, [Auftragsdatum.aC.Fiskaljahr]={'$(vMaxFYear)'},[Auftragsdatum.aC.Date]={"&amp;lt;=$(vMaxDate)"}, [Auftragsdatum.aC.Month]=&amp;gt;}[Versand nach Retouren Netto])&lt;/P&gt;&lt;P&gt;I can compare like month_num &amp;lt;= max(month), but I use fiscal year starting in October.&lt;/P&gt;&lt;P&gt;So the set analysis count the value till january, but I have to count till October the year before....&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 21:47:07 GMT</pubDate>
    <dc:creator>Qlik-A-Holic</dc:creator>
    <dc:date>2019-01-30T21:47:07Z</dc:date>
    <item>
      <title>YTD with auto calendar</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536460#M38709</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my first post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I searched the group but can't find a proper solution for my problem.&lt;/P&gt;&lt;P&gt;I used the auto calendar and try to visualize the YTD value per fiscal year in a bar chart with the option to select a dedicatded month. I tried to realized it with set analysis.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4700iB115685D6AE32EC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Found this:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikView-App-Set-Analysis-Prior-Period-Comparison/ta-p/1493389" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/QlikView-App-Set-Analysis-Prior-Period-Comparison/ta-p/1493389&lt;/A&gt;&lt;/P&gt;&lt;P&gt;whats really good, but didn't worked with auto calendar.&lt;/P&gt;&lt;P&gt;The qvf is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536460#M38709</guid>
      <dc:creator>Qlik-A-Holic</dc:creator>
      <dc:date>2024-11-16T06:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: YTD with auto calendar</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536516#M38713</link>
      <description>&lt;P&gt;What are you hoping to see as your output?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 13:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536516#M38713</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-29T13:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD with auto calendar</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536601#M38717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the output should be, that when i select i.e February, that I get the ytd for all years in the data starting from the fiscal year start (01.10.xxxx) till February for all years in the data.&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536601#M38717</guid>
      <dc:creator>Qlik-A-Holic</dc:creator>
      <dc:date>2019-01-29T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: YTD with auto calendar</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536646#M38719</link>
      <description>&lt;P&gt;Try this may be&lt;/P&gt;&lt;PRE&gt;Sum({&amp;lt;
	Kategorie = {'Instore'},
    [Auftragsdatum.aC.Date] = {"=If(GetSelectedCount([Auftragsdatum.aC.Month]) = 0, [Auftragsdatum.aC.Date], SetDateYear(Only({1}[Auftragsdatum.aC.Date]), Year(Today())) &amp;lt;= SetDateYear(vMaxDate, Year(Today())))"},
    [Auftragsdatum.aC.Month]
&amp;gt;}[Versand nach Retouren Netto])&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1536646#M38719</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-29T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: YTD with auto calendar</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1537490#M38785</link>
      <description>&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;No, it doesn't worked.&lt;/P&gt;&lt;P&gt;I found the error for the YTD stuff, based on the point, that in the filter pane you have to eliminate the "=" sign.&lt;/P&gt;&lt;P&gt;don't know why, but the behavoir differs if you select from =[field] or field.&lt;/P&gt;&lt;P&gt;But i can't you the expression in the bar chart.&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Kategorie={'Instore'}, [Auftragsdatum.aC.Fiskaljahr]={'$(vMaxFYear)'},[Auftragsdatum.aC.Date]={"&amp;lt;=$(vMaxDate)"}, [Auftragsdatum.aC.Month]=&amp;gt;}[Versand nach Retouren Netto])&lt;/P&gt;&lt;P&gt;I can compare like month_num &amp;lt;= max(month), but I use fiscal year starting in October.&lt;/P&gt;&lt;P&gt;So the set analysis count the value till january, but I have to count till October the year before....&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 21:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1537490#M38785</guid>
      <dc:creator>Qlik-A-Holic</dc:creator>
      <dc:date>2019-01-30T21:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: YTD with auto calendar</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1574804#M41867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for all who are interessted in a possible solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a fical month mapping table and use these fiscal month in my set analysis.&lt;/P&gt;&lt;P&gt;worked fine for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 06:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-with-auto-calendar/m-p/1574804#M41867</guid>
      <dc:creator>Qlik-A-Holic</dc:creator>
      <dc:date>2019-04-30T06:54:05Z</dc:date>
    </item>
  </channel>
</rss>

