<?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: Different Color for a Particular value of a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727944#M1062044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is not getting properly copied here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please copy and paste it in notepad to vie it clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 08:28:16 GMT</pubDate>
    <dc:creator>alkesh_sharma</dc:creator>
    <dc:date>2014-09-18T08:28:16Z</dc:date>
    <item>
      <title>Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727939#M1062039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hyi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created age buckets in the front end based on the basis of due date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The buckets are like Not Due, 0-30, 30-60, 60-90, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used calculated dimension in the bar chart and Sum of invoice value as the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the snapshot of the chart attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the No-Due bar should have a different color from rest of the bucket bars. for example No dues bars should be of blue color rest to be of Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727939#M1062039</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-09-18T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727940#M1062040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to property-&amp;gt;Axes-&amp;gt;uncheck-&amp;gt;multicolored-&amp;gt;&lt;/P&gt;&lt;P&gt;then select 1st color from Data Apeareance-&amp;gt;color 1-6-&amp;gt;You get new Window Color Area&lt;/P&gt;&lt;P&gt;in that Base Color-&amp;gt;select Calculated Color&lt;/P&gt;&lt;P&gt;In that write Expression like&lt;/P&gt;&lt;P&gt;if(CalculatedDimensionExpression='No Due',Blue(),Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727940#M1062040</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-18T07:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727941#M1062041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expand the Expression (Presumably Sum of Invoice that your using) and access the 'Background Colour' property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use and IF condition with the calculation that you use for identifying 'No Dues'. In the True part, enter Blue() and else would be Red()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Sum(&lt;EM&gt;[Your expression for 'No Dues']&lt;/EM&gt;,Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727941#M1062041</guid>
      <dc:creator />
      <dc:date>2014-09-18T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727942#M1062042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the [+] next to your expression and you can access additional properties such as Background Color, Text Color, Text Format etc.&lt;/P&gt;&lt;P&gt;Add an 'if' expression to the background colour to change the colour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727942#M1062042</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-09-18T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727943#M1062043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried the steps, not working out..&lt;/P&gt;&lt;P&gt;My calculated dimension expression is&amp;nbsp; &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;lt; 0 , Dual('Not Due',1),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 0 AND&amp;nbsp; today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY')))&amp;nbsp; &amp;lt;=30, Dual('0-30',2), &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 31 AND&amp;nbsp; today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;lt;=60, Dual('30-60',3),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 61 AND&amp;nbsp; today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;lt;=90, Dual('60-90',4),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 91 AND&amp;nbsp; today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;lt;=120, Dual('90-120',5),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 121 AND today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;lt;=150, Dual('120-150',6),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 151 AND today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;lt;=180, Dual('150-180',7),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if(today()- (if(vPaymentTerms = 1, [Due Date],&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Date([Invoice Date] + vPaymentDays,'DD-MM-YYYY'))) &amp;gt;= 181 , Dual('180+',8)))))))))&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727943#M1062043</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-09-18T08:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727944#M1062044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is not getting properly copied here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please copy and paste it in notepad to vie it clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727944#M1062044</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-09-18T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727945#M1062045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the [+] before each of your expressions and add to the Background Color&lt;/P&gt;&lt;P&gt;i&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;f([Age Buckets by Due Date]='No Due',Blue(),Red())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 09:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727945#M1062045</guid>
      <dc:creator />
      <dc:date>2014-09-18T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727946#M1062046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expanding the expression and adding color expression is not working guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 05:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727946#M1062046</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-09-19T05:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727947#M1062047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Alkesh,&lt;/P&gt;&lt;P&gt;I think "i&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f([Age Buckets by Due Date]='Not Due',Blue(),Red())" Should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;you have written&amp;nbsp; 'No Due' where as it should be 'Not Due'.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 05:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727947#M1062047</guid>
      <dc:creator />
      <dc:date>2014-09-19T05:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727948#M1062048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Kuntal, Its 'Not Due' cross checked it twice.&lt;/P&gt;&lt;P&gt;If I do this when the buckets are created in the backed, it works fine, But not working when buckets are created through Calculated dimension in the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you do it and gimme the QVW, I am missing something I guess. ???&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 06:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727948#M1062048</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-09-23T06:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different Color for a Particular value of a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727949#M1062049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as already mentioned before, use expressions' background color and enter the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(&lt;STRONG&gt;sum(&lt;/STRONG&gt;"Your expression DUE"&lt;STRONG&gt;)&lt;/STRONG&gt; &amp;lt; 0, red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important is to use an aggregation. Without aggregation it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 08:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Color-for-a-Particular-value-of-a-dimension/m-p/727949#M1062049</guid>
      <dc:creator />
      <dc:date>2015-02-08T08:16:49Z</dc:date>
    </item>
  </channel>
</rss>

