<?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 Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1875243#M1216642</link>
    <description>&lt;P&gt;Not working expression:&amp;nbsp;Iif(sumSum([OrderDetailsTotal])&amp;gt; 1000,'green' ,'red')&lt;/P&gt;
&lt;P&gt;Working expression (without formula):&amp;nbsp;Iif(([OrderDetailsTotal])&amp;gt; 1000,'green' ,'red')&lt;/P&gt;
&lt;P&gt;How to change color by conditional expression, when a formula is used?&lt;/P&gt;
&lt;P&gt;Visit here :&amp;nbsp;&lt;A href="http://filesynced.net/" target="_blank" rel="noopener"&gt;http://filesynced.net/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 12:07:12 GMT</pubDate>
    <dc:creator>markwood</dc:creator>
    <dc:date>2021-12-27T12:07:12Z</dc:date>
    <item>
      <title>Background color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1874383#M1216616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i need to display in pivot table&lt;/P&gt;
&lt;P&gt;1. from blue_color to end_date&amp;nbsp; (code = 'Y') ---&amp;gt; Blue color&lt;/P&gt;
&lt;P&gt;2. from grey_color to end_date&amp;nbsp;(code = 'N') -----&amp;gt; Grey color&lt;/P&gt;
&lt;P&gt;3. if blue_color date is not available then consider as grey_color date&lt;/P&gt;
&lt;P&gt;4. end_date ---&amp;gt; Green color&lt;/P&gt;
&lt;P&gt;please help me i have tried but not reached.&lt;/P&gt;
&lt;P&gt;like example&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69089i61147E3A9340EC2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 17:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1874383#M1216616</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2021-12-22T17:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Background color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1874482#M1216621</link>
      <description>&lt;P&gt;maybe something like:&lt;/P&gt;
&lt;P&gt;=If(Only(WeekStart(Date_Range))=WeekStart(end_date),&amp;nbsp; LightGreen(),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; If(Only(WeekStart(Date_Range))&amp;gt;=WeekStart(Alt(blue_color,grey_color)) and code='Y', LightBlue(),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If(Only(WeekStart(Date_Range))&amp;gt;=WeekStart(grey_color) and code='N', LightGray())))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 22:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1874482#M1216621</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-22T22:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Background color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1874879#M1216633</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;the expression is working fine.&lt;/P&gt;
&lt;P&gt;1. but in my case while applying some rows are not applying the color code. something is missing i have tried a lot can you please help me.&lt;/P&gt;
&lt;P&gt;2. for my original qvw file this expression also not working, but test file is working, can i do any settings change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 05:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1874879#M1216633</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2021-12-24T05:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Background color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1875243#M1216642</link>
      <description>&lt;P&gt;Not working expression:&amp;nbsp;Iif(sumSum([OrderDetailsTotal])&amp;gt; 1000,'green' ,'red')&lt;/P&gt;
&lt;P&gt;Working expression (without formula):&amp;nbsp;Iif(([OrderDetailsTotal])&amp;gt; 1000,'green' ,'red')&lt;/P&gt;
&lt;P&gt;How to change color by conditional expression, when a formula is used?&lt;/P&gt;
&lt;P&gt;Visit here :&amp;nbsp;&lt;A href="http://filesynced.net/" target="_blank" rel="noopener"&gt;http://filesynced.net/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 12:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1875243#M1216642</guid>
      <dc:creator>markwood</dc:creator>
      <dc:date>2021-12-27T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Background color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1876849#M1216705</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;To display descending order of blue color and grey color like based on total number of days.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 03:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-Expression/m-p/1876849#M1216705</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2022-01-04T03:54:49Z</dc:date>
    </item>
  </channel>
</rss>

