<?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>article How to - Dynamic Look and Feel in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/ta-p/1491145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 24pt; font-family: 'book antiqua', palatino;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 24pt; font-family: 'book antiqua', palatino;"&gt;How to - Dynamic Look and Feel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;The concept here is to have colors and logo dynamically changed based on a listbox.&lt;/SPAN&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;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;1) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Download attached package and saved included picture to a folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create new application and copy and paste below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;PickName,Company,val&lt;/P&gt;&lt;P&gt;pepsilogo.jpg,Pepsi,1&lt;/P&gt;&lt;P&gt;cokelogo.jpg,Coke,2&lt;/P&gt;&lt;P&gt;catlogo.jpg,Cat,3&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Colors:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;No.,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pepsi,&amp;nbsp;&amp;nbsp;&amp;nbsp; Coke,Cat,Variable Name,Info&lt;/P&gt;&lt;P&gt;1, 'RGB(232,17,45)','RGB(184,19,33)','RGB(0,0,0)',vTabActiveBg,Active Backround&lt;/P&gt;&lt;P&gt;2, 'RGB(0, 133, 202)','RGB(51,11,12)','RGB(255,223,0)',vTabInactiveBg,Incative Background&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * inline [&lt;/P&gt;&lt;P&gt;Product,Value,Country&lt;/P&gt;&lt;P&gt;A,1,Russia&lt;/P&gt;&lt;P&gt;B,2,UK&lt;/P&gt;&lt;P&gt;C,3,Poland&lt;/P&gt;&lt;P&gt;D,4,Germany&lt;/P&gt;&lt;P&gt;E,5,Czech&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;pics:&lt;/P&gt;&lt;P&gt;bundle load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PickName,Path&lt;/P&gt;&lt;P&gt;pepsilogo.jpg,'D:\Multilanguages\pepsilogo.jpg'&lt;/P&gt;&lt;P&gt;cokelogo.jpg,'D:\Multilanguages\cokelogo.jpg'&lt;/P&gt;&lt;P&gt;catlogo.jpg,'D:\Multilanguages\catlogo.jpg'&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Change this part&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;'D:\Multilanguages\catlogo.jpg'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;to&amp;nbsp; a path with a folder with your pictures.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;4)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create:&lt;/P&gt;&lt;P&gt;a) &lt;STRONG&gt;List box&lt;/STRONG&gt; -&amp;nbsp; with field "Company"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;b) &lt;STRONG&gt;Bar chart&lt;/STRONG&gt; -- with "Product" as Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and &lt;STRONG&gt;SUM(Values)&lt;/STRONG&gt; as Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;c) &lt;STRONG&gt;Text box-&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;with &lt;/SPAN&gt;&lt;EM&gt;Representation&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; as "Image"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and below expression in Text box:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(Company=Company,Info(PickName),'NA')&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107789" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/107789_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;5)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Add 3 variables:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107790" alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/107790_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;a) &lt;STRONG&gt;vTabActiveBg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =$(=fieldvalue($(vCompany),1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;STRONG&gt; vTabInativeBg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; =$(=fieldvalue($(vCompany),2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) &lt;STRONG&gt;vCompany&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Chr(39)&amp;amp;Company&amp;amp;Chr(39)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 12pt;"&gt;&lt;STRONG&gt;6)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the &lt;STRONG&gt;Caption&lt;/STRONG&gt; section of an object change the &lt;EM&gt;Base Colo&lt;/EM&gt;r of " &lt;STRONG&gt;Active&lt;/STRONG&gt; " and "&lt;/SPAN&gt;&lt;STRONG&gt;Inactive&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt; Colors&lt;/STRONG&gt;" to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Calculated" with an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for "&lt;STRONG&gt;Inactive Caption"&lt;/STRONG&gt; use:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=vTabInactiveBg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For "&lt;STRONG&gt;Active Caption"&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;=vTabActiveBg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG __jive_id="107795" alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/107795_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The final picture will be &lt;/SPAN&gt;similar&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; to this one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107776" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107776_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use&amp;nbsp; the list box to change the colors and the logo of the company.&lt;/P&gt;&lt;P&gt;As you probably realize at this point, you can add&amp;nbsp; more variables to have every other color dynamically change this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'comic sans ms', sans-serif; font-weight: inherit;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;SPAN style="font-size: 12pt;"&gt;How To /Missing Manual(23 articles)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2022 17:59:53 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2022-09-20T17:59:53Z</dc:date>
    <item>
      <title>How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/ta-p/1491145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 24pt; font-family: 'book antiqua', palatino;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 24pt; font-family: 'book antiqua', palatino;"&gt;How to - Dynamic Look and Feel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;The concept here is to have colors and logo dynamically changed based on a listbox.&lt;/SPAN&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;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;1) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Download attached package and saved included picture to a folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create new application and copy and paste below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;PickName,Company,val&lt;/P&gt;&lt;P&gt;pepsilogo.jpg,Pepsi,1&lt;/P&gt;&lt;P&gt;cokelogo.jpg,Coke,2&lt;/P&gt;&lt;P&gt;catlogo.jpg,Cat,3&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Colors:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;No.,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pepsi,&amp;nbsp;&amp;nbsp;&amp;nbsp; Coke,Cat,Variable Name,Info&lt;/P&gt;&lt;P&gt;1, 'RGB(232,17,45)','RGB(184,19,33)','RGB(0,0,0)',vTabActiveBg,Active Backround&lt;/P&gt;&lt;P&gt;2, 'RGB(0, 133, 202)','RGB(51,11,12)','RGB(255,223,0)',vTabInactiveBg,Incative Background&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; * inline [&lt;/P&gt;&lt;P&gt;Product,Value,Country&lt;/P&gt;&lt;P&gt;A,1,Russia&lt;/P&gt;&lt;P&gt;B,2,UK&lt;/P&gt;&lt;P&gt;C,3,Poland&lt;/P&gt;&lt;P&gt;D,4,Germany&lt;/P&gt;&lt;P&gt;E,5,Czech&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;pics:&lt;/P&gt;&lt;P&gt;bundle load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PickName,Path&lt;/P&gt;&lt;P&gt;pepsilogo.jpg,'D:\Multilanguages\pepsilogo.jpg'&lt;/P&gt;&lt;P&gt;cokelogo.jpg,'D:\Multilanguages\cokelogo.jpg'&lt;/P&gt;&lt;P&gt;catlogo.jpg,'D:\Multilanguages\catlogo.jpg'&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Change this part&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;'D:\Multilanguages\catlogo.jpg'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;to&amp;nbsp; a path with a folder with your pictures.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;4)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create:&lt;/P&gt;&lt;P&gt;a) &lt;STRONG&gt;List box&lt;/STRONG&gt; -&amp;nbsp; with field "Company"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;b) &lt;STRONG&gt;Bar chart&lt;/STRONG&gt; -- with "Product" as Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and &lt;STRONG&gt;SUM(Values)&lt;/STRONG&gt; as Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;c) &lt;STRONG&gt;Text box-&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;with &lt;/SPAN&gt;&lt;EM&gt;Representation&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; as "Image"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and below expression in Text box:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(Company=Company,Info(PickName),'NA')&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107789" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/107789_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;5)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Add 3 variables:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107790" alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/107790_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;a) &lt;STRONG&gt;vTabActiveBg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =$(=fieldvalue($(vCompany),1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;STRONG&gt; vTabInativeBg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; =$(=fieldvalue($(vCompany),2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) &lt;STRONG&gt;vCompany&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Chr(39)&amp;amp;Company&amp;amp;Chr(39)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 12pt;"&gt;&lt;STRONG&gt;6)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the &lt;STRONG&gt;Caption&lt;/STRONG&gt; section of an object change the &lt;EM&gt;Base Colo&lt;/EM&gt;r of " &lt;STRONG&gt;Active&lt;/STRONG&gt; " and "&lt;/SPAN&gt;&lt;STRONG&gt;Inactive&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt; Colors&lt;/STRONG&gt;" to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Calculated" with an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for "&lt;STRONG&gt;Inactive Caption"&lt;/STRONG&gt; use:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=vTabInactiveBg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For "&lt;STRONG&gt;Active Caption"&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;=vTabActiveBg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG __jive_id="107795" alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/107795_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The final picture will be &lt;/SPAN&gt;similar&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; to this one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107776" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107776_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use&amp;nbsp; the list box to change the colors and the logo of the company.&lt;/P&gt;&lt;P&gt;As you probably realize at this point, you can add&amp;nbsp; more variables to have every other color dynamically change this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'comic sans ms', sans-serif; font-weight: inherit;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;SPAN style="font-size: 12pt;"&gt;How To /Missing Manual(23 articles)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2022 17:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/ta-p/1491145</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2022-09-20T17:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491146#M1776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Sharing &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 04:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491146#M1776</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-12-02T04:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491147#M1777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good one Thanks for sharing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 04:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491147#M1777</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-12-02T04:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491148#M1778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 06:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491148#M1778</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-12-02T06:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491149#M1779</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;SPAN style="font-size: 13.3333px;"&gt;I tried to replicate what you did but I have difficulty in using Qlik sense&amp;nbsp; when you write&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;c) &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Text box-&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;with &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Representation&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; as "Image"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;and below expression in Text box:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Company=Company,Info(PickName),'NA')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;6)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;In the &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Caption&lt;/STRONG&gt; section of an object change the &lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Base Colo&lt;/EM&gt;r of " &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Active&lt;/STRONG&gt; " and "&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Inactive&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; Colors&lt;/STRONG&gt;" to&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Calculated" with an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;for "&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Inactive Caption"&lt;/STRONG&gt; use:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;=vTabInactiveBg&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;For "&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Active Caption"&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=vTabActiveBg&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;My result is ... the image attached&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;IMG alt="Immagine.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110989_Immagine.png" style="height: 350px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 21:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491149#M1779</guid>
      <dc:creator>fmazzarelli</dc:creator>
      <dc:date>2016-01-07T21:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491150#M1780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attached your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 22:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491150#M1780</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-01-07T22:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491151#M1781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;I am ashamed but I do not know how to do&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 11:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491151#M1781</guid>
      <dc:creator>fmazzarelli</dc:creator>
      <dc:date>2016-01-08T11:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Dynamic Look and Feel</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491152#M1782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing, I've never used the function Info() like this. I have to say an open mind is indispensable when we work with Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Dynamic-Look-and-Feel/tac-p/1491152#M1782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-14T08:58:14Z</dc:date>
    </item>
  </channel>
</rss>

