<?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 Change Value in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075317#M17706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use Qliksense Desktop.&amp;nbsp; I have a filed called Meet Gap and I need to change the color based on the value.&amp;nbsp; If it is 'yes' then green else if it is 'no' then red.&amp;nbsp; I tried the if statements but the values shows are RGB(128,0,0) not &lt;SPAN style="color: #ff0000;"&gt;no&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 16:37:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-26T16:37:56Z</dc:date>
    <item>
      <title>Change Value in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075317#M17706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use Qliksense Desktop.&amp;nbsp; I have a filed called Meet Gap and I need to change the color based on the value.&amp;nbsp; If it is 'yes' then green else if it is 'no' then red.&amp;nbsp; I tried the if statements but the values shows are RGB(128,0,0) not &lt;SPAN style="color: #ff0000;"&gt;no&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075317#M17706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T16:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Value in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075318#M17707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make use the Meet Gap is used as a dimension in the visualisation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ([Meet Gap] = 'yes',rgb(146,208,80),rgb(225,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sangram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 19:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075318#M17707</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-01-26T19:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change Value in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075319#M17708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do that the rgb values show up and not the color.&amp;nbsp; I am using QlikSense Desktop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 13:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075319#M17708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T13:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change Value in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075320#M17709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did not work on a table.&amp;nbsp; It actually displays the RGB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075320#M17709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Value in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075321#M17710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to share a qvf file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075321#M17710</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-01-28T23:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Value in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075322#M17711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression Sangram supplied you is correct, dare I venture the question , did you add this to the&lt;/P&gt;&lt;P&gt;Text Color expression attribute of your field in the table ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TxtColor.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112933_TxtColor.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 01:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Value-in-a-table/m-p/1075322#M17711</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-01-29T01:53:20Z</dc:date>
    </item>
  </channel>
</rss>

