<?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: RangeSum Expression Color based on Dimension Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853738#M299291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Sunindia, this might be something with the date format, make sure that both fields have the same format or qlikview might not be able to do the comparison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 20:30:45 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-05-26T20:30:45Z</dc:date>
    <item>
      <title>RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853734#M299287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have what I believe is a seemingly simple request from a user but I cannot seem to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a RangeSum totaling sales order dollars for the year. The users want to hide the section of the rolling total for months prior to current month. This way, we still get the entire aggregation of orders for the year&amp;nbsp; but we don't see the line for the earlier part of the year. The reason for this is because we want to overlay another graph on top of this with actual shipments that would fill in this whitespace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to set the color based on the background color setting on the expression to be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ORDER_DATE_MONTHYEAR&amp;lt;vCurrentMonth,white()) but it doesn't work. How do I make that section white? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87565_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 17:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853734#M299287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T17:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853735#M299288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To me it seems that it should work. Only thing I can think of is to make sure that both &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ORDER_DATE_MONTHYEAR&lt;/STRONG&gt; and &lt;STRONG&gt;vCurrentMonth&lt;/STRONG&gt; are date fields so that they can be compared.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 17:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853735#M299288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-26T17:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853736#M299289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide the range sum expresion ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any selection on the date ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use something like the following to do something similar to this (we do have at all times one selection for the Weekend)&lt;/P&gt;&lt;P&gt;if(only({1&amp;lt;WeekEnd=,ActualsWeekEnd=&amp;gt;}WeekEnd)&amp;lt;vWeek,rgb(228,228,228),rgb(0,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 17:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853736#M299289</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-26T17:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853737#M299290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Year(ORDER_DATE_MONTHYEAR)=vCurrentYear,ORDER_DATE_MONTHYEAR)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We only want to see the current years rolling total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(RangeSum(Above(Sum({&amp;lt;Qtr=p(QUARTER),Year={$(vCurrentYear)},Month=p(MONTH),ITEM_VALUE_STREAM=p(VALUESTREAM)&amp;gt;} ORD_LINE_EXTAMOUNT),0,RowNo())))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The expression has some set analysis in order to use universal date filters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 18:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853737#M299290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T18:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853738#M299291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Sunindia, this might be something with the date format, make sure that both fields have the same format or qlikview might not be able to do the comparison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 20:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853738#M299291</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-26T20:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853739#M299292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to do this by putting this in my formula and still no luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(MakeDate(Year(ORDER_DATE_MONTHYEAR),Month(ORDER_DATE_MONTHYEAR),1)&amp;lt;Date(vCurrentMonth),white()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a problem with the Dimension being calculated to only show the current year? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 20:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853739#M299292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T20:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853740#M299293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if this gives you a number in text box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ORDER_DATE_MONTHYEAR)&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;2) Num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentMonth)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this giving you a number, you will need to make sure that these two are not text strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 20:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853740#M299293</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-26T20:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853741#M299294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the format for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ORDER_DATE_MONTHYEAR and for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentMonth ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like 'May-2015' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853741#M299294</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-26T21:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853742#M299295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - "May-2015"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853742#M299295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853743#M299296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use Date# for QV to recognize it as a date then you can use the makedate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MAKEDATE(&amp;nbsp; YEAR(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ORDER_DATE_MONTHYEAR &lt;/SPAN&gt;'MMM-YYYY')),Month(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ORDER_DATE_MONTHYEAR &lt;/SPAN&gt;,'MMM-YYYY')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853743#M299296</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-26T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853744#M299297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried both all of these and none work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(num(ORDER_DATE_MONTHYEAR)&amp;lt;num(today()),white())&lt;/P&gt;&lt;P&gt;If(num(ORDER_DATE_MONTHYEAR)&amp;lt;=num(date(monthstart(today()), 'MMM-YYYY')),white())&lt;/P&gt;&lt;P&gt;If(only({1}num(ORDER_DATE_MONTHYEAR))&amp;lt;=num(date(monthstart(today()), 'MMM-YYYY')),white())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853744#M299297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853745#M299298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though the makedate is not needed with Date# Should be enough, this will give you the same result that my previous post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#('May-2015','MMM-YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853745#M299298</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-26T21:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853746#M299299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to check the two in a text object if they are Numbers or text before you use any of the ifs you just mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853746#M299299</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-26T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853747#M299300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried the following and still not working. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(MAKEDATE(YEAR(Date#(ORDER_DATE_MONTHYEAR, 'MMM-YYYY')),(Month(Date#(ORDER_DATE_MONTHYEAR ,'MMM-YYYY'))),1)&amp;lt;Date(today()),white())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Date(Date#(ORDER_DATE_MONTHYEAR,'MMM-YYYY'))&amp;lt;Date(Today()),white())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853747#M299300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T21:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853748#M299301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked them. The numbers are different - but it does not work in the color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I did notice that I only got a number in the&amp;nbsp; text box when I had only 1 month selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be a similar problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853748#M299301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T21:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853749#M299302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it might be a bug with QV and the graph style, since you only leave a line it does disappear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 00:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853749#M299302</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-27T00:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853750#M299303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a copy of the section on my app with this chart. Can you take a look? It's just a filled line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 12:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853750#M299303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-27T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Expression Color based on Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853751#M299304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue I see is what that specific type of graph, bar chart works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 19:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Expression-Color-based-on-Dimension-Value/m-p/853751#M299304</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-27T19:50:16Z</dc:date>
    </item>
  </channel>
</rss>

