<?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: RGB color in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103672#M754692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate the string with the rgb codes you will get your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2018 07:10:15 GMT</pubDate>
    <dc:creator>manoj217</dc:creator>
    <dc:date>2018-10-15T07:10:15Z</dc:date>
    <item>
      <title>RGB color in expression</title>
      <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103671#M754691</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 column name &lt;STRONG&gt;RGB codes&amp;nbsp; &lt;/STRONG&gt;as shown below. But i need to pass the RGB value to background for the expressions. The RGB values may differ it cannot be calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output received using expression &lt;STRONG&gt;Color (RGB codes)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;RGB codes&amp;nbsp;&amp;nbsp;&amp;nbsp; expression(color(RGB codes))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;0,176,240&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0,0,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;255,255,255&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0,0,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expected output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;RGB codes&amp;nbsp;&amp;nbsp;&amp;nbsp; expression(color(RGB codes))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;0,176,240&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0,176,240)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;255,255,255&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(255,255,255)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Anybody help me in this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yoganantha Prakash G P&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/RGB-color-in-expression/m-p/103671#M754691</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: RGB color in expression</title>
      <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103672#M754692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate the string with the rgb codes you will get your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 07:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103672#M754692</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-10-15T07:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: RGB color in expression</title>
      <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103673#M754694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;your have a color codes field have a value like 255,255,255&amp;nbsp;&amp;nbsp; now you want to convert like this right&amp;nbsp; RGB(255,255,255)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;backend you can concatenate with this below code&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;'RGB (' &amp;amp; &lt;SPAN style="font-size: 10pt;"&gt;RGB codes&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&amp;amp;')' as RGB codes New&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 07:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103673#M754694</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-10-15T07:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: RGB color in expression</title>
      <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103674#M754695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but when i use the &lt;STRONG&gt;COLOR(RGB CODES) &lt;/STRONG&gt;it is showing different color not showing the color RGB(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;0,176,240)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 07:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103674#M754695</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2018-10-15T07:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: RGB color in expression</title>
      <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103675#M754696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGB(subfield([RGB codes],',',1) ,subfield([RGB codes],',',2) ,subfield([RGB codes],',',3) ) as [RGB codes]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 07:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103675#M754696</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-10-15T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: RGB color in expression</title>
      <link>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103676#M754697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you taking this expression as Expression? Or BG Color. It should be Background color of your expression? Can you show image how this written? Should work, If that is for BG color / If you sure, Please share sample application which is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 10:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RGB-color-in-expression/m-p/103676#M754697</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-15T10:45:20Z</dc:date>
    </item>
  </channel>
</rss>

