<?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: Displaying data in Scatter Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495097#M481981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg for the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is the frustrating thing - I created two tables to make sure the results I was getting would work before I tried to create the chart.&amp;nbsp; Both tables create the results I would like to plot of the chart - see below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very odd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You second point might be the issue each of the response levels have either 4 or 5 values per User Profile - however the expression is returning the Max value so reducing it to one result per User Profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions you or others might have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TableMax 1.png" class="jive-image" src="/legacyfs/online/46324_TableMax 1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TableMax 2.png" class="jive-image" src="/legacyfs/online/46331_TableMax 2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Sep 2013 12:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-08T12:16:04Z</dc:date>
    <item>
      <title>Displaying data in Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495095#M481979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community, stuck on this issue and doesn't seem to be logical - I've create several scatter chart before but can't get the data to display!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it was something to do with the fact that I'm using IF statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or direction would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the following settings.... (sorry about the size of the expressions)! and all I get is "No Data to Display"&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;User_Profile_ID_SourceDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;X Axes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(Response_Level_1='Collaborate',&lt;/P&gt;&lt;P&gt;if( Sum({$&amp;lt;Source_Key={1}&amp;gt;}&amp;nbsp; Ans_Percent)/Sum({$&amp;lt;Source_Key={1}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)&lt;/P&gt;&lt;P&gt;= max(total &amp;lt;User_Profile_ID_SourceDB, Ans_Percent&amp;gt; aggr(Sum({$&amp;lt;Source_Key={1}&amp;gt;}&amp;nbsp; Ans_Percent)/Sum({$&amp;lt;Source_Key={1}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent), User_Profile_ID_SourceDB, Response_Level_1)),&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sum({$&amp;lt;Source_Key={1}&amp;gt;}&amp;nbsp; Ans_Percent)/Sum({$&amp;lt;Source_Key={1}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent))&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Y Axes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(Response_Level_4='Desk',&lt;/P&gt;&lt;P&gt;if( if(Response_Level_2B='Office',(sum ({$&amp;lt;Source_Key={2},Response_Level_2={'Office'}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)/sum ({$&amp;lt;Source_Key={2}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)/1)*sum ({$&amp;lt;Source_Key={3}, Response_Level_2={'Desk'}&amp;gt;}Ans_Percent)/sum ({$&amp;lt;Source_Key={3}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent),if(Source_Key=2,sum ({$&amp;lt;Source_Key={2}&amp;gt;} Ans_Percent)/sum ({$&amp;lt;Source_Key={2}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent),0)) &lt;/P&gt;&lt;P&gt;= max(total &amp;lt;User_Profile_ID_SourceDB, Ans_Percent&amp;gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;aggr( if(Response_Level_2B='Office',(sum ({$&amp;lt;Source_Key={2},Response_Level_2={'Office'}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)/sum ({$&amp;lt;Source_Key={2}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)/1)*sum ({$&amp;lt;Source_Key={3}&amp;gt;}Ans_Percent)/sum ({$&amp;lt;Source_Key={3}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent),if(Source_Key=2,sum ({$&amp;lt;Source_Key={2}&amp;gt;}Ans_Percent)/sum ({$&amp;lt;Source_Key={2}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent),0))&lt;/SPAN&gt;, User_Profile_ID_SourceDB, Response_Level_4)),&lt;/P&gt;&lt;P&gt;if(Response_Level_2B='Office',(sum ({$&amp;lt;Source_Key={2},Response_Level_2={'Office'}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)/sum ({$&amp;lt;Source_Key={2}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent)/1)*sum ({$&amp;lt;Source_Key={3}&amp;gt;}Ans_Percent)/sum ({$&amp;lt;Source_Key={3}&amp;gt;}TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent),if(Source_Key=2,sum ({$&amp;lt;Source_Key={2}&amp;gt;}Ans_Percent)/sum ({$&amp;lt;Source_Key={2}&amp;gt;} TOTAL&amp;lt;User_Profile_ID_SourceDB&amp;gt; Ans_Percent),0))))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Sep 2013 14:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495095#M481979</guid>
      <dc:creator />
      <dc:date>2013-09-07T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying data in Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495096#M481980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One possible problem might be caused by the "=" signs in the middle of both expressions, I think this might be a wrong syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possible problem is the use of the fields like Response_Level outside of the aggregation functions - if by any chance one of those fields may have multiple available values per&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;User_Profile_ID_SourceDB&lt;/SPAN&gt;, you are likely to get null() values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I usually do in those cases is convert the chart to a Straight Table and examine my expressions there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.masterssummit.com/"&gt;www.masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.naturalsynergies.com/"&gt;www.naturalsynergies.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Sep 2013 19:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495096#M481980</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-09-07T19:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying data in Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495097#M481981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg for the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is the frustrating thing - I created two tables to make sure the results I was getting would work before I tried to create the chart.&amp;nbsp; Both tables create the results I would like to plot of the chart - see below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very odd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You second point might be the issue each of the response levels have either 4 or 5 values per User Profile - however the expression is returning the Max value so reducing it to one result per User Profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions you or others might have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TableMax 1.png" class="jive-image" src="/legacyfs/online/46324_TableMax 1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TableMax 2.png" class="jive-image" src="/legacyfs/online/46331_TableMax 2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 12:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495097#M481981</guid>
      <dc:creator />
      <dc:date>2013-09-08T12:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying data in Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495098#M481982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notice that the first table only returns results in the individual rows, but not at the total level. Try removing Response_Level_1 from the list of dimensions and see if you are still getting results.Same with the second table - it looks like you replaced "Expression total" with "Sum of Rows" and therefore you are getting such a high % as a result. Try removing Response_Level_4 from the list of dimensions and see what results you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally speaking, I'd try to find a way to simplify your calculations and to reduce the use of conditions, either using pre-calculated flags or by re-engineering the whole calculation in a different way. It's hard to give you more specific directions without spending the time to understand your business problem and your requirements...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 17:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495098#M481982</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-09-08T17:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying data in Scatter Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495099#M481983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg, thanks for the information.&amp;nbsp; For the Scatter Chart I had actually removed those dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to be better when I just tried adding them! the girds appeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep working on it, has to be an answer - and appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-data-in-Scatter-Chart/m-p/495099#M481983</guid>
      <dc:creator />
      <dc:date>2013-09-09T07:23:51Z</dc:date>
    </item>
  </channel>
</rss>

