<?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 Dimension Font colour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505789#M189097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem can anyone help me in this please.&lt;/P&gt;&lt;P&gt;In the selection pane i have filed "Number" contains values 1 to 10.&lt;/P&gt;&lt;P&gt;I have a bar chart with the same dimension as "Number".&lt;/P&gt;&lt;P&gt;Now if i select a single value from the "Number" filed then in my Bar chart I want to see that particular dimension value(font) in different colour and remaining dimension values should be white or hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 11:29:40 GMT</pubDate>
    <dc:creator>narband2778</dc:creator>
    <dc:date>2013-11-11T11:29:40Z</dc:date>
    <item>
      <title>Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505789#M189097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem can anyone help me in this please.&lt;/P&gt;&lt;P&gt;In the selection pane i have filed "Number" contains values 1 to 10.&lt;/P&gt;&lt;P&gt;I have a bar chart with the same dimension as "Number".&lt;/P&gt;&lt;P&gt;Now if i select a single value from the "Number" filed then in my Bar chart I want to see that particular dimension value(font) in different colour and remaining dimension values should be white or hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505789#M189097</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2013-11-11T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505790#M189098</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;I assume that you have the bar chart working. If it reduces to a single bar when you select something in Number, then you will need to modify the expression to ignore the selection, using the set expression {&amp;lt;Number=&amp;gt;}, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Number=&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the expression background color option (click the + next to the expression to get the option):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an expression like (to highlight the selection in light red):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(WildMatch(GetFieldSelections(Number), Number), LightRed())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505790#M189098</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-11T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505791#M189099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ignore the selection worked well, &lt;/P&gt;&lt;P&gt;The logic which you gave me it is changing the colour of my bar, but i want to change the colour of dimension font to red. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505791#M189099</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2013-11-11T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505792#M189100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haven't tried this myself, but I suggest that you click the + sign next to the dimension (on the dimensions tab), and apply the expression to the Text Color option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505792#M189100</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-11T12:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505793#M189101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505793#M189101</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2013-11-11T12:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505794#M189102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no i didnt worked for me.&lt;/P&gt;&lt;P&gt;Let me know if you have any other solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505794#M189102</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2013-11-11T12:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505795#M189103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Naresh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post a sample qvw so we can see what the actual issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505795#M189103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T12:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505796#M189104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;can you please click the below link. I posted my application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/98588"&gt;http://community.qlik.com/thread/98588&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505796#M189104</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2013-11-11T14:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505797#M189105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naresh,&lt;/P&gt;&lt;P&gt;Do you already have a solution? &lt;/P&gt;&lt;P&gt;I think you can set the dimension font properties for each axes on the axes tab. Here you can apply the expression for the font color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 15:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505797#M189105</guid>
      <dc:creator>cgdonders</dc:creator>
      <dc:date>2014-03-15T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dimension Font colour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505798#M189106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached file app and Image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 15:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Font-colour/m-p/505798#M189106</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-15T15:43:48Z</dc:date>
    </item>
  </channel>
</rss>

