<?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 Change colours in Tabrow in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373397#M138918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How did they add variables vTab1_On, vTab2_On, vTab3_On, vTab4_On, vTab0_On to change a colours for Tabrow?&lt;/P&gt;&lt;P&gt;Please find attached file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 19:46:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-29T19:46:50Z</dc:date>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373397#M138918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How did they add variables vTab1_On, vTab2_On, vTab3_On, vTab4_On, vTab0_On to change a colours for Tabrow?&lt;/P&gt;&lt;P&gt;Please find attached file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 19:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373397#M138918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-29T19:46:50Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373398#M138919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; On the General tab of Sheet Properties. (bottom right)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 20:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373398#M138919</guid>
      <dc:creator>mikecrengland</dc:creator>
      <dc:date>2012-05-29T20:02:38Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373399#M138920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;But there is a condition.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 20:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373399#M138920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-29T20:05:13Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373400#M138921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The vTab variables were added in the variable overview under settings menu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 21:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373400#M138921</guid>
      <dc:creator>regowins</dc:creator>
      <dc:date>2012-05-29T21:03:23Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373401#M138922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I think you have spotted already, the Calculated Colour code is important, and then the variables to say which tab is active are set by triggers.&amp;nbsp; These are set on the Triggers tab of the Sheet Properties.&amp;nbsp; On entering a tab the appropriate vTab variable is set to 1, on leaving it is set to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vTab variable is then used in the Conditional Colour expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were going for the same effect I would probably go for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetActiveSheetId() = 'Document\SH04', rgb(255,79,79), rgb(255,255,255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid the use of triggers, but the way it has been done in the document you attached works fine too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 21:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373401#M138922</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-05-29T21:15:35Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373402#M138923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;I added variables vTab1_on=1, other variables =0.&lt;/P&gt;&lt;P&gt;I added conditions for each tabrow, but my variables didn't change dynamically. &lt;/P&gt;&lt;P&gt;Maybe you know how set dynamically variables.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 13:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373402#M138923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T13:35:31Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373403#M138924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just right click on a blank area of the sheet and right click and select Properties. Select the Triggers tab and create the required triggers. See the fast food example for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, use the example I posted above that doesn't require variables and triggers....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 07:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373403#M138924</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-05-31T07:03:18Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373404#M138925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this.&lt;/P&gt;&lt;P&gt;I don't know how to add variables which changed from 1 to 0, if selected a tabrow.&lt;/P&gt;&lt;P&gt;I saw in the example conditions and variables vTab_on changed from 0 to 1 indepent of current tabrow.&lt;/P&gt;&lt;P&gt;How to make changed variables?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373404#M138925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-31T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373405#M138926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;For example,&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;if I&amp;nbsp; do sheet 6 in the attached document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-list: Ignore; mso-bidi-theme-font: minor-latin;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 12pt;"&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;Set variables vTab6_on = 0 in the variable overview&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-list: Ignore; mso-bidi-theme-font: minor-latin;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 12pt;"&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;Sheet properties -&amp;gt; Triggers Tab&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-list: l0 level2 lfo1;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-list: Ignore; mso-bidi-theme-font: minor-latin;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 12pt;"&gt;a.&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;On Active sheet&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;set an action for external trigger for a Variable. Set &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;vTab6_on = 1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-list: l0 level2 lfo1;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-list: Ignore; mso-bidi-theme-font: minor-latin;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 12pt;"&gt;b.&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;On&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;Leave sheet&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;set an action for external trigger for a Variable . Select vTab6_on = 0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-list: Ignore; mso-bidi-theme-font: minor-latin;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 12pt;"&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;General sheet properties&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;-&amp;gt; Tab color -&amp;gt; calculated base color = &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; Courier New&amp;amp;quot: ; color: gray; font-size: 9pt; font-family: &amp;amp;quot;"&gt;$(vTab6_On)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;=1, &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;(255,79,79), &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;(255,255,255)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 18:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373405#M138926</guid>
      <dc:creator>regowins</dc:creator>
      <dc:date>2012-05-31T18:26:46Z</dc:date>
    </item>
    <item>
      <title>Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373406#M138927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 20:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373406#M138927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-31T20:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change colours in Tabrow</title>
      <link>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373407#M138928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a video that shows 8 different ways to change the tab colours on selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://youtu.be/g1vIwNx8DMQ" title="http://youtu.be/g1vIwNx8DMQ"&gt;http://youtu.be/g1vIwNx8DMQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 21:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-colours-in-Tabrow/m-p/373407#M138928</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-07-15T21:16:38Z</dc:date>
    </item>
  </channel>
</rss>

