<?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: Background Color in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461606#M98889</link>
    <description>&lt;P&gt;The expression is like: Pick(Match(Only(&amp;lt;&amp;gt; ORT)))&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 08:38:46 GMT</pubDate>
    <dc:creator>Frédéricdh</dc:creator>
    <dc:date>2024-06-12T08:38:46Z</dc:date>
    <item>
      <title>Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461135#M98858</link>
      <description>&lt;P&gt;Why, when I tag the Option Suppress the Zero Value in Presentation, the background is not the same??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frdricdh_0-1718097089722.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167703i662C38592D42880E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Frdricdh_0-1718097089722.png" alt="Frdricdh_0-1718097089722.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frdricdh_2-1718097143458.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167705iF5A03A69F714BB45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Frdricdh_2-1718097143458.png" alt="Frdricdh_2-1718097143458.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 09:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461135#M98858</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-06-11T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461329#M98879</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Can you give more information about the color expression used?&lt;BR /&gt;&lt;BR /&gt;Enjoy your Qlik.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Théo ATRAGIE.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 15:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461329#M98879</guid>
      <dc:creator>theoat</dc:creator>
      <dc:date>2024-06-11T15:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461606#M98889</link>
      <description>&lt;P&gt;The expression is like: Pick(Match(Only(&amp;lt;&amp;gt; ORT)))&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 08:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461606#M98889</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-06-12T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461686#M98892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/204231"&gt;@Frédéricdh&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;It can affect the background color because the cells with zero or null values are not displayed, and therefore, the background color expression may not be applied.&lt;BR /&gt;&lt;BR /&gt;// Apply dynamic background coloring&lt;BR /&gt;LOAD *,&lt;BR /&gt;IF(&lt;BR /&gt;NOT IsNull(Only(ORT)) AND Only(ORT) &amp;lt;&amp;gt; 0, &lt;BR /&gt;Pick(&lt;BR /&gt;Match(Only(ORT), 10, 5, 15), &lt;BR /&gt;RGB(255,0,0), RGB(0,255,0), RGB(0,0,255)&lt;BR /&gt;),&lt;BR /&gt;RGB(200,200,200)&lt;BR /&gt;) AS BackgroundColor&lt;BR /&gt;RESIDENT YourTable;&lt;BR /&gt;&lt;BR /&gt;Hope this resolve your issue.&lt;BR /&gt;When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions").&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 10:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2461686#M98892</guid>
      <dc:creator>TauseefKhan</dc:creator>
      <dc:date>2024-06-12T10:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2462192#M98937</link>
      <description>&lt;P&gt;I don't really understand&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2462192#M98937</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-06-13T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2462194#M98938</link>
      <description>&lt;P&gt;When you use the option to suppress zero values in the presentation of a table, it can affect the background color because the cells with zero or null values are not displayed, and therefore, the background color expression may not be applied to them.&lt;BR /&gt;&lt;BR /&gt;To ensure that the background color is consistent, even for cells with zero or null values, you can modify your script to handle null values explicitly.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2462194#M98938</guid>
      <dc:creator>TauseefKhan</dc:creator>
      <dc:date>2024-06-13T12:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2462217#M98945</link>
      <description>&lt;P&gt;Sorry, I don't understand what you do.&lt;/P&gt;
&lt;P&gt;why you make a load?&lt;/P&gt;
&lt;P&gt;And the you test the value if it's a zero or not but the problem for me, is the background of the title, not the value of the title.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 13:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color/m-p/2462217#M98945</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-06-13T13:20:36Z</dc:date>
    </item>
  </channel>
</rss>

