<?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: Custom color by expression for two different expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842534#M11584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right about the pop-up. So you might want to use another field name than Dummy. Something that better describes the measures represented by the values of the dummy dimension. Selecting a bar segment won't select the value in the Dummy dimension. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 15:59:42 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-06-24T15:59:42Z</dc:date>
    <item>
      <title>Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842531#M11581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a stacked bar-chart, with one dimension and two expressions.&lt;/P&gt;&lt;P&gt;Both expressions have a different meaning, but should be stacked to indicate a total.&lt;/P&gt;&lt;P&gt;By choosing color "Auto" or "Custom - Multicolored" I get the following visualization:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20150617 - CustomColorByExpression.PNG" class="jive-image image-1" src="/legacyfs/online/89748_20150617 - CustomColorByExpression.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Almost perfect... Just not these default colors blue and purple-red-ish.&lt;/P&gt;&lt;P&gt;In the rest of my dashboard I use two custom colors for the meaning of these expressions, which I want to apply to this bar-chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choosing color "Custom - By expression" allows me to create an expression to color. But I cannot seem to make a color-expression that results in a different color for the first and second expression. The single color-expressions seems to be applied on both expressions equally and I don't know if (and how) I can actually make an "IF"-statement to address them separately...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20150617 - CustomColorByExpression2.PNG" class="jive-image image-2" src="/legacyfs/online/89749_20150617 - CustomColorByExpression2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;One of the attempts include an IF statement that checks for a dimension-value particular for one of the expressions.&lt;/P&gt;&lt;P&gt;Another attempt includes checking COLUMN(1), also didn't get that to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the custom color expression to set different colors for expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842531#M11581</guid>
      <dc:creator>Allardata</dc:creator>
      <dc:date>2024-11-16T11:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842532#M11582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to add a dummy dimension. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dummy:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Dummy&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use that Dummy as second dimension in your chart together with only one expression like pick(match(Dummy, 'A','B'), sum(Foo), sum(Bar))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can then use a pick match for the color expression too: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;pick(match(Dummy, 'A','B'), Green(), RGB(200,50,150))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps. wear shades if you use that second rgb color &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 18:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842532#M11582</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-17T18:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842533#M11583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smart! And useful as a workaround in some cases for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet selecting that bar-chart will result in a field-selection on "Dummy", right? As well as the pop-up when doing a mouse-over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 08:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842533#M11583</guid>
      <dc:creator>Allardata</dc:creator>
      <dc:date>2015-06-24T08:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842534#M11584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right about the pop-up. So you might want to use another field name than Dummy. Something that better describes the measures represented by the values of the dummy dimension. Selecting a bar segment won't select the value in the Dummy dimension. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842534#M11584</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-24T15:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842535#M11585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a similar issue, but my graph is not stacked...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-09-11 10_17_31-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/98662_2015-09-11 10_17_31-Qlik Sense Desktop.png" style="height: 375px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I used the Dummy in the Load Script provided by &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt; and it works ok (see the custom colours in my graph).&lt;/P&gt;&lt;P&gt;Problem is that Sense does not allow me to add an additional measure. The yellowish column should have other values (those from the measure I cannot add), not the same as the green one.&lt;/P&gt;&lt;P&gt;I am using a Dimension I created in the Master items (shown here are EA HP LP .... etc) in order to drill down (which btw uses the custom colours as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;) and the Dummy as Dimension as well - &lt;STRONG&gt;maybe due to the drill down dimension I cannot add more than one measure?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DummyAllWon:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;OpportunitiesAllWon&lt;/P&gt;&lt;P&gt;Sales Speed All Opps&lt;/P&gt;&lt;P&gt;Sales Speed Won Opps&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match([OpportunitiesAllWon],'Sales Speed All Opps','Sales Speed Won Opps'), &lt;/P&gt;&lt;P&gt;&amp;nbsp; green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(200,150,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842535#M11585</guid>
      <dc:creator>demonioazul</dc:creator>
      <dc:date>2015-09-11T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842536#M11586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I switched for a non drill down Dimension and it does not allow me to add an additional measure &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842536#M11586</guid>
      <dc:creator>demonioazul</dc:creator>
      <dc:date>2015-09-11T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842537#M11587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you have two two measures and one dimension in it than how can we achieve it?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 06:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842537#M11587</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-11-20T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842538#M11588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Suppose you have two two measures and one dimension in it than how can we achieve it?.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Can you explain what you mean with "two two measures"? The case of two measures and one dimension has been demonstrated above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 08:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842538#M11588</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-20T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842539#M11589</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;A href="https://community.qlik.com/thread/191899"&gt;Color Change in qs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have posted the sample qvf here pls look once..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842539#M11589</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-11-20T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842540#M11590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have answered the same question in this link : &lt;A href="https://community.qlik.com/message/914879"&gt;Re: How to use custom colours in a stacked bar chart&lt;/A&gt; with an attached QVF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106271_Capture.png" style="height: 366px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2015 01:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842540#M11590</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-11-21T01:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842541#M11591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing to that other thread. Helpful!&lt;BR /&gt;Although it achieves the result, it's far from ideal when trying to use a consistent color for a certain country throughout the dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 08:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842541#M11591</guid>
      <dc:creator>Allardata</dc:creator>
      <dc:date>2015-12-15T08:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842542#M11592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What solution would you suggest for Combo Chart (not a Bar Chart) case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know CC are not allowing multiple dimensions (I am using QS 2.1.1)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 23:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842542#M11592</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-01-07T23:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842543#M11593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what you want to do in a combo chart with regard to colors? Preferably in a new discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 16:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842543#M11593</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-08T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842544#M11594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to set different (non-standard or "suggested" by Qlik) colors for my measures...&lt;/P&gt;&lt;P&gt;I have 4: 2 Bars and 2 lines.&lt;/P&gt;&lt;P&gt;I've created a post trying to understand if I can use the same approach as above in Combo charts.. (&lt;A href="https://community.qlik.com/thread/198903"&gt;Unable to add second dimension to a Combo chart&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842544#M11594</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-01-08T18:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842545#M11595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;One way to achieve this is by creating a Master Item Measure for both of your measures. In creation of this measure you are able to select the color of your choice for each respective measure and these colors will stay consistent throughout your app if you have them displayed in multiple sheets.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 13:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/842545#M11595</guid>
      <dc:creator>adandreti</dc:creator>
      <dc:date>2018-10-25T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/1818468#M67076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This helped me a lot to achieve colour by expression but how can I set the colour according to a comparison between the 2 bars?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Actual vs Budget so my expression is&amp;nbsp;&lt;/P&gt;&lt;P&gt;pick(match(only({&amp;lt;FISCAL_MONTH={"&amp;lt;=$(vMaxMonth)"}&amp;gt;}[ACTUAL/BUDGET]), 'Actual','Budget'),sum({&amp;lt;CODE_LVL8={'HBVERK'},FISCAL_MONTH={"&amp;lt;=$(vMaxMonth)"}&amp;gt;}ACTUAL*-1),&lt;BR /&gt;sum({&amp;lt;CODE_LVL8={'HBVERK'},FISCAL_MONTH={"&amp;lt;=$(vMaxMonth)"}&amp;gt;}BUDGET*-1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the Actual bar to be LightRed() when it is less than budget?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 08:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/1818468#M67076</guid>
      <dc:creator>BmRoux</dc:creator>
      <dc:date>2021-06-29T08:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom color by expression for two different expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/2025324#M84558</link>
      <description>&lt;P&gt;Why is this so darn complex in Qlik? &lt;span class="lia-unicode-emoji" title=":face_with_steam_from_nose:"&gt;😤&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Like c'mon, selecting by measure does not work straightforward. Selecting multi-color does not allow self selecting a color scheme. And doing by expression is far from straightforward too. &lt;BR /&gt;&lt;BR /&gt;It should not be this complex.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 08:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-color-by-expression-for-two-different-expressions/m-p/2025324#M84558</guid>
      <dc:creator>FlyingFrog</dc:creator>
      <dc:date>2023-01-13T08:23:46Z</dc:date>
    </item>
  </channel>
</rss>

