<?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: Bar Chart Color by Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800911#M64907</link>
    <description>&lt;P&gt;Without any modification the tooltip you get when you hover is based on your measures and color expressions as you saw.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipBasic.png" style="width: 213px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53284iB7713B3E57BFA3F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ToolTipBasic.png" alt="ToolTipBasic.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In my example I have a single measure for the # of Events.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipBasicExample.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53285iA2B70DD4C6BFA479/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ToolTipBasicExample.png" alt="ToolTipBasicExample.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if you turn off the basic tooltip you can add additional measures to what would be shown or in my case you can say "don't even show the basic rows I will give you everything I want you to show"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipCustom.png" style="width: 202px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53287iAB3AB27D2E1A3F26/image-size/large?v=v2&amp;amp;px=999" role="button" title="ToolTipCustom.png" alt="ToolTipCustom.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the result is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipCustomExample.png" style="width: 615px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53289iDB91D4217E535F68/image-size/large?v=v2&amp;amp;px=999" role="button" title="ToolTipCustomExample.png" alt="ToolTipCustomExample.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 12:50:07 GMT</pubDate>
    <dc:creator>Dalton_Ruer</dc:creator>
    <dc:date>2021-04-20T12:50:07Z</dc:date>
    <item>
      <title>Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1799376#M64747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using 'color by expression' over 'bar chart' to add a measure, this measure needs to be a percentage.&lt;BR /&gt;In the image below for example, I would like to have a percentage sign beside the number.&lt;BR /&gt;&lt;STRIKE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.jpg" style="width: 297px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52977i2FF3DB21887EF126/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.jpg" alt="Untitled.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRIKE&gt;&lt;BR /&gt;This is where the code located:&lt;BR /&gt;&lt;STRIKE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 240px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52978i71FD52D9022C9187/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've tried using the num function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;=num(((Sum(Invoice_Sum)/(Sum(Income_Target)))-1)*100, '#,##0%' )&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But it doesn't work, any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 21:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1799376#M64747</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-12-21T21:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800676#M64882</link>
      <description>&lt;P&gt;Override the Tooltip with your own Custom Tooltip.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 20:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800676#M64882</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-19T20:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800791#M64898</link>
      <description>&lt;P&gt;Could you explain furthermore please?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 07:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800791#M64898</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-20T07:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800911#M64907</link>
      <description>&lt;P&gt;Without any modification the tooltip you get when you hover is based on your measures and color expressions as you saw.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipBasic.png" style="width: 213px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53284iB7713B3E57BFA3F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ToolTipBasic.png" alt="ToolTipBasic.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In my example I have a single measure for the # of Events.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipBasicExample.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53285iA2B70DD4C6BFA479/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ToolTipBasicExample.png" alt="ToolTipBasicExample.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if you turn off the basic tooltip you can add additional measures to what would be shown or in my case you can say "don't even show the basic rows I will give you everything I want you to show"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipCustom.png" style="width: 202px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53287iAB3AB27D2E1A3F26/image-size/large?v=v2&amp;amp;px=999" role="button" title="ToolTipCustom.png" alt="ToolTipCustom.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the result is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToolTipCustomExample.png" style="width: 615px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53289iDB91D4217E535F68/image-size/large?v=v2&amp;amp;px=999" role="button" title="ToolTipCustomExample.png" alt="ToolTipCustomExample.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 12:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1800911#M64907</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-20T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1801156#M64941</link>
      <description>&lt;P&gt;I see,&lt;BR /&gt;Any chance that your suggestion is available only in the 2021 Qlik edition?&lt;BR /&gt;I'm using June 2019...&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 06:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1801156#M64941</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-21T06:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1801287#M64947</link>
      <description>&lt;P&gt;&amp;nbsp;It is newer than June 2019.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 12:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1801287#M64947</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-21T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color by Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1801352#M64954</link>
      <description>&lt;P&gt;Yep, that's my problem.&lt;BR /&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-Color-by-Expression/m-p/1801352#M64954</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-21T14:04:32Z</dc:date>
    </item>
  </channel>
</rss>

