<?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: Colors written in expression in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122050#M63954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the text color expression within your expression properties section in properties panel of your QlikSense table chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TextColorSense.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128086_TextColorSense.png" style="height: 697px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 09:26:27 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-16T09:26:27Z</dc:date>
    <item>
      <title>Colors written in expression</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122047#M63951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the following formular running to get a "delay" and "in time" result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;BR /&gt; ( NetWorkDays( ( E_WE_Pos.c_Liefertermin), (E_WE_Pos.c_WE_Datum))-1) &amp;gt;2 ,&lt;BR /&gt;&amp;nbsp; 'delay', 'in time' ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine but now I want to have the word "delay" written in RED and "in time" written in GREEN color. Could someone help me if there is an easy way to include the colors directly in the code that I get the result promplty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx &amp;amp; regards&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122047#M63951</guid>
      <dc:creator />
      <dc:date>2016-06-15T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Colors written in expression</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122048#M63952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As expression for text coloring (in properties of your table chart for your expression), use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( NetWorkDays( ( E_WE_Pos.c_Liefertermin), (E_WE_Pos.c_WE_Datum))-1) &amp;gt;2 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Lightred(),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Lightgreen()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122048#M63952</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-15T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Colors written in expression</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122049#M63953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thx for your infirmation. I guess it doesn't give me the result. I understood that this expression works fine if I use that to format a dimension directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Th idea is to implement the color directly in the expression that the result comes back in the requested color like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(( NetWorkDays( ( E_WE_Pos.c_Liefertermin), (E_WE_Pos.c_WE_Datum))-1) &amp;gt;2 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; red()&amp;nbsp; 'delay',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; green() 'in time'&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the a.m. version but it doesn't work in theis direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 06:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122049#M63953</guid>
      <dc:creator />
      <dc:date>2016-06-16T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Colors written in expression</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122050#M63954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the text color expression within your expression properties section in properties panel of your QlikSense table chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TextColorSense.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128086_TextColorSense.png" style="height: 697px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122050#M63954</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-16T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Colors written in expression</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122051#M63955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;In&amp;nbsp; Table ,under the measure&amp;nbsp; in that you have the option Background Color Expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;if( &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;( NetWorkDays( ( E_WE_Pos.c_Liefertermin), (E_WE_Pos.c_WE_Datum))-1) &amp;gt;2 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;red(),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;green()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122051#M63955</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2016-06-16T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Colors written in expression</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122052#M63956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;thx for the input. it works now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 14:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Colors-written-in-expression/m-p/1122052#M63956</guid>
      <dc:creator />
      <dc:date>2016-06-16T14:43:15Z</dc:date>
    </item>
  </channel>
</rss>

