<?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: Kindly help me on the below Query - Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354047#M415751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try something like this in expression:&lt;/P&gt;&lt;P&gt;Pick(Match(Actuality,'AC','BU'),sum({&amp;lt;Month={"&amp;gt;=$(=Max(Month)-1)"}&amp;gt;}ValueX),sum({&amp;lt;Month={"&amp;gt;=$(=Max(Month))"}&amp;gt;}ValueX))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 15:37:08 GMT</pubDate>
    <dc:creator>passionate</dc:creator>
    <dc:date>2017-06-12T15:37:08Z</dc:date>
    <item>
      <title>Kindly help me on the below Query - Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354046#M415750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Application Development&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From the given data source (fact.qvd), please create QV Application with List Boxes and Pivot Table which looks and behaves as per described below:&lt;/P&gt;&lt;P&gt;Application contains:&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;1. List Box of Year and Month&lt;/LI&gt;&lt;LI&gt;2. Pivot Table which contains and is arranged as above picture&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;2.1. Dimensions of Period, Actuality, and CompanyCode&lt;/LI&gt;&lt;LI&gt;2.2. Expressions of sum of ValueX and ValueY&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #ff0000;"&gt;3. When select Year and Month, Pivot Table will display Actual (AC) and Budget (BU) values of the selected period and &lt;SPAN style="text-decoration: underline;"&gt;only&lt;/SPAN&gt; Actual (AC) value of previous period corresponding to the selected Year and Month. &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt; For example, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt; - When Year 2013 and Month 8 are selected, Pivot Table will display AC 201307, AC 201308, and BU 201308 of both expressions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt; - When Year 2013 and Month 7 are selected, Pivot Table will display AC 201306, AC 201307, and BU 201307 of both expressions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="color: #ff0000;"&gt; - so on and so forth&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any technique/option/setting which should be applied to make the application work properly, please do not hesitate to do so. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me on the 3rd Scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354046#M415750</guid>
      <dc:creator>venkanna_info</dc:creator>
      <dc:date>2017-06-12T13:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kindly help me on the below Query - Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354047#M415751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try something like this in expression:&lt;/P&gt;&lt;P&gt;Pick(Match(Actuality,'AC','BU'),sum({&amp;lt;Month={"&amp;gt;=$(=Max(Month)-1)"}&amp;gt;}ValueX),sum({&amp;lt;Month={"&amp;gt;=$(=Max(Month))"}&amp;gt;}ValueX))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 15:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354047#M415751</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-06-12T15:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kindly help me on the below Query - Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354048#M415752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but that expression is showing sum of valuesX and sum of valuesY witch i can achieve by giving Sum(valueX) and Sum(valueY) in expression but i want to keep acctuality AC as previous selection for both valueX and ValueY, plz go through the question2 you will understand clearly,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 16:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kindly-help-me-on-the-below-Query-Pivot-Table/m-p/1354048#M415752</guid>
      <dc:creator>venkanna_info</dc:creator>
      <dc:date>2017-06-12T16:19:30Z</dc:date>
    </item>
  </channel>
</rss>

