<?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 YTD by month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749054#M57587</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Within a pivot chart (see screen shot attached) I am using the following expression to show a conversion % per month for the 2020/2021 FY:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[QuoteData.QuoteSiteConversion]={'Yes'},QuoteData.FYear={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote])&lt;BR /&gt;/&lt;BR /&gt;count({$&amp;lt;QuoteData.FYear={'2020/2021'}&amp;gt;}distinct [QuoteData.Quote])&lt;/P&gt;&lt;P&gt;This works perfectly.&lt;/P&gt;&lt;P&gt;I now need to create a new expression, that shows the YTD conversion % as the months continue into the 2020/2021 FY. &amp;nbsp;Tried the following but not getting any luck.&lt;/P&gt;&lt;P&gt;RangeCount(Above(Total Count({$&amp;lt;[QuoteData.QuoteSiteConversion]={'Yes'},[QuoteData.FYear]={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote]), 0, [QuoteData.fMonth]))&lt;BR /&gt;/&lt;BR /&gt;RangeCount(Above(Total Count({$&amp;lt;[QuoteData.FYear]={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote]), 0, [QuoteData.fMonth]))&lt;/P&gt;&lt;P&gt;Would appreciate some help with this!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2020 05:44:06 GMT</pubDate>
    <dc:creator>Blunck-TotalFitouts</dc:creator>
    <dc:date>2020-10-02T05:44:06Z</dc:date>
    <item>
      <title>YTD by month</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749054#M57587</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Within a pivot chart (see screen shot attached) I am using the following expression to show a conversion % per month for the 2020/2021 FY:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[QuoteData.QuoteSiteConversion]={'Yes'},QuoteData.FYear={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote])&lt;BR /&gt;/&lt;BR /&gt;count({$&amp;lt;QuoteData.FYear={'2020/2021'}&amp;gt;}distinct [QuoteData.Quote])&lt;/P&gt;&lt;P&gt;This works perfectly.&lt;/P&gt;&lt;P&gt;I now need to create a new expression, that shows the YTD conversion % as the months continue into the 2020/2021 FY. &amp;nbsp;Tried the following but not getting any luck.&lt;/P&gt;&lt;P&gt;RangeCount(Above(Total Count({$&amp;lt;[QuoteData.QuoteSiteConversion]={'Yes'},[QuoteData.FYear]={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote]), 0, [QuoteData.fMonth]))&lt;BR /&gt;/&lt;BR /&gt;RangeCount(Above(Total Count({$&amp;lt;[QuoteData.FYear]={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote]), 0, [QuoteData.fMonth]))&lt;/P&gt;&lt;P&gt;Would appreciate some help with this!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 05:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749054#M57587</guid>
      <dc:creator>Blunck-TotalFitouts</dc:creator>
      <dc:date>2020-10-02T05:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: YTD by month</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749069#M57588</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80479"&gt;@Blunck-TotalFitouts&lt;/a&gt;&amp;nbsp;Instead of RangeCount, You can use RangeSum like&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;RangeSum(Above(&lt;/STRONG&gt;&lt;/FONT&gt;Count({$&amp;lt;[QuoteData.QuoteSiteConversion]={'Yes'},QuoteData.FYear={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;count({$&amp;lt;QuoteData.FYear={'2020/2021'}&amp;gt;}distinct [QuoteData.Quote])&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;, 0,Rowno(TOTAL)))&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 06:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749069#M57588</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-10-02T06:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: YTD by month</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749349#M57617</link>
      <description>&lt;P&gt;Use “before “instead of “above “&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 14:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749349#M57617</guid>
      <dc:creator>talebmakrani</dc:creator>
      <dc:date>2020-10-03T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: YTD by month</title>
      <link>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749893#M57700</link>
      <description>&lt;P&gt;Thanks both, this worked in the end &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(RangeSum(Before(Total Count({$&amp;lt;[QuoteData.QuoteSiteConversion]={'Yes'},[QuoteData.FYear]={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote]), 0, [QuoteData.fMonth])))&lt;BR /&gt;/&lt;BR /&gt;(RangeSum(Before(Total Count({$&amp;lt;[QuoteData.FYear]={'2020/2021'}&amp;gt;} distinct [QuoteData.Quote]), 0, [QuoteData.fMonth])))&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/YTD-by-month/m-p/1749893#M57700</guid>
      <dc:creator>Blunck-TotalFitouts</dc:creator>
      <dc:date>2020-10-06T10:22:05Z</dc:date>
    </item>
  </channel>
</rss>

