<?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: Expression on display 3 Months data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144112#M374560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan, for 'Tier1- One Month', using the adpated expression I set for tier 2:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Month=,MonthYear={"$(=Date($(vMonth),'MMM YY'))","$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)), FCT_SETUP_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This are the Ids counted:&lt;/P&gt;&lt;P&gt;Jun 16: 5794890;5794891;5794954;5795185;5795328;5795372;5795406;5795447;5795585; 5795628;5796520;5805215;5805646&lt;/P&gt;&lt;P&gt;May 16: 5795330;5795407;5796200;5797308&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me wich ids should have been counted in this cells to check the differences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2016 11:54:07 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2016-08-08T11:54:07Z</dc:date>
    <item>
      <title>Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144108#M374556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to display 3 Months information on charts.i am able to display current month data.&lt;/P&gt;&lt;P&gt;Not able to display rest of 2 months based on selection.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="133842" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133842_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;i have attached sample app. please help to me get 3months information.&lt;/P&gt;&lt;P&gt;any expression modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2016 10:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144108#M374556</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-07T10:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144109#M374557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 06:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144109#M374557</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-08T06:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144110#M374558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan, I think you only need to set the same set analisys in the first Count to avoid the filter applied by the vertical dimension, in example, for tier 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(&lt;STRONG&gt;{&amp;lt;Month=,MonthYear={&lt;SPAN style="color: #3366ff;"&gt;"$(=Date($(vMonth),'MMM YY'))"&lt;/SPAN&gt;,&lt;SPAN style="color: #339966;"&gt;"$(=Date($(vMonth)-30,'MMM YY'))"&lt;/SPAN&gt;,&lt;SPAN style="color: #800080;"&gt;"$(=Date($(vMonth)-60,'MMM YY'))"&lt;/SPAN&gt;}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={&lt;SPAN style="color: #3366ff;"&gt;"$(=Date($(vMonth),'MMM YY'))"&lt;/SPAN&gt;}&amp;gt;}FCT_SETUP_ID)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={&lt;SPAN style="color: #339966;"&gt;"$(=Date($(vMonth)-30,'MMM YY'))"&lt;/SPAN&gt;}&amp;gt;}FCT_SETUP_ID)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={&lt;SPAN style="color: #800080;"&gt;"$(=Date($(vMonth)-60,'MMM YY'))"&lt;/SPAN&gt;}&amp;gt;}FCT_SETUP_ID)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={&lt;SPAN style="color: #3366ff;"&gt;"$(=Date($(vMonth),'MMM YY'))"&lt;/SPAN&gt;}&amp;gt;}FCT_SETUP_ID)), FCT_SETUP_ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 09:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144110#M374558</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-08-08T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144111#M374559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you very much for reply.i am not getting actual count below chart indicate actual count.&lt;/P&gt;&lt;P&gt;please help me any expression mismatch.please find the sample app for your reference.Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133903_Capture.PNG" style="height: 375px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 11:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144111#M374559</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-08T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144112#M374560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan, for 'Tier1- One Month', using the adpated expression I set for tier 2:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Month=,MonthYear={"$(=Date($(vMonth),'MMM YY'))","$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)), FCT_SETUP_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This are the Ids counted:&lt;/P&gt;&lt;P&gt;Jun 16: 5794890;5794891;5794954;5795185;5795328;5795372;5795406;5795447;5795585; 5795628;5796520;5805215;5805646&lt;/P&gt;&lt;P&gt;May 16: 5795330;5795407;5796200;5797308&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me wich ids should have been counted in this cells to check the differences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 11:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144112#M374560</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-08-08T11:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144113#M374561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rube,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the list of ID's for 'Tier1- One Month', when i will month Jun'16 i have to get these counts on table.&lt;/P&gt;&lt;P&gt;please let me know if you need more information.&lt;/P&gt;&lt;P&gt;Jun'16(16)= 5795328,5805646,5795372,5794954,5795406,5795407,5795185,5805215,5795447,5794890,5795628,5794891,5795330,5796520,5797308,5796200&lt;/P&gt;&lt;P&gt;MAY'16(14)=&lt;/P&gt;&lt;P&gt;5795636,5794836,5795840,5795675,5790562,5803115,5805456,5795874,5795660,5795878,5795475,5795730,5795728,5795312&lt;/P&gt;&lt;P&gt;Apr'16(16)=&lt;/P&gt;&lt;P&gt;5795385,5795418,5795452,5795301,5794914,5794939,5790566,5792423,5794937,5805457,5795443,5795870,5795661,5792396,5795811,5795820&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144113#M374561</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-08T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144114#M374562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;here is the image having exact count any other way to get these count.its working only when i will select current.&lt;/P&gt;&lt;P&gt;previous months its not working.Thanks a lot for your help.&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133995_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 05:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144114#M374562</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-09T05:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144115#M374563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan, set analisys and $-expansions are done before the calculation of the table, so the $(vMonth) will return the same value in all columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option to avoid this is setting a different expression for each column, and each column should substract 0 or 2 months from vMonth, in example, for tier 1:&lt;/P&gt;&lt;P&gt;=Pick(ColumnNo(),&lt;/P&gt;&lt;P&gt;// ===== Column1 =====&lt;/P&gt;&lt;P&gt;count({&amp;lt;Month=&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date(AddMonths($(vMonth), -0),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)=1&lt;/P&gt;&lt;P&gt;and Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date(AddMonths($(vMonth), -0),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)), FCT_SETUP_ID)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ===== Column2 =====&lt;/P&gt;&lt;P&gt;count({&amp;lt;Month=,MonthYear={"$(=Date(AddMonths($(vMonth), -1),'MMM YY'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date(AddMonths($(vMonth), -1),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)=1 &lt;/P&gt;&lt;P&gt;and Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-60,'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date(AddMonths($(vMonth), -1),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)), FCT_SETUP_ID)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ===== Column3 =====&lt;/P&gt;&lt;P&gt;count({&amp;lt;Month=,MonthYear={"$(=Date(AddMonths($(vMonth), -2),'MMM YY'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date(AddMonths($(vMonth), -2),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)=1 &lt;/P&gt;&lt;P&gt;and Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-90,'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date(AddMonths($(vMonth), -2),'MMM YY'))"}&amp;gt;}FCT_SETUP_ID)), FCT_SETUP_ID))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AddMonths -0 is unnecesary I keep it only to show that it's the same expression for all columns but changing the set analisys for MonthYear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144115#M374563</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-08-09T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression on display 3 Months data</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144116#M374564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you rocks its working fine, Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 08:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-on-display-3-Months-data/m-p/1144116#M374564</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-09T08:35:18Z</dc:date>
    </item>
  </channel>
</rss>

