<?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: Function Column() in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111908#M6062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I was already doing so but my expressions are too long, so I try to reduce the code with the column () function.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 15:42:42 GMT</pubDate>
    <dc:creator>MarioCenteno</dc:creator>
    <dc:date>2018-08-22T15:42:42Z</dc:date>
    <item>
      <title>Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111906#M6060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I'm trying to paint a kpi when it's greater than 0.95 that is green otherwise it's red, I'm using the column () function but apparently I'm doing something wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Current expression:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;IF (Column(4) &amp;gt;0.95, RGB(0, 255, 0), RGB(255,0,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;IMG alt="QLIK.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211532_QLIK.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111906#M6060</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-08-22T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111907#M6061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using the column function, try going to the expression and clicking the plus arrow. Once doing that you double click "Background Color".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then use the expression in in column 4 (instead of sum(NetSales), use your expression) like below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Sum(NetSales)&amp;gt;.95, RGB(0,255,0), RGB(255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111907#M6061</guid>
      <dc:creator>michaelsikora</dc:creator>
      <dc:date>2018-08-22T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111908#M6062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I was already doing so but my expressions are too long, so I try to reduce the code with the column () function.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111908#M6062</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-08-22T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111909#M6063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;IF (Column(4) &amp;gt;0.95,RGB(0,128,0),&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt; RGB(230,0,0)&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111909#M6063</guid>
      <dc:creator>michaelsikora</dc:creator>
      <dc:date>2018-08-22T15:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111910#M6064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;It does not work, I have the same function and apparently there is some error.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111910#M6064</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-08-22T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111911#M6065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Column(3) and make sure the number is an integer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111911#M6065</guid>
      <dc:creator>michaelsikora</dc:creator>
      <dc:date>2018-08-22T15:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Column()</title>
      <link>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111912#M6066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It worked in the following way&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;If (Column( &lt;/SPAN&gt;&lt;SPAN style="; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt; )&amp;gt; 0.95, RGB (0.255,0), RGB (255,0,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Function-Column/m-p/111912#M6066</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-08-22T16:08:15Z</dc:date>
    </item>
  </channel>
</rss>

