<?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: Heat map values not displaying properly upon hover in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749823#M57686</link>
    <description>&lt;P&gt;Can you share your .qvf file so I can take a better look?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 05:55:44 GMT</pubDate>
    <dc:creator>MMS118</dc:creator>
    <dc:date>2020-10-06T05:55:44Z</dc:date>
    <item>
      <title>Heat map values not displaying properly upon hover</title>
      <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749490#M57650</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am using a heat map for visualization, where Market share represents the size and Market share growth defines the color (written expression in colors and legend).&lt;/P&gt;&lt;P&gt;But upon hover, market share growth values are not properly visible (highlighted in blue), after one/two digits it showing as ...., please suggest how can i display full value with "%" symbol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Heat map.png" style="width: 559px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41701i42E83265BBD07C00/image-size/large?v=v2&amp;amp;px=999" role="button" title="Heat map.png" alt="Heat map.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749490#M57650</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2024-11-16T18:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map values not displaying properly upon hover</title>
      <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749514#M57652</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you share the expression you added to "colors and legend"?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 08:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749514#M57652</guid>
      <dc:creator>MMS118</dc:creator>
      <dc:date>2020-10-05T08:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map values not displaying properly upon hover</title>
      <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749580#M57657</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is the expression I am using:-&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;fYear={'$(vCurYear)'},FYear=&amp;gt;}sales)&lt;BR /&gt;/&lt;BR /&gt;sum(total{&amp;lt;fYear={'$(vCurYear)'},FYear=,company_name=&amp;gt;}sales))*100&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;fYear={'$(vPrevYear)'},FYear=&amp;gt;}sales)&lt;BR /&gt;/&lt;BR /&gt;sum(total{&amp;lt;fYear={'$(vPrevYear)'},FYear=,company_name=&amp;gt;}sales))*100&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;,'#%')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression name is "Market share growth"&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 12:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749580#M57657</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2020-10-05T12:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map values not displaying properly upon hover</title>
      <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749587#M57659</link>
      <description>&lt;P&gt;A couple of thoughts:&lt;/P&gt;&lt;P&gt;1. You said the expression name is Market share growth, yet the name in the picture you attached is Mkt Share Gwth. Are there 2 expressions or did you change the name only?&lt;/P&gt;&lt;P&gt;2. Can you try this instead:&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;fYear={'$(vCurYear)'},FYear=&amp;gt;}sales)&lt;BR /&gt;/&lt;BR /&gt;sum(total{&amp;lt;fYear={'$(vCurYear)'},FYear=,company_name=&amp;gt;}sales))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;fYear={'$(vPrevYear)'},FYear=&amp;gt;}sales)&lt;BR /&gt;/&lt;BR /&gt;sum(total{&amp;lt;fYear={'$(vPrevYear)'},FYear=,company_name=&amp;gt;}sales))&lt;/P&gt;&lt;P&gt;)*100&lt;/P&gt;&lt;P&gt;,'##.##%')&lt;/P&gt;&lt;P&gt;Please let me know if it works or not.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 12:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749587#M57659</guid>
      <dc:creator>MMS118</dc:creator>
      <dc:date>2020-10-05T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map values not displaying properly upon hover</title>
      <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749598#M57660</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The name is same, it's "&lt;SPAN&gt;Mkt Share Gwth&lt;/SPAN&gt;" only.&lt;/P&gt;&lt;P&gt;The above expression also giving same result, number is not visible after one digit.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749598#M57660</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2020-10-05T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map values not displaying properly upon hover</title>
      <link>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749823#M57686</link>
      <description>&lt;P&gt;Can you share your .qvf file so I can take a better look?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 05:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heat-map-values-not-displaying-properly-upon-hover/m-p/1749823#M57686</guid>
      <dc:creator>MMS118</dc:creator>
      <dc:date>2020-10-06T05:55:44Z</dc:date>
    </item>
  </channel>
</rss>

