<?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 Scatter Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230794#M82600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using this:&lt;/P&gt;&lt;P&gt;Aggr( Avg( REVENUE) , COMPANIES)&lt;/P&gt;&lt;P&gt;then you can use&lt;/P&gt;&lt;P&gt;max( Aggr( Avg( REVENUE) , COMPANIES) ) as your axis expression.&lt;/P&gt;&lt;P&gt;If you want the sum, the expression would be very similar:&lt;/P&gt;&lt;P&gt;max( Aggr( sum( REVENUE) , COMPANIES) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2011 20:43:26 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-04-26T20:43:26Z</dc:date>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230791#M82597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;Now I need to create a scatter chart.&lt;/P&gt;&lt;P&gt;At the X axes I'll have the revenue and at the Y axes I'll have the satisfaction, and the points will be our companies.&lt;/P&gt;&lt;P&gt;I have lots of information about our companies.&lt;BR /&gt;&lt;BR /&gt;On the Satisfaction.xls sheet I have the customers feedback from our companies and to calculate the average of each company I'm just using the exmpression: =avg([SATISFACTION]). It's working good.&lt;/P&gt;&lt;P&gt;At the Revenue.xls I have the revenue of our companies, and to calculate the total revenue of our companies I'm just using the expression: = sum([REVENUE]). But it's not working, because the chart is showing the same value of revenue for all of our companies. and the values showed is the GLOBAL TOTAL, and not the revenue for that specific compani.&lt;/P&gt;&lt;P&gt;How can I fix this problem?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 19:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230791#M82597</guid>
      <dc:creator />
      <dc:date>2011-04-26T19:49:32Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230792#M82598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Maybe use aggr function&lt;/P&gt;&lt;P&gt;Aggr( Avg( SATISFACTION) , COMPANIES)&lt;/P&gt;&lt;P&gt;Aggr( Avg( REVENIUE) , COMPANIES)&lt;/P&gt;&lt;P&gt;Let me know if it works&lt;/P&gt;&lt;P&gt;If not can you post a screenshot of thr DataModel (CTRL+T)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230792#M82598</guid>
      <dc:creator />
      <dc:date>2011-04-26T20:25:22Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230793#M82599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greate idea,&lt;/P&gt;&lt;P&gt;It solved my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I have another problem.&lt;/P&gt;&lt;P&gt;In order to adjust the size of my chart on the X axes, I would like to create an expression to let the chart show the max value of all companies. Like if the QlikView calculated the revenue of all companies and then show the value of the biggest one.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;In other words to be more clear&lt;/P&gt;&lt;P&gt;how can I create an expression to show only the total amout of revenue of the BEST companies in terms of revenue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230793#M82599</guid>
      <dc:creator />
      <dc:date>2011-04-26T20:36:12Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230794#M82600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using this:&lt;/P&gt;&lt;P&gt;Aggr( Avg( REVENUE) , COMPANIES)&lt;/P&gt;&lt;P&gt;then you can use&lt;/P&gt;&lt;P&gt;max( Aggr( Avg( REVENUE) , COMPANIES) ) as your axis expression.&lt;/P&gt;&lt;P&gt;If you want the sum, the expression would be very similar:&lt;/P&gt;&lt;P&gt;max( Aggr( sum( REVENUE) , COMPANIES) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230794#M82600</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-26T20:43:26Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230795#M82601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greate!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now, I have another problem.&lt;BR /&gt;&lt;BR /&gt;Some of the companies do not have it's name on the revenue datasheet, but they have on the satisfaction datasheet. So, how can I create an expression to do not show the companies that are not listed on one of those 2 datasheets?&lt;/P&gt;&lt;P&gt;Actually, they are presented as ZERO in the X axes.&lt;BR /&gt;I don't want to see than!&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230795#M82601</guid>
      <dc:creator />
      <dc:date>2011-04-26T20:53:37Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230796#M82602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a flag in the script in the revenu file&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Company , revenu , 1 as Flag_Rev&lt;/P&gt;&lt;P&gt;from Revenu.xls&lt;/P&gt;&lt;P&gt;Then create a listbox with Flag_Rev, then select only the compagny with Flag_Rev=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230796#M82602</guid>
      <dc:creator />
      <dc:date>2011-04-26T20:57:24Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230797#M82603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps a calculated dimension like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;aggr(if(avg(SATISFACTION) and sum(REVENUE),COMPANIES),COMPANIES)&lt;/P&gt;&lt;P&gt;For higher performance, load a "Company with both Satisfaction and Revenue" field in your script and use that as the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 02:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230797#M82603</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-27T02:04:10Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230798#M82604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it didn't worked.&lt;/P&gt;&lt;P&gt;Actually, I have 1 dimension and 2 expressions&lt;/P&gt;&lt;P&gt;The dimension is the [Service Center Nickname] and the expressions are:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Claim total:&lt;/STRONG&gt; =num(SUM({&amp;lt;UNIQUE_FLAG={1}, [Status Claim] -={Cancelled}&amp;gt;}([Claim Total])*pick(match([Currency],'EUR','USD','BRL'),EUR,USD,BRL)),'USD #,##0.00', '.',',')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NPS:&lt;/STRONG&gt; =avg([NPS])&lt;/P&gt;&lt;P&gt;What I would like to do is:&lt;BR /&gt;When the [Service Center Nickname] do not have a value of [Claim Total], then do not show anything. Neither the Claim Total, nor the NPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230798#M82604</guid>
      <dc:creator />
      <dc:date>2011-04-27T13:16:56Z</dc:date>
    </item>
    <item>
      <title>Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230799#M82605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;kellyhbastos wrote:No, it didn't worked.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Worked for me. See attached. Did I misunderstand the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 19:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Chart/m-p/230799#M82605</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-27T19:21:20Z</dc:date>
    </item>
  </channel>
</rss>

