<?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: Dynamically Changing the colour of the dimension axis label in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381587#M571696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figure this out, even though I am using v11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression for it: &lt;/P&gt;&lt;P&gt;=if(Current =1,RGB(24,117,11),RGB(241,111,14))&lt;/P&gt;&lt;P&gt;Also if you change the = to &amp;gt;0 it works perfectly well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/252608/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/252608/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2012 19:04:25 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2012-08-28T19:04:25Z</dc:date>
    <item>
      <title>Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381582#M571691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables that show some values, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 - Stats&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table 2 - Current People&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current&lt;/P&gt;&lt;P&gt;Mr Blog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mr Blog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Mrs Blog&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ms Blog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Ms Blog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the Graph to show the label text colour to Green if they are current and orange if they are not, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="20745" class="jive-image-thumbnail jive-image" height="226" onclick="" alt="Qlikview Blog Chart.bmp" src="/legacyfs/online/20745_Qlikview Blog Chart.bmp" width="405" /&gt;&lt;/P&gt;&lt;P&gt;I used the Axis Font Colour to have the following formula: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Current&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(24,117,11),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;241,111,14)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this only does the colour for the whole graph, not for each individual bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make it work for each bar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 11:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381582#M571691</guid>
      <dc:creator />
      <dc:date>2012-08-28T11:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381583#M571692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask, what version of QlikView you are using? Is it v10 or v11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 12:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381583#M571692</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-08-28T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381584#M571693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question, I should of stated sorry. I am using v10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 12:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381584#M571693</guid>
      <dc:creator />
      <dc:date>2012-08-28T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381585#M571694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Expression tab, click the + sign from the graph and to Backround colour then enter the fomula below. Please note I haven't test this formula.&lt;/P&gt;&lt;P&gt;IF($(current) =1,RGB(24,117,11),RGB(24,111,14))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 12:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381585#M571694</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-08-28T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381586#M571695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gabriel, &lt;/P&gt;&lt;P&gt;Unfortunately it did not work Gabriel, the colour did not change at all&lt;/P&gt;&lt;P&gt;(to either options)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Andrew Sheward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381586#M571695</guid>
      <dc:creator />
      <dc:date>2012-08-28T13:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381587#M571696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figure this out, even though I am using v11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression for it: &lt;/P&gt;&lt;P&gt;=if(Current =1,RGB(24,117,11),RGB(241,111,14))&lt;/P&gt;&lt;P&gt;Also if you change the = to &amp;gt;0 it works perfectly well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/252608/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/252608/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 19:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381587#M571696</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-08-28T19:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381588#M571697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Gabriel, my original question was to change the colour of the&lt;/P&gt;&lt;P&gt;label, not the colour of the bar itself, in my work I have a stacked bar&lt;/P&gt;&lt;P&gt;so I do not want to change the colour of the bar, I wanted to change the&lt;/P&gt;&lt;P&gt;colour of the label.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 06:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381588#M571697</guid>
      <dc:creator />
      <dc:date>2012-08-29T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381589#M571698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing is to go to presentation, click on Legend Setting, Click on Font, click on Calculate and enter &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=if(Current =1,RGB(24,117,11),RGB(241,111,14))&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381589#M571698</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-08-29T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381590#M571699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Gabriel,  I am trying to alter the label of the bar, not the&lt;/P&gt;&lt;P&gt;legend. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I have used the formula in the label font colour calculation but it does&lt;/P&gt;&lt;P&gt;not action the formula for each bar, it only does the colour of the&lt;/P&gt;&lt;P&gt;label as a whole&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Andrew Sheward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381590#M571699</guid>
      <dc:creator />
      <dc:date>2012-08-29T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381591#M571700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok watch this clip and let me know &lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://qlikshare.com/328"&gt;http://qlikshare.com/328&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381591#M571700</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-08-29T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381592#M571701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the custom color expression for the font of the axis labels is calculated once.&lt;/P&gt;&lt;P&gt;Also, it likely neglects chart dimensions.&lt;/P&gt;&lt;P&gt;So, unfortunately, you have to use another tools to provide this info to user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381592#M571701</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-29T11:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381593#M571702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou very much,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Andrew Sheward &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Business Support Analyst, &lt;/P&gt;&lt;P&gt;      Contact Strategy and Operational Analytics Development &lt;/P&gt;&lt;P&gt;      Business Development Improvement and Risk &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Retail Banking Operations &lt;/P&gt;&lt;P&gt;	Business Services &lt;/P&gt;&lt;P&gt;	Royal Bank of Scotland Group &lt;/P&gt;&lt;P&gt;	4th Floor, Kendal Court, Telford, TF3 4DT &lt;/P&gt;&lt;P&gt;	(Depot Code 034) &lt;/P&gt;&lt;P&gt;	External Tel: +44 1952 206572 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Internal Tel: 8171 6572 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA CLASSIFICATION: unless otherwise stated the information contained&lt;/P&gt;&lt;P&gt;within this email is CONFIDENTIAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 13:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381593#M571702</guid>
      <dc:creator />
      <dc:date>2012-08-29T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381594#M571703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the solution, using Chart Properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In General menu, choose "Combo Chart"&lt;/P&gt;&lt;P&gt;2. In Dimensions menu, disable "Show legend"&lt;/P&gt;&lt;P&gt;3. In Expression menu, in addition to the expression Qty using the sum, you have to add another expression with the following definition: =only(name). Now, enable "Invisible" and disable in Display options "line" and enable "Text on axis".&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134621_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in "Text Color" you can put the definition: =if(current=1,RGB(24,117,11),RGB(241,111,14)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/134622_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now you have what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 01:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381594#M571703</guid>
      <dc:creator />
      <dc:date>2016-08-16T01:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381595#M571704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer is not relevant to the question &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 00:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381595#M571704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T00:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing the colour of the dimension axis label</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381596#M571705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking the get Bold in the weened dates in a drill down dimension&lt;/P&gt;&lt;P&gt;Environment Bar chart, Groped staked&lt;/P&gt;&lt;P&gt;Dims&lt;/P&gt;&lt;P&gt;First dim is drill down as below &lt;/P&gt;&lt;P&gt;Month_year&lt;/P&gt;&lt;P&gt;Week&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second dim is the grouped indicator to get the staked bar grouped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get the Bold weekend dates in the&amp;nbsp; X axis when value drill to the date level&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 00:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Changing-the-colour-of-the-dimension-axis-label/m-p/381596#M571705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T00:57:36Z</dc:date>
    </item>
  </channel>
</rss>

