<?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: Qlik Sense Custom Color by Dimension expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375159#M419840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven, color by expression expect a color code, ie:&lt;/P&gt;&lt;P&gt;If(ThisYearSales&amp;gt;LastYearSales,&lt;STRONG&gt; Green()&lt;/STRONG&gt;, &lt;STRONG&gt;RGB(255,0,0)&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case:&lt;/P&gt;&lt;P&gt;if ($(myVar)=1, &lt;EM&gt;Color1&lt;/EM&gt;, &lt;EM&gt;Color2&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Colors/color-by-expression.htm" title="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Colors/color-by-expression.htm"&gt;https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Colors/color-by-expression.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm" title="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm"&gt;https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-char…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To keep a color for each dimension value you can try with:&lt;/P&gt;&lt;P&gt;if ($(myVar)=1, Color(FieldIndex('DimensionX', [DimensionX])), Color(FieldIndex('DimensionY', [DimensionY])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2017 20:20:04 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-12-08T20:20:04Z</dc:date>
    <item>
      <title>Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375158#M419839</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 got a stacked bar chart with two dimensions (First, Second) and one measure (Measure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart's second dimension (Second) is specified by an expression and is based on the value of a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;fx&lt;/EM&gt;&lt;/STRONG&gt; = if ($(myVar)=1, [DimensionX], [DimensionY])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the coloration I would like the colors to be based on the value(s) of the active dimension; ie, I need to &lt;EM&gt;dynamically&lt;/EM&gt; color by dimension.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Under the &lt;STRONG&gt;Colors&lt;/STRONG&gt; setting I chose &lt;STRONG&gt;Custom &amp;gt; By Dimension&lt;/STRONG&gt; and specified the above expression in the &lt;STRONG&gt;Dimension&lt;/STRONG&gt; expression box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;&lt;EM&gt;This does not work. All of the colors turn to gray!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some observations from playing around:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;specifying either [DimensionX] or [DimensionY] alone in the Dimension expression box displays colors, but obviously only when myVar is set to match the value I've specified there.&amp;nbsp; Since I need to dynamically switch between them, this is not a solution.&lt;/LI&gt;&lt;LI&gt;it appears that &lt;EM&gt;anything&lt;/EM&gt; in the expression box other than just &lt;SPAN style="font-size: 13.3333px;"&gt;[DimensionX] or [DimensionY] fails. For example the expression: if(true(),[DimensionX]) fails even when myVar=1. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if there is anything (including whitespace!!!) either before or after the [DimensionX], that fails too. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It's like they put an expression editor in the &lt;STRONG&gt;Custom Colors By Dimension &lt;/STRONG&gt;setting, but you're not supposed to put an expression in it. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 18:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375158#M419839</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-08T18:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375159#M419840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven, color by expression expect a color code, ie:&lt;/P&gt;&lt;P&gt;If(ThisYearSales&amp;gt;LastYearSales,&lt;STRONG&gt; Green()&lt;/STRONG&gt;, &lt;STRONG&gt;RGB(255,0,0)&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case:&lt;/P&gt;&lt;P&gt;if ($(myVar)=1, &lt;EM&gt;Color1&lt;/EM&gt;, &lt;EM&gt;Color2&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Colors/color-by-expression.htm" title="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Colors/color-by-expression.htm"&gt;https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Colors/color-by-expression.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm" title="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm"&gt;https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-char…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To keep a color for each dimension value you can try with:&lt;/P&gt;&lt;P&gt;if ($(myVar)=1, Color(FieldIndex('DimensionX', [DimensionX])), Color(FieldIndex('DimensionY', [DimensionY])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 20:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375159#M419840</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-08T20:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375160#M419841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be clear, I'm using the expression function under Color by Dimension, not Color by Expression.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fooey.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186449_fooey.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it seems that (at least in this version of QlikSense) anything but a single dimension name; eg [Dimension1], in the expression box causes loss of all color. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 16:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375160#M419841</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-11T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375161#M419842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It needs to return only one value and Aggr() can return more than one value, set the expression as:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if($(myVar)=1, [DimensionX], [DimensionY]) // &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;With the starting '='&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This doesn't works?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 16:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375161#M419842</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-11T16:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375162#M419843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree what you've specified &lt;EM&gt;should&lt;/EM&gt; work. But it doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I can make it work is if I express it as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=chr(39)&amp;amp;if(myVar=1,'DimensionX','DimensionY')&amp;amp;chr(39))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which to me seems like a unnecessarily complicated expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 18:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375162#M419843</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-11T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375163#M419844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works for me, have you set the starting '='?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 19:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375163#M419844</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-11T19:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375164#M419845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My chart is a little more complicated.&amp;nbsp; I've modified your example to include an instance of what I'm seeing.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="foo2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186657_foo2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I cannot get &lt;EM&gt;proper&lt;/EM&gt; segment colors to appear without doing what I've described earlier.&lt;/P&gt;&lt;P&gt;Perhaps you can make it work? I appreciate your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375164#M419845</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-12T13:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375165#M419846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried "=if($(var2)=1,D3,D4)" and seems to work, can you try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375165#M419846</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-12T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375166#M419847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work in this instance, let me apply it to my original application and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375166#M419847</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-12T13:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375167#M419848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One final modification: Gave the fields slightly more complex names and qualified them. This is closer to our actual app now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 16:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375167#M419848</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-12T16:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375168#M419849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that spaces in the names of the fields used as dimensions will break the expression parsing for Color by Dimension using expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if (var=1,DimensionX,DimensionY)&amp;nbsp;&amp;nbsp;&amp;nbsp; //works&lt;/P&gt;&lt;P&gt;=if (var=1,DimensionX foo,DimensionY)&amp;nbsp; // does not&lt;/P&gt;&lt;P&gt;=if (var=1,[DimensionX foo],DimensionY)&amp;nbsp; // does not&lt;/P&gt;&lt;P&gt;=if (var=1,'DimensionX foo',DimensionY)&amp;nbsp; // does not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 17:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375168#M419849</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-12T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375169#M419850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi made some test and the problem comes when fields has an empty space. I couldn't find a solution, a workaround can be:&lt;/P&gt;&lt;P&gt;- renaming the field to remove blank spaces &lt;/P&gt;&lt;P&gt;- create another field based on this one given a non-blank-spaces&amp;nbsp; name&lt;/P&gt;&lt;P&gt;- wait for another community member that gives a solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 17:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375169#M419850</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-12T17:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375170#M419851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm pretty sure this used to work properly in previous versions of QlikSense otherwise we'd have experienced this problem long ago. I'll bring it to the attention of Qlik support. Thank you very much for your efforts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 17:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375170#M419851</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-12T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375171#M419852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A partial solution (only works in some cases) is to use double quotes around the field names:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if (var=1,"DimensionX foo",DimensionY) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But it seems to be dependent on the "size" of the dimension. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ruben, would you be so kind as to tell me what version of QlikSense you tested on?&amp;nbsp;&amp;nbsp; Qlik claims to not see this problem on the latest version.&amp;nbsp;&amp;nbsp; I was using v3.2 SR4. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 20:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375171#M419852</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2017-12-12T20:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375172#M419853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven, I used the september version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't try right now the double quote option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 09:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375172#M419853</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-13T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375173#M419854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've consulted with Qlik support. They've verified that it's a bug in Qlik and has been addressed in the latest version. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 14:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/1375173#M419854</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2018-01-05T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Custom Color by Dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/2130095#M1224725</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;When I use this "color by expression" feature QlikSense disables the Legends. Is there a way to overcome this issue so that we have the custom colored graphs and the legends stay on.&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 17:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Custom-Color-by-Dimension-expression/m-p/2130095#M1224725</guid>
      <dc:creator>mansoorsheraz</dc:creator>
      <dc:date>2023-10-19T17:59:53Z</dc:date>
    </item>
  </channel>
</rss>

