<?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: Color - Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904639#M988845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely clear what your requirement is. Would you be able to elaborate a little?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 10:15:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-20T10:15:25Z</dc:date>
    <item>
      <title>Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904638#M988844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to color like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Dim:&lt;/P&gt;&lt;P&gt;Test-Dim1&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;200&lt;/P&gt;&lt;P&gt;300&lt;/P&gt;&lt;P&gt;Here I have to change colors for Test-Dim1 like Test-Dim1(For Test- green, Dim1-Red), How to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904638#M988844</guid>
      <dc:creator />
      <dc:date>2015-07-20T10:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904639#M988845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely clear what your requirement is. Would you be able to elaborate a little?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904639#M988845</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904640#M988846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what is what here, are Test and Dim1 both dimensions? You can use the background color option of the dimension (click on the plus sign in front to expand) and use a color expression. The rowno expression in the example is for excluding the total&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BGDimensionExTotal.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93329_BGDimensionExTotal.png" style="height: 453px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904640#M988846</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-20T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904641#M988847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is:&lt;/P&gt;&lt;P&gt;Dimension or Column name - Test-Dim1&lt;/P&gt;&lt;P&gt;and I have to add color for Test-Dim1 as Test is one color and Dim1 is another color for the same column(Test-Dim1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904641#M988847</guid>
      <dc:creator />
      <dc:date>2015-07-20T11:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904642#M988848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like the following color expression as explained in my previous post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Test-Dim1&lt;/SPAN&gt;]='Test',Green(),if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Test-Dim1&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;]='Dim1',Red()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904642#M988848</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-20T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904643#M988849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is:&lt;/P&gt;&lt;P&gt;Dimension or Column name - Test-Dim1&lt;/P&gt;&lt;P&gt;and I have to add color for Test-Dim1 as Test is one color and Dim1 is another color for the same column(Test-Dim1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column name: Test-Dim1(Full name of Column name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in that Test is one color and Dim1 is another color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904643#M988849</guid>
      <dc:creator />
      <dc:date>2015-07-20T12:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904644#M988850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, what is the problem? The expression from my previous post should do that, use that in the background color of the dimension as you can see in my screen shot. Or do you want this color in a listbox? then see this example:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/2014/12/listbox-color-chips/" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Listbox Color Chips | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904644#M988850</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-20T12:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904645#M988851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to effect values. It just for Name of the field..&lt;/P&gt;&lt;P&gt;In the same field name need to colors&lt;/P&gt;&lt;P&gt;For ex name of the column: ABC. A is one color and B is another color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 13:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904645#M988851</guid>
      <dc:creator />
      <dc:date>2015-07-20T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904646#M988852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want the label of the header/column name in two colors? That is not possible, you can for example use Test as label and make it green, and position a text box on top with Dim1 in red.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 13:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904646#M988852</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-20T13:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Color - Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904647#M988853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Test-Dim1','-',1),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;red&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 13:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Dimensions/m-p/904647#M988853</guid>
      <dc:creator />
      <dc:date>2015-07-20T13:39:23Z</dc:date>
    </item>
  </channel>
</rss>

