<?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: Assigning colors to dimension created using value list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749855#M57693</link>
    <description>&lt;P&gt;I am using show and hide container to show multiple views of the report. Could you explain more briefly please&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 08:26:26 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2020-10-06T08:26:26Z</dc:date>
    <item>
      <title>Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749830#M57687</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I created&amp;nbsp; pie chart using value list dimensions.&lt;/P&gt;&lt;P&gt;Dimensions:-=valuelist('Unlimited Contracts N-1','Fixed Term Contracts N-1','Total Temps N-1')&lt;/P&gt;&lt;P&gt;Right now the colors of the dimensions are coming automatically as i have opted Colors Auto in Qliksense&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1601965672694.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41753iD34B5EA8A7EE9EF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1601965672694.png" alt="Aspiring_Developer_0-1601965672694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I want to assign same colors to the dimensions like below:&lt;/P&gt;&lt;P&gt;Unlimited Contract N-1 = Blue&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fixed term Contract N-1= Red&lt;/P&gt;&lt;P&gt;Total Temps N-1= Green&lt;/P&gt;&lt;P&gt;I tried to make assign the colors in measures like below but it did not worked .&lt;/P&gt;&lt;P&gt;=if( valuelist('Unlimited Contracts N-1','Fixed Term Contracts N-1','Total Temps N-1')='Unlimited Contracts N-1',&lt;/P&gt;&lt;P&gt;num(sum({&amp;lt;Indicateur.Code = {'PO.1.131b'},[Site.isYFPO]={'$(vChange)'},[Site.Participe]={'49|50'},Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date.MonthEnd =, MonthYear=,Date=,NewTestvb1=,Addmonths_Date={'$(= Date(addmonths(MonthStart(max(Addmonths_Date)),-11),'DD/MM/YYYY'))'} &amp;gt;} [Indicateur.Value])&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Indicateur.Code = {'PO.1.137b'},[Site.isYFPO]={'$(vChange)'},[Site.Participe]={'49|50'},Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date.MonthEnd =, MonthYear=,Date=,NewTestvb1=,Addmonths_Date={'$(= Date(addmonths(MonthStart(max(Addmonths_Date)),-11),'DD/MM/YYYY'))'} &amp;gt;} [Indicateur.Value])&lt;/P&gt;&lt;P&gt;,'###.#%', blue())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me on this as i am not able to find anything on community ??&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749830#M57687</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2024-11-16T18:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749839#M57688</link>
      <description>&lt;P&gt;Instead of creating the value list why don't you create an Inline load and try defining the color !! that would definitely work rite&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 07:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749839#M57688</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-06T07:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749842#M57690</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Select the 'color by expression' option in Color section and try following expression:&lt;BR /&gt;If('&lt;SPAN&gt;Unlimited Contract N-1'=Blue(),&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;If('&lt;SPAN&gt;Fixed term Contract N-1&lt;/SPAN&gt;&lt;SPAN&gt;'=Red(),&lt;BR /&gt;If('Total Temps N-1'=Green(),white()))&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Usama&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 07:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749842#M57690</guid>
      <dc:creator>Usama</dc:creator>
      <dc:date>2020-10-06T07:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749854#M57692</link>
      <description>&lt;P&gt;I tried , it didn't worked&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1601972303489.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41762i29D3B46B77510EA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1601972303489.png" alt="Aspiring_Developer_0-1601972303489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749854#M57692</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-10-06T08:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749855#M57693</link>
      <description>&lt;P&gt;I am using show and hide container to show multiple views of the report. Could you explain more briefly please&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749855#M57693</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-10-06T08:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749889#M57699</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;&amp;nbsp; What is the condition of giving color?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749889#M57699</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-06T10:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749898#M57702</link>
      <description>&lt;P&gt;there is no such specific condition. I am using the value list&amp;nbsp; dimensions in multiple charts and they all are showcase in same screen , i want to define same colors for all the dimension in all charts . Please see below view:-&lt;/P&gt;&lt;P&gt;=valuelist('Unlimited Contracts','Fixed term Contracts','Total Temps')-Dimension of first chart&lt;/P&gt;&lt;P&gt;==valuelist('Unlimited Contracts N-1','Fixed Term Contracts N-1','Total Temps N-1')- Dimension for second chart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1601979570643.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41767iF1D548ECECD46BE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1601979570643.png" alt="Aspiring_Developer_0-1601979570643.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, I want to achieve below:-&lt;/P&gt;&lt;P&gt;Unlimited Contracts &amp;amp;&amp;nbsp;Unlimited Contracts N-1= Should have the same color in both charts (Any color may be blue)&lt;/P&gt;&lt;P&gt;Fixed term Contracts &amp;amp;&amp;nbsp;Fixed term Contracts N-1= Should have same color in both charts (Any color may be red)&lt;/P&gt;&lt;P&gt;Total Temps &amp;amp;&amp;nbsp;Total Temps N-1== Should have same color in both charts (Any color may be Green)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to understand , how can we assign colors when we use value list for dimensions and measures.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749898#M57702</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-10-06T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749909#M57703</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;&amp;nbsp; Go to chart properties-&amp;gt;Appearance-&amp;gt; Colors and legend&amp;gt; from dropdown select "By expression" and put below expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(match(
valuelist('Unlimited Contracts N-1','Fixed Term Contracts N-1','Total Temps N-1'),
'Unlimited Contracts N-1','Fixed Term Contracts N-1','Total Temps N-1'),
RGB(...),RGB(...),RGB(...))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly you can apply colors to other chart&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749909#M57703</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-06T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749974#M57708</link>
      <description>&lt;P&gt;Hello Kush,&lt;/P&gt;&lt;P&gt;I tried below in the&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;Color code expression :-&lt;/P&gt;&lt;P&gt;=Pick(match(valuelist('Unlimited Contracts','Fixed term Contracts','Total Temps'), Blue(), red(), Green() ))&lt;/P&gt;&lt;P&gt;It is giving me below output:-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1601989052590.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41783iB1697B2FB43C743E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1601989052590.png" alt="Aspiring_Developer_0-1601989052590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is not working, please suggest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 12:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749974#M57708</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-10-06T12:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749976#M57709</link>
      <description>&lt;P&gt;Also for the chart i am using this expression:-&lt;/P&gt;&lt;P&gt;if(Valuelist('Unlimited Contracts','Fixed term Contracts','Total Temps')='Unlimited Contracts',&lt;/P&gt;&lt;P&gt;num(sum({$&amp;lt;Indicateur.Code = {'PO.1.2'},Date=,Date.MonthEnd=,NewTestvb1=,Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date= {"$(=MonthStart(Max(Date)))"}, Site.Participe = {'49|50'},[Site.isYFPO]={'$(vChange)'}&amp;gt;} Indicateur.Value)&lt;BR /&gt;/&lt;BR /&gt;sum({$&amp;lt;Indicateur.Code = {'PO.1.7'},Date=,Date.MonthEnd=,NewTestvb1=,Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date= {"$(=MonthStart(Max(Date)))"}, Site.Participe = {'49|50'},[Site.isYFPO]={'$(vChange)'}&amp;gt;} Indicateur.Value)&lt;/P&gt;&lt;P&gt;,'###.#%' )&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if(ValueList('Unlimited Contracts','Fixed term Contracts','Total Temps')='Fixed term Contracts',&lt;BR /&gt;num(sum({$&amp;lt;Indicateur.Code = {'PO.1.5'},Date=,Date.MonthEnd=,NewTestvb1=,Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date= {"$(=MonthStart(Max(Date)))"}, Site.Participe = {'49|50'},[Site.isYFPO]={'$(vChange)'}&amp;gt;} Indicateur.Value)&lt;BR /&gt;/&lt;BR /&gt;sum({$&amp;lt;Indicateur.Code = {'PO.1.7'},Date=,Date.MonthEnd=,NewTestvb1=,Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date= {"$(=MonthStart(Max(Date)))"}, Site.Participe = {'49|50'},[Site.isYFPO]={'$(vChange)'}&amp;gt;} Indicateur.Value)&lt;/P&gt;&lt;P&gt;,'###.#%')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if(Valuelist('Unlimited Contracts','Fixed term Contracts','Total Temps')='Total Temps',&lt;/P&gt;&lt;P&gt;Num(sum({$&amp;lt;Indicateur.Code = {'PO.1.3'},Date=,Date.MonthEnd=,NewTestvb1=,Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date= {"$(=MonthStart(Max(Date)))"}, Site.Participe = {'49|50'},[Site.isYFPO]={'$(vChange)'}&amp;gt;} Indicateur.Value)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Indicateur.Code = {'PO.1.7'},Date=,Date.MonthEnd=,NewTestvb1=,Date.Year = , Date.MonthName = , Date.Quarter =, Date.Month =, Date= {"$(=MonthStart(Max(Date)))"}, Site.Participe = {'49|50'},[Site.isYFPO]={'$(vChange)'}&amp;gt;} Indicateur.Value)&lt;/P&gt;&lt;P&gt;,'###.#%' ) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1749976#M57709</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-10-06T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning colors to dimension created using value list</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1750398#M57736</link>
      <description>&lt;P&gt;Can anyone please help me on this ? I am not able to find the solution . Please help &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 14:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-colors-to-dimension-created-using-value-list/m-p/1750398#M57736</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-10-07T14:48:33Z</dc:date>
    </item>
  </channel>
</rss>

