<?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: Inserting a calculated expression into a pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632404#M1088910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much.&amp;nbsp; I have done what you have said and it is insering two columns into my pivot chart but unfortunately they have a nil value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 12:03:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-29T12:03:42Z</dc:date>
    <item>
      <title>Inserting a calculated expression into a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632401#M1088907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi i need help with something that i feel should be quite simple.&amp;nbsp; I am trying to compare data for 2 different years comparing current year and prior year budgets against a list of subjective codes.&amp;nbsp; My budgets are within a field called 'Type' and they are names 'Bud 2013-14' and 'Bud 2014-15' within it.&amp;nbsp; The subjective field is simply called 'Subjective'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can insert calculating items into a pivot table so i assumed it must be straighforward to do it on Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 10:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632401#M1088907</guid>
      <dc:creator />
      <dc:date>2014-05-29T10:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a calculated expression into a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632402#M1088908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Set Analysis here for comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one expression you can use something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exp1: Sum({$&amp;lt;Type='Bud 2013-14'&amp;gt;} budget) &lt;/P&gt;&lt;P&gt;exp2: Sum({$&amp;lt;Type='Bud 2014-15'&amp;gt;} budget) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Subjective&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 10:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632402#M1088908</guid>
      <dc:creator />
      <dc:date>2014-05-29T10:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a calculated expression into a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632403#M1088909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set your dimension as "Subjective"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto the expressions tab and create 2 expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LastYear: Sum({$&amp;lt;Type={'Bud 2013-14'}&amp;gt;} budget)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CurrentYear: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;Type={'Bud 2014-15'}&amp;gt;} budget)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 10:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632403#M1088909</guid>
      <dc:creator />
      <dc:date>2014-05-29T10:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a calculated expression into a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632404#M1088910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much.&amp;nbsp; I have done what you have said and it is insering two columns into my pivot chart but unfortunately they have a nil value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 12:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632404#M1088910</guid>
      <dc:creator />
      <dc:date>2014-05-29T12:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a calculated expression into a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632405#M1088911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the field names are correct as Qlikview is case sensitive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 12:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inserting-a-calculated-expression-into-a-pivot-chart/m-p/632405#M1088911</guid>
      <dc:creator />
      <dc:date>2014-05-29T12:58:22Z</dc:date>
    </item>
  </channel>
</rss>

