<?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: Need solution to display RGB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039496#M932511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;FileID, Indicator1, Indicator2, Indicator3&lt;/P&gt;&lt;P&gt;ABC, NA, y, NA&lt;/P&gt;&lt;P&gt;cde, G, NA, NA&lt;/P&gt;&lt;P&gt;efg, na, na, R&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load FileID as FID, PurgeChar(Indicator1&amp;amp;'-'&amp;amp;Indicator2&amp;amp;'-'&amp;amp;Indicator3,'-NAna') as New&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 12:54:12 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2016-03-09T12:54:12Z</dc:date>
    <item>
      <title>Need solution to display RGB</title>
      <link>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039495#M932510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;File ID&lt;/TD&gt;&lt;TD width="64"&gt;Indicator1&lt;/TD&gt;&lt;TD width="64"&gt;Indicator2&lt;/TD&gt;&lt;TD width="64"&gt;Indicator3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABC&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;TD&gt;y&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;cde&lt;/TD&gt;&lt;TD&gt;G&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;efg&lt;/TD&gt;&lt;TD&gt;na&lt;/TD&gt;&lt;TD&gt;na&lt;/TD&gt;&lt;TD&gt;R&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display 2 columns FILE ID and RGB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB &lt;/P&gt;&lt;P&gt;ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y&lt;/P&gt;&lt;P&gt;CDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G&lt;/P&gt;&lt;P&gt;EFG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each file ID has to pick the Indicator with R/Y/G by ignoring NA.hOW CAN i DO THAT ?tHANK YOU.&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/Need-solution-to-display-RGB/m-p/1039495#M932510</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need solution to display RGB</title>
      <link>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039496#M932511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;FileID, Indicator1, Indicator2, Indicator3&lt;/P&gt;&lt;P&gt;ABC, NA, y, NA&lt;/P&gt;&lt;P&gt;cde, G, NA, NA&lt;/P&gt;&lt;P&gt;efg, na, na, R&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load FileID as FID, PurgeChar(Indicator1&amp;amp;'-'&amp;amp;Indicator2&amp;amp;'-'&amp;amp;Indicator3,'-NAna') as New&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039496#M932511</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-09T12:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need solution to display RGB</title>
      <link>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039497#M932512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very straightforward solution but maybe not the best:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SingleColumn:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD UPPER([File ID]) AS [FILE ID],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (UPPER(Indicator1) &amp;lt;&amp;gt; 'NA', Indicator1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (UPPER(Indicator2) &amp;lt;&amp;gt; 'NA', Indicator2, Indicator3)) AS RGB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;RESIDENT OriginalTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;BTW: watch your names. Field names are case-sensitive. Your OP contains three different spellings for field File ID.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039497#M932512</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-09T13:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need solution to display RGB</title>
      <link>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039498#M932513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Kaushik.This did the magic.Thank you and I appreciate your time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-solution-to-display-RGB/m-p/1039498#M932513</guid>
      <dc:creator />
      <dc:date>2016-03-09T13:37:26Z</dc:date>
    </item>
  </channel>
</rss>

