<?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: Hover in Combo chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684019#M726957</link>
    <description>&lt;P&gt;Remove only() from your pop-up expression.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;='Profit as'&amp;amp; Aggr(NODISTINCT Sum(Profit),Year)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 12 Mar 2020 06:50:50 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2020-03-12T06:50:50Z</dc:date>
    <item>
      <title>Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684017#M726956</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have combo chart and i have used Custom Hover.&lt;/P&gt;&lt;P&gt;I have used Expression in Hover is&amp;nbsp;&lt;/P&gt;&lt;P&gt;='Profit as'&amp;amp; Only({&amp;lt; Month, Year&amp;gt;}Aggr(NODISTINCT Sum(Profit),Year))&lt;/P&gt;&lt;P&gt;If i select year 2020 all the years showing in x-axis and data showing only year 2020.&lt;/P&gt;&lt;P&gt;I want to show only if i select 2020 then display in chart only 2020 on x-axis.&lt;/P&gt;&lt;P&gt;please see the below example for your reference.&lt;/P&gt;&lt;P&gt;Please suggest me is it possible to achieve this scenario, if possible please share example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;lakshman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684017#M726956</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684019#M726957</link>
      <description>&lt;P&gt;Remove only() from your pop-up expression.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;='Profit as'&amp;amp; Aggr(NODISTINCT Sum(Profit),Year)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 06:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684019#M726957</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-03-12T06:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684071#M726958</link>
      <description>&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;Thanks for your quick replay.&lt;/P&gt;&lt;P&gt;Is it possible to achieve same scenario without using&amp;nbsp; Aggr(NODISTINCT).&lt;/P&gt;&lt;P&gt;If possible please suggest me how to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 09:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684071#M726958</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-03-12T09:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684079#M726959</link>
      <description>&lt;P&gt;It seems that you are getting at tool tip the total sum irrespective of dimension, that you probably can do like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;='Profit as'&amp;amp; $(=Sum(Profit))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 09:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684079#M726959</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-03-12T09:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684113#M726960</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;='Profit as'&amp;amp; Aggr(Sum(TOTAL &amp;lt;Year&amp;gt; Profit), Year, Quarter)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 11:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1684113#M726960</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-03-12T11:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1686013#M726961</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your replay.&lt;/P&gt;&lt;P&gt;I have used same thing in months but i am facing issues.&lt;/P&gt;&lt;P&gt;i have used expression in month&lt;/P&gt;&lt;P&gt;SUm({&amp;lt;Flag2={1}&amp;gt;}Sales)/Aggr(Sum(TOTAL&amp;lt;Year&amp;gt;{&amp;lt;Quarter=,Month=, Year=&amp;gt;}Sales),Year,Month).&lt;/P&gt;&lt;P&gt;if i used custom hover then i am facing issues .&lt;/P&gt;&lt;P&gt;i have created one flag for present data and future data. i have used this flag in hover then x axis showing all the values.&lt;/P&gt;&lt;P&gt;Please see the below example for your reference.&lt;/P&gt;&lt;P&gt;Please suggest me how to achieve this scenario, if possible please share example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;lakshman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1686013#M726961</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-03-19T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1686072#M726962</link>
      <description>&lt;P&gt;I am not sure I follow the issue? Can you explain what you need to see with or without selection in the attached sample?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 12:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1686072#M726962</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-03-19T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hover in Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1686336#M726963</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your replay.&lt;/P&gt;&lt;P&gt;I have created one flag for current data and future data.&lt;/P&gt;&lt;P&gt;i have restricted future data using flag.&lt;/P&gt;&lt;P&gt;Based on the flag data it is Showing current data line and remaining&amp;nbsp; data is not showing.&lt;/P&gt;&lt;P&gt;For example in the example having 2020 may data and up to May line showing and remaining is not showing any thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but line is not showing but x axis is showing 2021 data without line.&lt;/P&gt;&lt;P&gt;i don't want to show if line is not there. without using Hover it's working fine but when i used Custom hover it is not working.&lt;/P&gt;&lt;P&gt;Please suggest me how to achieve this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;lakshman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 04:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-in-Combo-chart/m-p/1686336#M726963</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-03-20T04:29:40Z</dc:date>
    </item>
  </channel>
</rss>

