<?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: Pivot table condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231347#M392339</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;A possibility, but perhaps not as flexible, would be to create a parallel column in your ETL script, which has the same value for MonthYear for the 1st 12 months, but labels every MonthYear after that as '&amp;gt;1 Year'. You could then pivot on this new column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Azam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 12:15:29 GMT</pubDate>
    <dc:creator>a_mullick</dc:creator>
    <dc:date>2017-03-17T12:15:29Z</dc:date>
    <item>
      <title>Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231346#M392338</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;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to implement column for &amp;gt; 1 year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I have MonthYear column I am able to get all view after pivoting month year column except &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt; 1 year&lt;/SPAN&gt; column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 11:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231346#M392338</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-17T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231347#M392339</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;A possibility, but perhaps not as flexible, would be to create a parallel column in your ETL script, which has the same value for MonthYear for the 1st 12 months, but labels every MonthYear after that as '&amp;gt;1 Year'. You could then pivot on this new column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Azam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 12:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231347#M392339</guid>
      <dc:creator>a_mullick</dc:creator>
      <dc:date>2017-03-17T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231348#M392340</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;Please find attached sample QVW for this can you please suggest how to add&amp;gt;1 year column in my pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 06:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231348#M392340</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-20T06:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231349#M392341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trust that you are doing good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround you can opt for calculated dimension for &lt;SPAN style="font-size: 13.3333px;"&gt;AR_CustomerLedger.MonthYear&lt;/SPAN&gt; field. Below is sample expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14899927799405469 jive_text_macro" jivemacro_uid="_14899927799405469"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=If(Date(AR_CustomerLedger.MonthYear, 'MMM-YYYY') &amp;gt;= Date(AddMonths(Today(),-13), 'MMM-YYYY'), Date(AR_CustomerLedger.MonthYear, 'MMM-YYYY'), '&amp;gt; 1 Year')&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer sample application attached herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 06:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231349#M392341</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-20T06:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231350#M392342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply but i need to add &amp;gt;1 year column in my chart . can you please suggest after pivoting one of dimension in pivot table how is it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you Please refer my previous communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 08:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231350#M392342</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-20T08:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231351#M392343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently, table &lt;STRONG&gt;AR_CustomerLedger&lt;/STRONG&gt; has data for &lt;STRONG&gt;12 months only&lt;/STRONG&gt;. Therefore, pivot tables do not show column for "&lt;STRONG&gt;&amp;gt; 1 Year&lt;/STRONG&gt;". If you reload the application with more than 12 months data then you will see data for &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;gt; 1 Year&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I have modified the existing application for &lt;STRONG&gt;&amp;gt; 6 Months&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me If I misunderstood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 08:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231351#M392343</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-20T08:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231352#M392344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached sample app for reference .&lt;/P&gt;&lt;P&gt;Can you please suggest.&lt;/P&gt;&lt;P&gt;I need &amp;gt;1 year column view only for one selection 1 year data view in drop down box so that I am able to view 12 months data and &amp;gt;1 year column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 09:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231352#M392344</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-20T09:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231353#M392345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is as shown in attachment only for option 1 year selection &amp;gt; 1 year column should be displayed in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; below condition in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(Match([Not Paid in Last],'3 months','6 months','9 months','1 Year','&amp;gt; 1 Year'),Sum({&amp;lt;AR_CustomerLedger.MonthYear ={"&amp;gt;=$(=Date(addmonths(Max(AR_CustomerLedger.MonthYear), -2), 'MMM-YYYY'))"} &amp;gt;} AR_CustomerLedger.OpenAmount_Resolver),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;AR_CustomerLedger.MonthYear ={"&amp;gt;=$(=Date(addmonths(Max(AR_CustomerLedger.MonthYear), -5), 'MMM-YYYY'))"} &amp;gt;} AR_CustomerLedger.OpenAmount_Resolver),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;AR_CustomerLedger.MonthYear ={"&amp;gt;=$(=Date(addmonths(Max(AR_CustomerLedger.MonthYear), -8), 'MMM-YYYY'))"} &amp;gt;} AR_CustomerLedger.OpenAmount_Resolver),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;AR_CustomerLedger.MonthYear ={"&amp;gt;=$(=Date(addmonths(Max(AR_CustomerLedger.MonthYear), -11), 'MMM-YYYY'))"} &amp;gt;} AR_CustomerLedger.OpenAmount_Resolver),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;AR_CustomerLedger.MonthYear ={"&amp;gt;=$(=Date(addmonths(Max(AR_CustomerLedger.MonthYear), -20), 'MMM-YYYY'))"} &amp;gt;} AR_CustomerLedger.OpenAmount_Resolver)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to sort this app in descending order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 09:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231353#M392345</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-20T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231354#M392346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case it is showing the column as per requirement but in generated &amp;gt;1 year column value and &amp;gt;1 year view value in list box selection is not matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 13:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231354#M392346</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-20T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231355#M392347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you sharing your views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate more on this? Please share the updated application. This will help me to analyze the issue and provide your my feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 05:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231355#M392347</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-21T05:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231356#M392348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Rahul,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have shared my updated app in my previous thread.need to show below view in image for 1 year drop down selection only.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 06:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231356#M392348</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-21T06:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231357#M392349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking into this. Soon I will provide you updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231357#M392349</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-21T07:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231358#M392350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231358#M392350</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-21T09:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231359#M392351</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;Can you please help me out on this ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231359#M392351</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-21T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231360#M392352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not working for you or what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231360#M392352</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-21T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231361#M392353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thsi is not working for me as excepted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231361#M392353</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2017-03-21T10:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231362#M392354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As expected means, From here what are you looking to see. I am sorry if i miss something in this thread to read &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-condition/m-p/1231362#M392354</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-21T10:39:33Z</dc:date>
    </item>
  </channel>
</rss>

