<?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: How to show different value in popup and chart value. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110629#M7585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response. I tried&amp;nbsp; it according to your method, but it doesnot work.&lt;/P&gt;&lt;P&gt;It still keeps the same value. Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2018 05:19:48 GMT</pubDate>
    <dc:creator>wangxusq</dc:creator>
    <dc:date>2018-11-09T05:19:48Z</dc:date>
    <item>
      <title>How to show different value in popup and chart value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110627#M7583</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 requirement, pls see the picture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a chart, the bar chart measure is &lt;SPAN style="color: #ff0000;"&gt;sum(quantity)/1000;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;I need the bar chart value is &lt;SPAN style="color: #ff0000;"&gt;sum(quantity)/1000&amp;nbsp; and the popup value shows &lt;SPAN style="color: #ff0000;"&gt;sum(quantity). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;For example, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #ff0000;"&gt;if &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;sum(quantity)=1528123, then the bar chart value shows 1528&amp;nbsp; and the popup value shows 1528123.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;It also would be OK if it can be&amp;nbsp; achived&amp;nbsp;&amp;nbsp;&amp;nbsp; in mashup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="popup.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217595_popup.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 08:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110627#M7583</guid>
      <dc:creator>wangxusq</dc:creator>
      <dc:date>2018-11-06T08:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show different value in popup and chart value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110628#M7584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using dual function&lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate" style="font-size: 16px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; color: #0f0f0f;"&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;Dual(&lt;/SPAN&gt;text, number&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;something like Dual(sum(quantity), sum(quantity)/1000 )&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate" style="box-sizing: border-box; font-size: 16px; margin: 10px 0px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; display: inline-block; color: #0f0f0f;"&gt;&lt;SPAN class="statement" style="box-sizing: border-box; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 14:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110628#M7584</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-06T14:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show different value in popup and chart value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110629#M7585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response. I tried&amp;nbsp; it according to your method, but it doesnot work.&lt;/P&gt;&lt;P&gt;It still keeps the same value. Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 05:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-different-value-in-popup-and-chart-value/m-p/110629#M7585</guid>
      <dc:creator>wangxusq</dc:creator>
      <dc:date>2018-11-09T05:19:48Z</dc:date>
    </item>
  </channel>
</rss>

