<?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: Stacked chart hover over issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970496#M332329</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;Please find attached reduced app for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in case of any other information required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 09:55:27 GMT</pubDate>
    <dc:creator>mayankraoka</dc:creator>
    <dc:date>2015-12-10T09:55:27Z</dc:date>
    <item>
      <title>Stacked chart hover over issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970492#M332325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible in stacked chart to hover over all the values of 2nd dimension at one go?If yes then how it can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used 2 dimension for ex.month and category and 2 expressions(used as cyclic)&lt;/P&gt;&lt;P&gt;Please let me know in case of any other information required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 08:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970492#M332325</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-12-08T08:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked chart hover over issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970493#M332326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's possible. Disable the Pop-up labels option on the presentation tab. Enable the Text as Pop-up options for the expressions. And change the expressions from something like sum(Sales) to something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(Concat(total &amp;lt;&lt;EM&gt;Dimension1&lt;/EM&gt;&amp;gt; distinct &lt;EM&gt;Dimension2&lt;/EM&gt; &amp;amp; ': ' &amp;amp; num(aggr(nodistinct sum(Sales),&lt;EM&gt;Dimension2&lt;/EM&gt;,&lt;EM&gt;Dimension1&lt;/EM&gt;),'#,##0') , chr(10)),&lt;/P&gt;&lt;P&gt;sum(Sales)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;EM style="font-size: 13.3333px;"&gt;Dimension1 &lt;/EM&gt;and &lt;EM style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;Dimension2 &lt;/EM&gt;&lt;/EM&gt;with the dimensions of your bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 16:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970493#M332326</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-08T16:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked chart hover over issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970494#M332327</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;Thank you very much for your reply.In simple expression this works checked.But in my case expression is not considering all the values of dimension2. Please refer below is my expression:&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CATEGORY={'repeat','begin','win','lose' },MonthName=,MonthID ={'&amp;lt;$(=$(vLast12Month))'}&amp;gt;}LRx_L)/sum(TOTAL&amp;lt;MonthName&amp;gt; {&amp;lt;CATEGORY={'repeat','begin','win','lose'},MonthName=,MonthID ={'&amp;lt;$(=$(vLast12Month))'}&amp;gt;}LRx_L)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used your suggested solution i looks like this:&lt;/P&gt;&lt;P&gt;dual(Concat(total &amp;lt;MonthName&amp;gt; distinct CATEGORY &amp;amp; ': ' &amp;amp; num(aggr(nodistinct sum({&amp;lt;CATEGORY={'repeat','begin','win','lose' },MonthName=,MonthID ={'&amp;lt;$(=$(vLast12Month))'}&amp;gt;}LRx_L)/sum(TOTAL&amp;lt;MonthName&amp;gt; {&amp;lt;CATEGORY={'repeat','begin','win','lose'},MonthName=,MonthID ={'&amp;lt;$(=$(vLast12Month))'}&amp;gt;}LRx_L),CATEGORY,MonthName),'#,##0') , chr(10)),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CATEGORY={'repeat','begin','win','lose' },MonthName=,MonthID ={'&amp;lt;$(=$(vLast12Month))'}&amp;gt;}LRx_L)/sum(TOTAL&amp;lt;MonthName&amp;gt; {&amp;lt;CATEGORY={'repeat','begin','win','lose'},MonthName=,MonthID ={'&amp;lt;$(=$(vLast12Month))'}&amp;gt;}LRx_L)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But did not get hover over on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970494#M332327</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-12-09T05:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked chart hover over issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970495#M332328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create a small qlikview document that demonstrates the problem? &lt;/P&gt;&lt;P&gt;Maybe this document helps: &lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 18:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970495#M332328</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-09T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked chart hover over issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970496#M332329</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;Please find attached reduced app for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in case of any other information required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 09:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-chart-hover-over-issue/m-p/970496#M332329</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-12-10T09:55:27Z</dc:date>
    </item>
  </channel>
</rss>

