<?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: Last Year QTD in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134574#M9455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the expression finding difficult to understand the format of the Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to fix this issue asap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;SUM({&amp;lt; fiscal_quarter, Date ={"&amp;gt;=$(=date(QuarterStart(Today(),-4))) &amp;lt;=$(=date(AddYears(Today(),-1)))"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;accessories_revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 04:26:25 GMT</pubDate>
    <dc:creator>suryajeganathan</dc:creator>
    <dc:date>2018-08-14T04:26:25Z</dc:date>
    <item>
      <title>Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134566#M9447</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;I am using the below QTD formula for the Last Financial Quarter. When i filter out for the different quarter it has to show the respective last quarter data. But its not showing right . Logically for the current fiscal quarter i have almost 2 months data so even for the prior QTD it has to take only 2 months like the current FY quarter. But its taking entire last quarter data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt; fiscal_quarter, Date ={"&amp;gt;=$(=date(QuarterStart(Today(),-4))) &amp;lt;=$(=date(QuarterEnd(Today(),-4)))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;accessories_revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fiscal Quarter Format : FY16'Q1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please help me fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 15:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134566#M9447</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-13T15:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134567#M9448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression tells it to take up to the end of the current quarter - 4, not up to today date of last year.&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;=SUM({&amp;lt; fiscal_quarter, Date ={"&amp;gt;=$(=date(QuarterStart(Today(),-4))) &amp;lt;=$(=date(AddYears(Today(),-1)))"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;accessories_revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 16:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134567#M9448</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-08-13T16:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134568#M9449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working for the last year QTD. But when i select the other Fiscal Quarter filter Its showing the same result of Last year QTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this to work dynamically when i select the other fiscal_quarter also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you plz help me achieve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 17:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134568#M9449</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-13T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134569#M9450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Create a Table with all Quarter and a QuarterID (incremental integer) and than select the possibile quarter dynamicaly, somthing like this:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;[QuarterId] = {$(=concat([QuarterId] - 1, ‘,’))}&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 18:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134569#M9450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T18:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134570#M9451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barbolini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for something handy ....&lt;/P&gt;&lt;P&gt;For Table creation i have to again go for the data load Due to 50 M data it will take lots of time for me to make the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u plz suggest some other option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 18:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134570#M9451</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-13T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134571#M9452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Starting from David exemple&amp;nbsp;&lt;/P&gt;&lt;P class="" style="padding-left: 0px;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;=SUM({&amp;lt; fiscal_quarter, Date ={"&amp;gt;=$(=date(QuarterStart(Today(),-4))) &amp;lt;=$(=date(AddYears(Today(),-1)))"}&amp;gt;}&lt;/P&gt;&lt;P class=""&gt;accessories_revenue)&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;The problem is “Today()” put somthing like “Max([YourDataFiel])” so this is dynamic based on selection, can this solve your problem?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 18:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134571#M9452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134572#M9453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that helps...Tanq so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 19:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134572#M9453</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-13T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134573#M9454</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;This expression is taking YTD&amp;nbsp; for all the quarter. But the values are not as expected . Is that the problem with the format of the Quarter column FY17'Q4?. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;SUM({&amp;lt; fiscal_quarter, Date ={"&amp;gt;=$(=date(QuarterStart(Today(),-4))) &amp;lt;=$(=date(AddYears(Today(),-1)))"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;accessories_revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 03:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134573#M9454</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-14T03:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134574#M9455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the expression finding difficult to understand the format of the Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to fix this issue asap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;SUM({&amp;lt; fiscal_quarter, Date ={"&amp;gt;=$(=date(QuarterStart(Today(),-4))) &amp;lt;=$(=date(AddYears(Today(),-1)))"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;accessories_revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 04:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134574#M9455</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-14T04:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134575#M9456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The quarter column in the below format&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="110"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="110"&gt;&lt;STRONG&gt;FY17'Q2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 04:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134575#M9456</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-14T04:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year QTD</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134576#M9457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's still open....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-QTD/m-p/134576#M9457</guid>
      <dc:creator>suryajeganathan</dc:creator>
      <dc:date>2018-08-14T10:34:12Z</dc:date>
    </item>
  </channel>
</rss>

