<?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: Tab colour highlighting on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487092#M1125815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much - I'm sure I'll use that somewhere on this app!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 12:02:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-09T12:02:57Z</dc:date>
    <item>
      <title>Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487086#M1125809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the tabs to change background and text colour when selected.&amp;nbsp; I want white background and black text when inactive and blue background and white text when clicked on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried putting this formula in the tab settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (GetActiveSheetId()='Document\SH01',RGB(0,128,255), White())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But I can't seem to get it to do it the right way round.&amp;nbsp; Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487086#M1125809</guid>
      <dc:creator />
      <dc:date>2014-01-09T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487087#M1125810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've figured this out now, thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487087#M1125810</guid>
      <dc:creator />
      <dc:date>2014-01-09T11:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487088#M1125811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you like to report how you did it for the benefit of others who may read this thread in the future?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487088#M1125811</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-01-09T11:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487089#M1125812</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 using like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Tab Color&lt;/STRONG&gt;, Go to Sheet Properties&amp;gt;&amp;gt;Tab Settings&amp;gt;&amp;gt;Tab Color&amp;gt;&amp;gt;Custom Colors&amp;gt;&amp;gt;Calculated, put the expression:&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;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH01',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;blue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; For &lt;STRONG&gt;TAb Text color&lt;/STRONG&gt;, Go to Sheet Properties&amp;gt;&amp;gt;Tab Settings&amp;gt;&amp;gt;Tab Text Color&amp;gt;&amp;gt;Custom Colors&amp;gt;&amp;gt;Calculated, put the expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()='Document\SH01',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;black&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps, mark the Post as Correct, to help others!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487089#M1125812</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-01-09T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487090#M1125813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment, May be it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487090#M1125813</guid>
      <dc:creator />
      <dc:date>2014-01-09T11:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487091#M1125814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure thing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the tab colour, go to Sheet Properties click Custom Colour/Tab Colour.&amp;nbsp; First click Fixed and select the colour you want (mine was the following blue R=0, G=128, B=255).&amp;nbsp; Then select Calculated and enter the same colour into the Expression Box.&amp;nbsp; The formula is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetActiveSheetId()='Document\SH02',RGB(0,128,255),white())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: make sure that the sheet number (SH02) matches the Sheet ID or it won't appear to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the text colour, click on Custom Colour/Tab Text Colour.&amp;nbsp; First click Fixed and select Black on the Basic Colours.&amp;nbsp; Then select Calculated and enter the following formula to get white:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetActiveSheetId()='Document\SH02',white(),black())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will then give you the blue tab with white text when you select that tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487091#M1125814</guid>
      <dc:creator />
      <dc:date>2014-01-09T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tab colour highlighting on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487092#M1125815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much - I'm sure I'll use that somewhere on this app!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-colour-highlighting-on-selection/m-p/487092#M1125815</guid>
      <dc:creator />
      <dc:date>2014-01-09T12:02:57Z</dc:date>
    </item>
  </channel>
</rss>

