<?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 changes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-changes/m-p/1268850#M518066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension use valuelist &lt;/P&gt;&lt;P&gt;Valuelist ('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Timeperiod','Forecast', 'Actual - Planned', 'Forecast - Planned')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;If (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Valuelist ('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Timeperiod','Forecast', 'Actual - Planned', 'Forecast - Planned') ='Timeperiod'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;,expressionfortimeperiod,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Valuelist ('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Timeperiod','Forecast', 'Actual - Planned', 'Forecast - Planned') ='forecast',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression for forecast,&lt;/P&gt;&lt;P&gt;...and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 19:55:38 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-01-31T19:55:38Z</dc:date>
    <item>
      <title>Expression changes</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-changes/m-p/1268849#M518065</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;I am facing an issue in frond end.there is a pivot table with below Dimension and Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Pick(Dim, Timeperiod,'Forecast', 'Actual - Planned', 'Forecast - Planned')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=Pick(Dim, Sum(Value),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; top(Sum(Value), RangeMax(ColumnNo()-1,1)),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;Sum({&amp;lt;Timeperiod = {'Actual'}&amp;gt;}Value)-(Sum({&amp;lt;Timeperiod = {'Planned'}&amp;gt;}Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Top(Sum(Value), RangeMax(ColumnNo()-1, 1)))-(Sum({&amp;lt;Timeperiod = {'Planned'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; I am getting correct result but problem is representation of Object. There is no fields as dimension like 'Forecast',&lt;SPAN style="font-size: 13.3333px;"&gt;'Actual - Planned', 'Forecast - Planned' using pick function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont want single expression&amp;nbsp; there any other option instead of pick function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need below Individual Expression in chart as per requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forecast :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;top(Sum(Value), RangeMax(ColumnNo()-1,1)),&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Actual-Planned:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Timeperiod = {'Actual'}&amp;gt;}Value)-(Sum({&amp;lt;Timeperiod = {'Planned'}&amp;gt;}Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Forecast-Planned:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;(Top(Sum(Value), RangeMax(ColumnNo()-1, 1)))-(Sum({&amp;lt;Timeperiod = {'Planned'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-changes/m-p/1268849#M518065</guid>
      <dc:creator />
      <dc:date>2017-01-31T19:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression changes</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-changes/m-p/1268850#M518066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension use valuelist &lt;/P&gt;&lt;P&gt;Valuelist ('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Timeperiod','Forecast', 'Actual - Planned', 'Forecast - Planned')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;If (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Valuelist ('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Timeperiod','Forecast', 'Actual - Planned', 'Forecast - Planned') ='Timeperiod'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;,expressionfortimeperiod,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Valuelist ('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Timeperiod','Forecast', 'Actual - Planned', 'Forecast - Planned') ='forecast',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression for forecast,&lt;/P&gt;&lt;P&gt;...and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-changes/m-p/1268850#M518066</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-31T19:55:38Z</dc:date>
    </item>
  </channel>
</rss>

