<?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 Active Tab Color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188299#M51619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;&lt;P&gt;So I learned 3 things:&lt;BR /&gt;a) I have to use macros to achieve the goal.&lt;BR /&gt;b) I am not blind.&lt;BR /&gt;c) Always use Search before posting a question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2009 17:47:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-16T17:47:19Z</dc:date>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188294#M51614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;afaik the difference between the active tab/sheet and an inactive tab is just the font.&lt;BR /&gt;E.g. the active tab has a bold font, whereas the tabs in the background have a plain font.&lt;/P&gt;&lt;P&gt;I'd like to show the active tab more outstanding by giving it a different color.&lt;BR /&gt;Example:&lt;BR /&gt;Tabrow: Blue-ish&lt;BR /&gt;Tabs: Blue&lt;BR /&gt;Active Tab: Orange&lt;/P&gt;&lt;P&gt;I did not find the option to set the 'active tab' color.&lt;BR /&gt;Can you cure my blindness ... or is this feature just not available?&lt;BR /&gt;(I am using V9)&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 14:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188294#M51614</guid>
      <dc:creator />
      <dc:date>2009-09-16T14:43:07Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188295#M51615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ain't found it either. You could perhaps simulate this with a OnActivate/OnLeaveSheet - Trigger, but I doubt whether it's worth the work ... I'd issue a feature request.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 14:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188295#M51615</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-16T14:49:05Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188296#M51616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is already a post available, which should answer your question:&lt;/P&gt;&lt;P&gt;http://community.qlik.com/forums/p/20192/77253.aspx#77253&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 14:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188296#M51616</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-09-16T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188297#M51617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just put this solution together before seeing Peter's response:&lt;/P&gt;&lt;P&gt;1. Create a variable called ActiveSheet (or anything really)&lt;/P&gt;&lt;P&gt;2. Create a macro that checks the active sheet and sets the variable accordingly.&lt;/P&gt;&lt;P&gt;3. Make sure each sheet calls this macro upon activation.&lt;/P&gt;&lt;P&gt;4. Create custom "calculated colours" for the tab and (if you want to) the whole sheet.&lt;/P&gt;&lt;P&gt;I attached a simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 17:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188297#M51617</guid>
      <dc:creator />
      <dc:date>2009-09-16T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188298#M51618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although my solution works perfectly well, I have just read the post suggested by Peter, I have to say that is a much better approach because once you have set it up it doesn't require maintenance. My solution would require changes to the macro each time you add a sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 17:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188298#M51618</guid>
      <dc:creator />
      <dc:date>2009-09-16T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188299#M51619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;&lt;P&gt;So I learned 3 things:&lt;BR /&gt;a) I have to use macros to achieve the goal.&lt;BR /&gt;b) I am not blind.&lt;BR /&gt;c) Always use Search before posting a question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 17:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188299#M51619</guid>
      <dc:creator />
      <dc:date>2009-09-16T17:47:19Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188300#M51620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Peter Rieper wrote:there is already a post available, which should answer your question:&lt;BR /&gt;http://community.qlik.com/forums/p/20192/77253.aspx#77253&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Peter, I'm not actually sure what you're suggesting. The demo QVW that I put together for this a long time ago follows Nigel's approach. Are you suggesting that we follow the "hide tabrow" and custom button approach in the linked thread? Are you suggesting that we use lukeclock's macros? Those macros avoid the color expression, but are more complicated, which makes me nervous. Since you must still do work every time you add a tab, I'm not sure that editing the color expression as well is a big deal. So unless someone convinces me otherwise, I'd probably suggest Nigel's approach, even though Nigel is suggesting otherwise. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 04:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188300#M51620</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-09-17T04:00:01Z</dc:date>
    </item>
    <item>
      <title>Active Tab Color</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188301#M51621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;am not a fan of eyecatching additions, at least lukeclock's macro showed a way, which looks promising (although was refined recently). Nigel's solution looks pretty simple (and usually simple solution = good solution), you only need to adjust for each tab added.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 21:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Tab-Color/m-p/188301#M51621</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-09-17T21:41:30Z</dc:date>
    </item>
  </channel>
</rss>

