<?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 Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403794#M150215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Pivot table with 5 dimensions one of which is Month that I have pivoted.&lt;/P&gt;&lt;P&gt;I have written expression as &lt;/P&gt;&lt;P&gt;(sum({&amp;lt; Month = {'&amp;gt;=$(=(Max(Month))) &amp;lt;=$(=(Max(Month)+2))'} &amp;gt;} SalesValue)/ $(varConversionRate)&lt;/P&gt;&lt;P&gt;which gives me 3 months data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the curreny field with values as LCY( Local currency) and USD. and the currency Rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select LCY, it should show actual values from the DB.&lt;/P&gt;&lt;P&gt;When I select USD, it should apply the currency Rate and then display the values for the 3 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I select USD, the USD rate is getting applied only for current month and not for other 2 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can one help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 06:13:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-24T06:13:10Z</dc:date>
    <item>
      <title>Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403794#M150215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Pivot table with 5 dimensions one of which is Month that I have pivoted.&lt;/P&gt;&lt;P&gt;I have written expression as &lt;/P&gt;&lt;P&gt;(sum({&amp;lt; Month = {'&amp;gt;=$(=(Max(Month))) &amp;lt;=$(=(Max(Month)+2))'} &amp;gt;} SalesValue)/ $(varConversionRate)&lt;/P&gt;&lt;P&gt;which gives me 3 months data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the curreny field with values as LCY( Local currency) and USD. and the currency Rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select LCY, it should show actual values from the DB.&lt;/P&gt;&lt;P&gt;When I select USD, it should apply the currency Rate and then display the values for the 3 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I select USD, the USD rate is getting applied only for current month and not for other 2 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can one help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 06:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403794#M150215</guid>
      <dc:creator />
      <dc:date>2013-05-24T06:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403795#M150216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Apurva &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please create sample application and attach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 06:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403795#M150216</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-05-24T06:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403796#M150217</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;&lt;/P&gt;&lt;P&gt;You please try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=(Sum({&amp;lt; Month = {'&amp;gt;=$(=MonthStart(Max(Month))) &amp;lt;=$(=MonthEnd(Max(Month),2))'} &amp;gt;} SalesValue)/ $(varConversionRate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;I hope this is helpful to you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 07:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403796#M150217</guid>
      <dc:creator />
      <dc:date>2013-05-24T07:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403797#M150218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amuthabharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the above... but still it is not working.&lt;/P&gt;&lt;P&gt;The USD rate is getting applied only for the current selected month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 04:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403797#M150218</guid>
      <dc:creator />
      <dc:date>2013-05-27T04:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403798#M150219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403798#M150219</guid>
      <dc:creator />
      <dc:date>2013-05-29T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403799#M150220</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;Please show the expression contained in &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;varConversionRate&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403799#M150220</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-05-29T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403800#M150221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Currency = 'USD', varCurrencyRate, 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403800#M150221</guid>
      <dc:creator />
      <dc:date>2013-05-29T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403801#M150222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;varCurrencyRate&lt;/SPAN&gt; a variable with a fixed rate amount, or is it another expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403801#M150222</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-05-29T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403802#M150223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not a fixed rate.&amp;nbsp; I am picking it from url and storing in qvd day wise and then as per year/mnth/day selections, getting the rate and applying it when USD is selected.&amp;nbsp; similarly I have done in other sales report and it is working. Only difference was that the other sales report is a monthly report and this is a report with 3 months data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403802#M150223</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403803#M150224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That implies that &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;varCurrencyRate&lt;/SPAN&gt; is a field that is associated in some way with the date of the sale. It might help if you could post your model or a sample. You can scramble the data if the information is sensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table/m-p/403803#M150224</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-05-29T11:42:47Z</dc:date>
    </item>
  </channel>
</rss>

