<?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: Dimensions on datapoints in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570051#M479620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can download it (attachment) 2&amp;nbsp; post above, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.818181991577148px;"&gt;Jan 27, 2014 3:07 PM&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 14:04:12 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-01-30T14:04:12Z</dc:date>
    <item>
      <title>Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570042#M479611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several types of country scores. In a chart I am using one score-type as an expression and the other score-types as dimensions. This enables me to investigate correlations between the scores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a line chart in which all the data points are displayed as symbols. I can simply add the values of the score type which I use as an expression to the data points/symbols. But how can I add the country names (dimension values) to the data points/symbols?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 17:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570042#M479611</guid>
      <dc:creator>mcornips</dc:creator>
      <dc:date>2014-01-26T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570043#M479612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it what you are looking for?&lt;/P&gt;&lt;P&gt;if not, kindly load your apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 17:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570043#M479612</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-26T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570044#M479613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can make a calculated dimension by concatenating country names and first scores:&lt;/P&gt;&lt;P&gt;= CountryName &amp;amp; ' - ' &amp;amp; FirstScore&lt;/P&gt;&lt;P&gt;then sort this dimension by Maxstring(FirstScore&amp;amp;CountryName) ascending for example.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 17:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570044#M479613</guid>
      <dc:creator />
      <dc:date>2014-01-26T17:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570045#M479614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can change your score expression to have a text and a num value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(Country &amp;amp; chr(10) &amp;amp; num(Sum(Score), ',#,##0'), Sum(Score))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flag "Value on Data Points" in "Expression" tab&lt;/P&gt;&lt;P&gt;set "Expression Default" as "Number Format Settings" in Number tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="105372.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52112_105372.jpg" style="width: 620px; height: 295px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 20:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570045#M479614</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-26T20:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570046#M479615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All answers are helpful. You are showing the dimension 'country' on the X-axis. My X-axis shows another score type as a dimension with a value range. The country dots display the country's score on the Y-axis and on the X-axis.&lt;/P&gt;&lt;P&gt;I just needed to add the field 'country' as an expression and then activate the 'Values on Data Points' and hide the lines or symbols for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have now is that countries with the same dimension scores are not displayed. Probably because he totalizes the scores for each dimension (which is another score).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 22:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570046#M479615</guid>
      <dc:creator>mcornips</dc:creator>
      <dc:date>2014-01-26T22:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570047#M479616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the attached QVW the score_B values 7 and 9 do not show a country since more countries do have these values 7 and 9 on Score_B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 23:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570047#M479616</guid>
      <dc:creator>mcornips</dc:creator>
      <dc:date>2014-01-26T23:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570048#M479617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that I see your chart I think is better to use a scatter chart for showing scores relations (see here &lt;A href="http://eu.demo.qlik.com/detail.aspx?appName=Data%20Visualization.qvw" title="http://eu.demo.qlik.com/detail.aspx?appName=Data%20Visualization.qvw"&gt;Qlik Demos: See QlikView in Action | Demo.Qlik.Com&lt;/A&gt; for when to use which chart)&lt;/P&gt;&lt;P&gt;See attachment, second tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570048#M479617</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-27T14:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570049#M479618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks a lot Massimo, That is was the chart I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 08:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570049#M479618</guid>
      <dc:creator>mcornips</dc:creator>
      <dc:date>2014-01-29T08:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570050#M479619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please resend me the QVW you send me with this solution?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 13:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570050#M479619</guid>
      <dc:creator>mcornips</dc:creator>
      <dc:date>2014-01-30T13:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions on datapoints</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570051#M479620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can download it (attachment) 2&amp;nbsp; post above, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.818181991577148px;"&gt;Jan 27, 2014 3:07 PM&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-on-datapoints/m-p/570051#M479620</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-30T14:04:12Z</dc:date>
    </item>
  </channel>
</rss>

