<?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: How to Create and Initiate Custom RGB Color Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703220#M724905</link>
    <description>&lt;P&gt;Add RGB to Background color.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV59.PNG" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33901iB4BB083B473C4CDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV59.PNG" alt="commQV59.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2020 20:04:12 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-05-18T20:04:12Z</dc:date>
    <item>
      <title>How to Create and Initiate Custom RGB Color Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703138#M724902</link>
      <description>&lt;P&gt;Good Day!&lt;/P&gt;&lt;P&gt;I would like to learn how to use an excel file that has RGB definitions in my application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to Load an excel table with two fields: a control field [Site Name] and a color designation field [R,G,B].&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I would like to join the Color field to my Data table using the [Site Name].&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to learn how to apply the color table to every object I create on the dashboard so that as users click thru the different data slicers the color of the [Site Name] remains consistent.&lt;/P&gt;&lt;P&gt;I have attached a sample for reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for the assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703138#M724902</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2024-11-16T18:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create and Initiate Custom RGB Color Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703199#M724903</link>
      <description>&lt;P&gt;I just realized I forgot to save the excel data before I attached it.&amp;nbsp; Please use this excel file.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 18:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703199#M724903</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2020-05-18T18:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create and Initiate Custom RGB Color Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703217#M724904</link>
      <description>&lt;LI-CODE lang="markup"&gt;RGB:
Mapping
LOAD [Site Name], 
     Evaluate('RGB('&amp;amp;[R, G, B]&amp;amp;')')
FROM
[C:\Users\sarav\Downloads\RGB Color Codes for Test.xlsx]
(ooxml, embedded labels, table is [RGB Definition]);

tab1:
LOAD Brand, 
     Code, 
     [Send Local Name], 
     [Receiving Local Name], 
     [Lead Time], 
     Target,
     ApplyMap('RGB',[Send Local Name]) As RGB
FROM
[C:\Users\sarav\Downloads\RGB Color Codes for Test.xlsx]
(ooxml, embedded labels, table is [Test Data]);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 19:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703217#M724904</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-05-18T19:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create and Initiate Custom RGB Color Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703220#M724905</link>
      <description>&lt;P&gt;Add RGB to Background color.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV59.PNG" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33901iB4BB083B473C4CDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV59.PNG" alt="commQV59.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 20:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703220#M724905</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-05-18T20:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create and Initiate Custom RGB Color Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703894#M724906</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp; Can you tell me more about how to assign the RGB code from the table to elements in a Qlik chart?&amp;nbsp; For example, if i had a graph chart and I wanted the chart to read one field and relate it to the corresponding RGB code so it can use that color code for a bar on the graph.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 14:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1703894#M724906</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2020-05-20T14:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create and Initiate Custom RGB Color Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1718038#M724907</link>
      <description>&lt;P&gt;Have a look at the following Design Blog post, may be of some help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Using-RGB-and-ARGB-to-define-colors/ba-p/1464387" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Using-RGB-and-ARGB-to-define-colors/ba-p/1464387&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to search further for other color related posts, use the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-and-Initiate-Custom-RGB-Color-Table/m-p/1718038#M724907</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-06-11T18:13:08Z</dc:date>
    </item>
  </channel>
</rss>

