<?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: QlikView - evaluate expression in chart object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28448#M511945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure, but when I try them in the text object... they seem to match with what I have in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196583_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 14:08:31 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-03-16T14:08:31Z</dc:date>
    <item>
      <title>QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28432#M511929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a pivot table with a dynamic expression as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( t01_dims_y._field = 'FRC min',&lt;/P&gt;&lt;P&gt;'Min(',&lt;/P&gt;&lt;P&gt;if( t01_dims_y._field = 'FRC med',&lt;/P&gt;&lt;P&gt;'Avg(',&lt;/P&gt;&lt;P&gt;if( t01_dims_y._field = 'FRC max',&lt;/P&gt;&lt;P&gt;'Max(' ) ) )&lt;/P&gt;&lt;P&gt;&amp;amp; 'Aggr(' &amp;amp;&lt;/P&gt;&lt;P&gt;if( t01_dims_x._field = 'RCV',&lt;/P&gt;&lt;P&gt;'sum(MovimIndustriale.ImportoUdc)',&lt;/P&gt;&lt;P&gt;if( t01_dims_x._field = 'CST',&lt;/P&gt;&lt;P&gt;'sum(1)' ) )&lt;/P&gt;&lt;P&gt;&amp;amp; ', %CodCommessa ))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it give me a valid expression as string.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How does is possible to evaluate it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I was trying the below expression but it doesn't works and I don't understand why:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( &lt;SPAN style="font-size: 13.3333px;"&gt; t01_dims_y._field = 'FRC min' and &lt;SPAN style="font-size: 13.3333px;"&gt;t01_dims_x._field = 'RCV',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Min( Aggr( sum(1), &lt;SPAN style="font-size: 13.3333px;"&gt;%CodCommessa ) ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if( &lt;SPAN style="font-size: 13.3333px;"&gt; t01_dims_y._field = 'FRC max' and &lt;SPAN style="font-size: 13.3333px;"&gt;t01_dims_x._field = 'RCV',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Max( Aggr( sum(1), &lt;SPAN style="font-size: 13.3333px;"&gt;%CodCommessa ) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;without using Aggr function it works !?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;the same behaviour occurs also using ValueList as dimension.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28432#M511929</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-14T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28433#M511930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your calculation goes over a single value of "t01_dims_y._field" because it is always one selected the you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=YourExpressionString)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not and you want to calculate it on a row-level of "t01_dims_y._field" then it won't be possible in this way because the $-sign expansion creates an adhoc-variable which could only have one value at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only practically way to handle such cases is the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(t01_dims_y._field, 'FRC min', 'FRC med', 'FRC max'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr1, expr2, expr3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28433#M511930</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-03-14T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28434#M511931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as I said above I already tried to use the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_y._field = 'FRC min' and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_x._field = 'RCV',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Min( Aggr( sum(1), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;%CodCommessa ) ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_y._field = 'FRC max' and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_x._field = 'RCV',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Max( Aggr( sum(1), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;%CodCommessa ) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;but it doesn't works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;it seems due by using the Aggr function in expr1/expr2/expr3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Why?&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28434#M511931</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-14T15:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28435#M511932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the given information it's not possible to say what didn't work like you expected it especially because you only says that it didn't work - but is there an error, 0 result or a wrong result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be that you didn't need this aggr or that you used the wrong dimensions for it or anything else isn't suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28435#M511932</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-03-14T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28436#M511933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the first If statement give me the correct result while all next if give me NULL value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28436#M511933</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-14T16:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28437#M511934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is no further matching as the first condition ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_y._field = 'FRC min' and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_x._field = 'RCV',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Min( Aggr( sum(1), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;%CodCommessa ) ),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_y._field = 'FRC max' and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_x._field = 'RCV',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Max( Aggr( sum(1), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;%CodCommessa ) ), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;'the second if returned never true and it is no further else-branch defined'&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28437#M511934</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-03-14T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28438#M511935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the second condition match because if a replace Max(Aggr(....&amp;nbsp; with sum(1) it show me 1 as result.&lt;/P&gt;&lt;P&gt;also if a move the second expression &lt;SPAN style="font-size: 13.3333px;"&gt;Max(Aggr(.... &lt;/SPAN&gt;inside the first IF condition it show me the correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it sound like a bug for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28438#M511935</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-14T16:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28439#M511936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just try it by evaluating your conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_y._field = 'FRC min'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;if( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;t01_dims_y._field = 'FRC max',&amp;nbsp; 'B', 'C'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28439#M511936</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-03-14T16:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28440#M511937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just try it and it works as expected.&lt;/P&gt;&lt;P&gt;i'm going to move this discussion in Qlik Bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28440#M511937</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-15T08:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28441#M511938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="77808" data-objecttype="3" href="https://community.qlik.com/people/mto" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;mto&lt;/A&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="171708" data-objecttype="3" href="https://community.qlik.com/people/stalwar1" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;stalwar1&lt;/A&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="4484" data-objecttype="3" href="https://community.qlik.com/people/stevedark" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;stevedark&lt;/A&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="218859" data-objecttype="3" href="https://community.qlik.com/people/loveisfail" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;loveisfail&lt;/A&gt;‌ &lt;SPAN style="font-size: 13.3333px;"&gt; take a look at this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28441#M511938</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-16T10:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28442#M511939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be easy to see if you can share a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 11:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28442#M511939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-16T11:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28443#M511940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached the sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28443#M511940</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-16T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28444#M511941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not entirely sure, but may be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(t01_dims_y._field = 'FRC min' and t01_dims_x._field = 'RCV',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Num(Min(Aggr($(vL.Budget.Ricavi), %CodCommessa&lt;SPAN style="color: #ff0000;"&gt;, t01_dims_x._field, t01_dims_y._field&lt;/SPAN&gt;)), '€ #.##0;-€ #.##0'), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(t01_dims_y._field = 'FRC med' and t01_dims_x._field = 'RCV',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Num(Avg(Aggr($(vL.Budget.Ricavi), %CodCommessa&lt;STRONG style=": ; color: #ff0000; font-size: 13.3333px;"&gt;, t01_dims_x._field, t01_dims_y._field&lt;/STRONG&gt;)), '€ #.##0;-€ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28444#M511941</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-16T13:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28445#M511942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with data reduced app it works as expected.&lt;/P&gt;&lt;P&gt;I attached also the same app with all data and there the same expression doesn't works.&lt;/P&gt;&lt;P&gt;it's a shame!&lt;/P&gt;&lt;P&gt;but why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28445#M511942</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-16T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28446#M511943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(t01_dims_y._field = 'FRC min' and t01_dims_x._field = 'RCV',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Num(Min(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; Aggr($(vL.Budget.Ricavi), %CodCommessa, t01_dims_x._field, t01_dims_y._field)), '€ #.##0;-€ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(t01_dims_y._field = 'FRC med' and t01_dims_x._field = 'RCV',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Num(Avg(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; Aggr($(vL.Budget.Ricavi), %CodCommessa, t01_dims_x._field, t01_dims_y._field)), '€ #.##0;-€ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28446#M511943</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-16T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28447#M511944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the results are wrong.&lt;/P&gt;&lt;P&gt;if you create a text object with the below expressions you can see the right results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Num(Min(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Aggr($(vL.Budget.Ricavi), %CodCommessa )), '€ #.##0;-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;€ #.##0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Num(Avg(Aggr($(vL.Budget.Ricavi), %CodCommessa )), '€ #.##0;-€ #.##0')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28447#M511944</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-16T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28448#M511945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure, but when I try them in the text object... they seem to match with what I have in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196583_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 14:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28448#M511945</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-16T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28449#M511946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here in text box you find the correct results.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="picture_01.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196584_picture_01.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 14:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28449#M511946</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-16T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28450#M511947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What expressions did you use? oh... you might have used the ones without the total, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 14:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28450#M511947</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-16T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView - evaluate expression in chart object</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28451#M511948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 14:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-evaluate-expression-in-chart-object/m-p/28451#M511948</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-03-16T14:19:20Z</dc:date>
    </item>
  </channel>
</rss>

