<?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: Colours in legend for the same dimension values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195745#M876265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm getiing a unique colour i want a different colour for differt values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 20:15:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-26T20:15:56Z</dc:date>
    <item>
      <title>Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195738#M876258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart in which i'm comparing the current month data, to the previous month data using two expressions&lt;/P&gt;&lt;P&gt;and two dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Legend as follows what i want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the countries should have same colours in comparision with previous month&lt;/P&gt;&lt;P&gt;if one country is green in colour in current month it should be the same colour in previous month&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142035_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195738#M876258</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195739#M876259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you share the application or expressions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195739#M876259</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-26T16:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195740#M876260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for current month&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=$(=max(MonthYear))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for previous month&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(=date(AddMonths(max(MonthYear),-1),'YYYYMM'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for pre previous month&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(=date(AddMonths(max(MonthYear),-2),'YYYYMM'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;A href="https://community.qlik.com/thread/234982"&gt;Top two values in current month comparing the same values with previous month&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;that is the thread where my application is and its name is 67.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;below iss the chart i japan is blue in colour in 2016 06 then it should be blue in colour in the previous month as well&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142061_pastedImage_11.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195740#M876260</guid>
      <dc:creator />
      <dc:date>2016-10-26T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195741#M876261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have 18 or fewer countries you can add this background color expression to each expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=color(FieldIndex('Country', &lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;Country&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more than 18 Country values you have to tweak the expression a bit like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=color(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; RangeMax(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Mod(FieldIndex('&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;Country&lt;/SPAN&gt;', &lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;Country&lt;/SPAN&gt;),18)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195741#M876261</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-26T17:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195742#M876262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;Thank god, i'm a very excited that you replied to me, i regularly follow your posts,&lt;/P&gt;&lt;P&gt;I have been struck in a an issue since the last 1 month&lt;/P&gt;&lt;P&gt;But the expression you provided is not working for me&lt;/P&gt;&lt;P&gt;i'm looking for something like this&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142062_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;fro three different countries three colours and and the same country in the previous month have the same colour as the current month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195742#M876262</guid>
      <dc:creator />
      <dc:date>2016-10-26T17:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195743#M876263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Rob Mentioned,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the expression -&amp;gt; Back Ground Expression -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Color Match for same ID-237764.PNG" class="jive-image image-1" src="/legacyfs/online/142085_Color Match for same ID-237764.PNG" style="height: 418px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195743#M876263</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195744#M876264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can u please atatch the sample qvw i tried it but not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195744#M876264</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195745#M876265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm getiing a unique colour i want a different colour for differt values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195745#M876265</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195746#M876266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do u need same color for every country,For every month right!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195746#M876266</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T20:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195747#M876267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195747#M876267</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195748#M876268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u Got u r desire output &lt;A href="https://community.qlik.com/qlik-users/150376"&gt;johncena&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195748#M876268</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T20:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195749#M876269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195749#M876269</guid>
      <dc:creator />
      <dc:date>2016-10-26T20:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195750#M876270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Can you post your sample app and mention u r requirement??&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195750#M876270</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T20:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195751#M876271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hirish's example works for me. My example wouldn't add anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your example qvw to help us understanding why it's not working for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I edited my orginal reply to show how to handle more than 18 (number of colors on the pallete) values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 22:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195751#M876271</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-26T22:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195752#M876272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob its working fine for me Thank you so much&lt;/P&gt;&lt;P&gt;I have created a legend (dummy legend) as below this legend is a chart(with suppressed expressions ) and how can i show the same colours in the below dummy legend for the same countries in the above chart&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142115_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 23:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195752#M876272</guid>
      <dc:creator />
      <dc:date>2016-10-26T23:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195753#M876273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;One of the toughest requirement is, comparing the top n values in current period to the same top n values in the previous period and pre previous period can you please help us in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to achive and the logical way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 23:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195753#M876273</guid>
      <dc:creator />
      <dc:date>2016-10-26T23:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195754#M876274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;You can use the same background color expression in your dummy legend / straight table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 00:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195754#M876274</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-27T00:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195755#M876275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As comparing Top n over periods seems like an entirely new question, I suggest you start a new thread on that question. And close this thread (by marking something correct) if the color question is answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 00:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195755#M876275</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-27T00:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Colours in legend for the same dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195756#M876276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob can you please find the thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1150037"&gt;Comapring Top n values in current month to the  same Top nvalues in  previous month&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 00:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-legend-for-the-same-dimension-values/m-p/1195756#M876276</guid>
      <dc:creator />
      <dc:date>2016-10-27T00:45:00Z</dc:date>
    </item>
  </channel>
</rss>

