<?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 Background Color for Dimension that ignores a second dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445355#M571104</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 am creating a pivot table that shows a person's rank per competition like this screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22547" class="jive-image" alt="Pivot Table Test.PNG" src="/legacyfs/online/22547_Pivot Table Test.PNG" /&gt;&lt;/P&gt;&lt;P&gt;The person column needs to get a background color, green if a Person has a Rank 1 over all Competitions and red otherwise. I have used the following code to do this:&amp;nbsp; if(min(Rank)=1,RGB(0,250,0),RGB(250,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, Person B gets the color red, while he has a Rank 1 in Competition Y. So my guess is that my expression only looks at the first column after Person (i.e. looks at only the first Competition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can adjust my expression to check all Competitions for a Rank 1 and change the Person's background to green? The file is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 14:47:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-26T14:47:47Z</dc:date>
    <item>
      <title>Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445355#M571104</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 am creating a pivot table that shows a person's rank per competition like this screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22547" class="jive-image" alt="Pivot Table Test.PNG" src="/legacyfs/online/22547_Pivot Table Test.PNG" /&gt;&lt;/P&gt;&lt;P&gt;The person column needs to get a background color, green if a Person has a Rank 1 over all Competitions and red otherwise. I have used the following code to do this:&amp;nbsp; if(min(Rank)=1,RGB(0,250,0),RGB(250,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, Person B gets the color red, while he has a Rank 1 in Competition Y. So my guess is that my expression only looks at the first column after Person (i.e. looks at only the first Competition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can adjust my expression to check all Competitions for a Rank 1 and change the Person's background to green? The file is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445355#M571104</guid>
      <dc:creator />
      <dc:date>2012-09-26T14:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445356#M571105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Use total to calculate min for each person:&lt;/P&gt;&lt;P&gt;=if(min(total&amp;lt;Person&amp;gt; Rank)=1,RGB(0,250,0),RGB(250,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445356#M571105</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-26T15:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445357#M571108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, but i still have a question. If I have more competitions and not all persons have participated to all of these competitions, like this screenshot:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22552" class="jive-image-thumbnail jive-image" onclick="" alt="Pivot Table Test.PNG" src="/legacyfs/online/22552_Pivot Table Test.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;How can I give colors to Person A and Person D?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445357#M571108</guid>
      <dc:creator />
      <dc:date>2012-09-26T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445358#M571109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide an example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445358#M571109</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-26T15:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445359#M571110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the file with the example above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445359#M571110</guid>
      <dc:creator />
      <dc:date>2012-09-26T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445360#M571111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I've forget.&lt;/P&gt;&lt;P&gt;It's an issue with colorizing.&lt;/P&gt;&lt;P&gt;When the first cell in row is null() the color is discarded.&lt;/P&gt;&lt;P&gt;(to check and see it just set 'sort by number' for Competition)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way is to have some values there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445360#M571111</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-26T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color for Dimension that ignores a second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445361#M571112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks this works. I have changed the Null values to 'Not Available' and the background is now green. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 16:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-for-Dimension-that-ignores-a-second-dimension/m-p/445361#M571112</guid>
      <dc:creator />
      <dc:date>2012-09-26T16:04:02Z</dc:date>
    </item>
  </channel>
</rss>

