<?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: back ground color expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925745#M320371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in dimension it is mnthname and division code .There are two dimensions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2015 05:34:21 GMT</pubDate>
    <dc:creator>ssriramin19</dc:creator>
    <dc:date>2015-08-28T05:34:21Z</dc:date>
    <item>
      <title>back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925740#M320366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement in which date range should be colored from current month till december 2015. So I have used the condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(YearMthDate&amp;gt;=today(),Yellow()) in the expression back ground . But there is a field called dp_lag which has values 0,1,2.3 .When I select any values in the field dp_lag the color&amp;nbsp; range is not appearing in the dp_field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should be done to make the color range appear always irrespective of selections in the field?The color range for the given month should not change &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide some approach on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 04:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925740#M320366</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-28T04:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925741#M320367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use set analysis {1} in the expression. Try to share a sample qvw so that it can be shown at your context.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 04:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925741#M320367</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-28T04:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925742#M320368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression : =num(Sum({&amp;lt;[LAG]=&amp;gt;}distinct([dmd_plng_qty_summary])),'0' ) &amp;amp; Sum({&amp;lt;[LAG]=,[LAG_DP]=&amp;gt;}DISTINCT [dmd_plng_qty_current])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the back ground color expression for the above mentioned expression is :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;IF(YearMthDate&amp;gt;=today(),Yellow()) &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; line-height: 1.5em;"&gt;&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; line-height: 1.5em;"&gt;The future date expression in the above mentioned set analysis expression corresponds to :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;[LAG]=,[LAG_DP]=&amp;gt;}DISTINCT [dmd_plng_qty_current])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So the future range from august to december 2015 is colored using the expression :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(YearMthDate&amp;gt;=today(),Yellow()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Please help me on this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 05:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925742#M320368</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-28T05:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925743#M320369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone provide me on how to approach the given problem .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 05:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925743#M320369</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-28T05:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925744#M320370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is there in dimension? Could you not share a sample?&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1290" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://community.qlik.com/"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 05:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925744#M320370</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-28T05:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925745#M320371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in dimension it is mnthname and division code .There are two dimensions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 05:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925745#M320371</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-28T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925746#M320372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Please attach the sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 05:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925746#M320372</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-28T05:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: back ground color expression</title>
      <link>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925747#M320373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since the size of the application is large I am finding difficult to upload the qvw file here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 05:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/back-ground-color-expression/m-p/925747#M320373</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-28T05:59:19Z</dc:date>
    </item>
  </channel>
</rss>

