<?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: Set Analysis Challenge in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510647#M1771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood you correctly I think you want to place the value of 5093.211 in all the rows in Value 3 e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="392"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl22" height="17" width="98"&gt;Country&lt;/TD&gt;&lt;TD class="xl23" width="98"&gt;Value2&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="98"&gt;Value3&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="98"&gt;Desired Value 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;GBR&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;478.658&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;DEU&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5921.855&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;680&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;ESP&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;4227.89&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;68&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;FRA&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;2059.342&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;119&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to do this is to use the field value and field index functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldIndex will detect the row in which the GBR value exists.&amp;nbsp; Field value will call the value of Value 3 when Country is GBR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression to do this is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(FieldValue('Value3',FieldIndex('Country','GBR')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will generate a value in each row which you could use to e.g. compare each country's figure with that of GBR.&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;=Sum(Value3)-Sum(FieldValue('Value3',FieldIndex('Country','GBR')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 23:05:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-22T23:05:43Z</dc:date>
    <item>
      <title>Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510646#M1770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table , with Country as a Dimension, and two metrics : Value2 and Value3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table looks like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44396" class="jive-image" alt="Table.png" src="https://community.qlik.com/legacyfs/online/44396_Table.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to put the Value3 for GBR in all the other Countries. Is there any way to do it by set Analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510646#M1770</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-07-22T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510647#M1771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood you correctly I think you want to place the value of 5093.211 in all the rows in Value 3 e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="392"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl22" height="17" width="98"&gt;Country&lt;/TD&gt;&lt;TD class="xl23" width="98"&gt;Value2&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="98"&gt;Value3&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="98"&gt;Desired Value 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;GBR&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;478.658&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;DEU&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5921.855&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;680&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;ESP&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;4227.89&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;68&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="17" style="border-top: none;"&gt;FRA&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;2059.342&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;119&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;5093.211&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to do this is to use the field value and field index functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldIndex will detect the row in which the GBR value exists.&amp;nbsp; Field value will call the value of Value 3 when Country is GBR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression to do this is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(FieldValue('Value3',FieldIndex('Country','GBR')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will generate a value in each row which you could use to e.g. compare each country's figure with that of GBR.&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;=Sum(Value3)-Sum(FieldValue('Value3',FieldIndex('Country','GBR')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510647#M1771</guid>
      <dc:creator />
      <dc:date>2013-07-22T23:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510648#M1772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's what I want to do. I'm trying to do it like you do. But I can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coud you attach a dummy example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance Steven.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510648#M1772</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-07-22T23:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510649#M1773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Marcel&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;No problem.&amp;nbsp; I've attached a working example.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The example uses an inline load to replicate the first few lines of your data&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;LOAD * INLINE [&lt;/DIV&gt;&lt;DIV&gt;Country, Value2, Value3&lt;/DIV&gt;&lt;DIV&gt; GBR,478.658,5093.211&lt;/DIV&gt;&lt;DIV&gt; DEU,5921.855,680&lt;/DIV&gt;&lt;DIV&gt; ESP,4227.890,68&lt;/DIV&gt;&lt;DIV&gt; FRA,2059.342,119&lt;/DIV&gt;&lt;DIV&gt;];&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I then created a pivot chart using the Country as the Dimension.&amp;nbsp; The three expressions I used to create the Value2 and Value3 and the GBR Value3 values were as follows:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Value 2&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;=Sum(Value2)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Value3&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;Sum(Value3)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;GBR Value3&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;=Sum(FieldValue('Value3',FieldIndex('Country','GBR')))&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I then added another three expressions to show the comparison between the country represented by the row and the GBR value.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;GBR-Value3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=Sum(FieldValue('Value3',FieldIndex('Country','GBR')))-Sum(Value3)&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;GBR-Value2&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;=Sum(FieldValue('Value3',FieldIndex('Country','GBR')))-Sum(Value2)&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;% of GBR&lt;/STRONG&gt; &lt;P&gt;num(&lt;/P&gt;&lt;P&gt;Sum(Value2)&lt;/P&gt;&lt;P&gt;/Sum(FieldValue('Value3',FieldIndex('Country','GBR')))&lt;/P&gt;&lt;P&gt;,'0.00%')&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The final pivot table is:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 686px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" style="text-align: left;" width="98"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center; border-left-style: none;" width="98"&gt;&lt;STRONG&gt;Value2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center; border-left-style: none;" width="98"&gt;&lt;STRONG&gt;Value3&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center; border-left-style: none;" width="98"&gt;&lt;STRONG&gt;GBR Value3&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center; border-left-style: none;" width="98"&gt;&lt;STRONG&gt;GBR-Value3&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center; border-left-style: none;" width="98"&gt;&lt;STRONG&gt;GBR-Value2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center; border-left-style: none;" width="98"&gt;&lt;STRONG&gt;% of GBR&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-top-style: none;"&gt;GBR&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;478.658&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5093.211&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5093.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;4614.553&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;9.40%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="text-align: left; border-top-style: none;"&gt;DEU&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5921.855&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;680&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5093.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;4413.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;-828.644&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;116.27%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="text-align: left; border-top-style: none;"&gt;ESP&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;4227.89&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;68&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5093.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5025.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;865.321&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;83.01%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="text-align: left; border-top-style: none;"&gt;FRA&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;2059.342&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;119&lt;/TD&gt;&lt;TD style="text-align: right; border-top-style: none; border-left-style: none;"&gt;5093.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;4974.211&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;3033.869&lt;/TD&gt;&lt;TD align="right" style="text-align: right; border-top-style: none; border-left-style: none;"&gt;40.43%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The single quotes in the expression for GBR Value3 are important as the functions won't work properly without them.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I hope that explains my solution and helps to resolve your question.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Kind regards&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Steve&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 01:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510649#M1773</guid>
      <dc:creator />
      <dc:date>2013-07-23T01:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510650#M1774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow! That's amazing Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I see why it doesn't work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that I have a complex model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Dimension1, ...., DimensionN and Metric1,...,MetricN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;and my sum(Value3) looks like sum( {$&amp;lt; Value1={'1'}, Value2 ={'2'} &amp;gt;} Value3).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;Maybe the clue is to get an unique key with Dimension1&amp;amp;'-'&amp;amp;Dimension2&amp;amp;'-'&amp;amp;.....&amp;amp;DimensionN as link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and get as well an unique value per each unique dimension.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 02:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510650#M1774</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-07-23T02:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510651#M1775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a general approach, I would use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Country={GBR}&amp;gt;}TOTAL Value3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTAL escapes the dimension you are in, Combining that with what you posted above it would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum( {$&amp;lt; Value1={'1'}, Value2 ={'2'}, Country={GBR} &amp;gt;} TOTAL Value3).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 05:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510651#M1775</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-07-23T05:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510652#M1776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Value3 write this expression--&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Country&amp;lt;&amp;gt;'GBR','5.093.211E',Value3)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 05:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510652#M1776</guid>
      <dc:creator />
      <dc:date>2013-07-23T05:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Challenge</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510653#M1777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice approach Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it looks like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44402" class="jive-image" alt="Tram.png" src="https://community.qlik.com/legacyfs/online/44402_Tram.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be divided by "FieldTram" as well, and it must be selected by year, month and another temporal values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help Rob. I almost got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Set-Analysis-Challenge/m-p/510653#M1777</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-07-23T06:04:57Z</dc:date>
    </item>
  </channel>
</rss>

