<?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: In Bar graph show the Pop Up Message in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1704698#M724557</link>
    <description>&lt;P&gt;Hi, for scenario 1 you can use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dual(City &amp;amp; Chr(10)&amp;amp;'Product Codes :'&amp;amp;Chr(10)&amp;amp;
Concat(Aggr(Product &amp;amp; ' --- ' &amp;amp; Sum(Sales) &amp;amp; ' --- ' &amp;amp; Num(Sum(Sales)/Sum(TOTAL &amp;lt;City&amp;gt; Sales),'#.00%') , City, Product) ,Chr(10))&amp;amp; Chr(10)&amp;amp;
'% Gain='&amp;amp; Num((Sum(Sales)/Sum(Total Sales))*100 ,'##,#0.##')&amp;amp; '%' &amp;amp;chr(10)&amp;amp;
'Total Sales='  &amp;amp;  Sum(Sales),Sum(Sales))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;For scenario 2 I can only think on a nested if comparison, maybe there is a clever way than this.&lt;/P&gt;&lt;P&gt;Sample attached.&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2020 19:07:44 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2020-05-23T19:07:44Z</dc:date>
    <item>
      <title>In Bar graph show the Pop Up Message</title>
      <link>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1704111#M724556</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help me ,&lt;/P&gt;&lt;P&gt;1. Scenario 1:&lt;/P&gt;&lt;P&gt;I have Bar char , in that country is the dimension and sum(sales) is my measure, in that having country wise sales information. Whenever mouse is placed on bar ,pop up is displaying.&lt;/P&gt;&lt;P&gt;I tried this code to display that one&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dual(City &amp;amp; Chr(10)&amp;amp;'Product Codes :'&amp;amp;Chr(10)&amp;amp;&lt;/P&gt;&lt;P&gt;Concat(DISTINCT Product ,Chr(10))&amp;amp; Chr(10)&amp;amp;&lt;/P&gt;&lt;P&gt;'% Gain='&amp;amp; Num((Sum(Sales)/Sum(Total Sales))*100 ,'##,#0.##')&amp;amp; '%' &amp;amp;chr(10)&amp;amp;&lt;BR /&gt;'Total Sales=' &amp;amp; Sum(Sales),Sum(Sales))&lt;/P&gt;&lt;P&gt;displaying the pop up is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Country =USA&lt;/P&gt;&lt;P&gt;City=New york&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;% Gain =20 %&lt;/P&gt;&lt;P&gt;Total Sales &amp;nbsp;= 10100&lt;/P&gt;&lt;P&gt;But I want to display in this way.&lt;/P&gt;&lt;P&gt;Country =USA&lt;/P&gt;&lt;P&gt;City=New york&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;101 ---4400 ---43.56 %&lt;/P&gt;&lt;P&gt;102 ---4770 ---47.22 %&lt;/P&gt;&lt;P&gt;103 ---930 ---9.2 %&lt;/P&gt;&lt;P&gt;% Gain =20 %&lt;/P&gt;&lt;P&gt;Total Sales &amp;nbsp;= 10100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Scenario 2:&lt;/P&gt;&lt;P&gt;I have ID field, P_ID , M1...M5 Values (Yes, No) are there,&lt;/P&gt;&lt;P&gt;based on Id which is max count of yes in M1... M5 Tables,&lt;/P&gt;&lt;P&gt;i used rangemax( M1...M5 ) it will display the value,&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to display the column name also Like&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; MAX Value&amp;nbsp; &amp;nbsp; &amp;nbsp;Field&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; 15&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M1&lt;/P&gt;&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; 10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M1&lt;/P&gt;&lt;TABLE width="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="99"&gt;&lt;P&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="99"&gt;&lt;P&gt;&lt;STRONG&gt;Max Value&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;P&gt;Field&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99"&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="99"&gt;&lt;P&gt;&lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99"&gt;&lt;P&gt;101&lt;/P&gt;&lt;/TD&gt;&lt;TD width="99"&gt;&lt;P&gt;15&lt;/P&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;P&gt;M1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99"&gt;&lt;P&gt;102&lt;/P&gt;&lt;/TD&gt;&lt;TD width="99"&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;P&gt;M1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached QVW file , Please help me .&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1704111#M724556</guid>
      <dc:creator>Ramu</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: In Bar graph show the Pop Up Message</title>
      <link>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1704698#M724557</link>
      <description>&lt;P&gt;Hi, for scenario 1 you can use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dual(City &amp;amp; Chr(10)&amp;amp;'Product Codes :'&amp;amp;Chr(10)&amp;amp;
Concat(Aggr(Product &amp;amp; ' --- ' &amp;amp; Sum(Sales) &amp;amp; ' --- ' &amp;amp; Num(Sum(Sales)/Sum(TOTAL &amp;lt;City&amp;gt; Sales),'#.00%') , City, Product) ,Chr(10))&amp;amp; Chr(10)&amp;amp;
'% Gain='&amp;amp; Num((Sum(Sales)/Sum(Total Sales))*100 ,'##,#0.##')&amp;amp; '%' &amp;amp;chr(10)&amp;amp;
'Total Sales='  &amp;amp;  Sum(Sales),Sum(Sales))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;For scenario 2 I can only think on a nested if comparison, maybe there is a clever way than this.&lt;/P&gt;&lt;P&gt;Sample attached.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 19:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1704698#M724557</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-23T19:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: In Bar graph show the Pop Up Message</title>
      <link>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1705039#M724558</link>
      <description>&lt;P&gt;Hi Rubenmarin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestion.&lt;/P&gt;&lt;P&gt;It's working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a Lot.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 06:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-Bar-graph-show-the-Pop-Up-Message/m-p/1705039#M724558</guid>
      <dc:creator>Ramu</dc:creator>
      <dc:date>2020-05-26T06:36:15Z</dc:date>
    </item>
  </channel>
</rss>

