<?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 Google maps showing data values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699782#M539618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following three expressions in my google maps chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;longitute = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)))+( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; *((256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/360)) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;latitude = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(((256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)))+((0.5*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;log&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((1+(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()/180)))/(1-(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()/180)))))*((-256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/(2*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Member Count&lt;/SPAN&gt; = &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;[Member ZIP Code]&lt;/SPAN&gt; &amp;amp; ' : ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Member Count]&lt;/SPAN&gt;), '$#,##0'), &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Member Count]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Everything is working however when I hover over the map I get the following (as an example):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Group Name = ABC Supply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;longtitude = 15467.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;latitude = 13456.54&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I really want is just the group name (which is the dimension) and the member count like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ABC Supply : 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have seen it this way in other examples but I can't get it to work for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 19:21:53 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2014-08-18T19:21:53Z</dc:date>
    <item>
      <title>Google maps showing data values</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699782#M539618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following three expressions in my google maps chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;longitute = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)))+( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; *((256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/360)) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;latitude = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(((256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)))+((0.5*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;log&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((1+(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()/180)))/(1-(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()/180)))))*((-256*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(var_zoom)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/(2*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Member Count&lt;/SPAN&gt; = &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;[Member ZIP Code]&lt;/SPAN&gt; &amp;amp; ' : ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Member Count]&lt;/SPAN&gt;), '$#,##0'), &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Member Count]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Everything is working however when I hover over the map I get the following (as an example):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Group Name = ABC Supply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;longtitude = 15467.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;latitude = 13456.54&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I really want is just the group name (which is the dimension) and the member count like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ABC Supply : 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have seen it this way in other examples but I can't get it to work for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 19:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699782#M539618</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-08-18T19:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Google maps showing data values</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699783#M539619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First add a new expression with what you want displayed on hover (ABC Supply: 120). Select 'Text as Pop-up' for this expression, and uncheck this option for all other expressions. Then on the Presentation tab uncheck 'Pop-up Labels' under 'Labels in Chart.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 19:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699783#M539619</guid>
      <dc:creator />
      <dc:date>2014-08-18T19:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Google maps showing data values</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699784#M539620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also - i noticed some buggy behaviour between recent 11.2 SRs . If the above isn't work, kindly share the exact version you are testing with (help -&amp;gt; about QlikView)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 19:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699784#M539620</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-18T19:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Google maps showing data values</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699785#M539621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using 11.20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699785#M539621</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-08-18T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Google maps showing data values</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699786#M539622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I added the following expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Member ZIP Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;':'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Member Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Member Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I select this as a Text as a Pop-Up and deselected for Longitiude and Latitude.. also unchecked "Pop up Labels on Presentation tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now the only thing that shows up is the sum of Member Count. Can't get the "Member ZIP" to precede it like in the Dual expression above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699786#M539622</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2014-08-18T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Google maps showing data values</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699787#M539623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try only([Member ZIP Code]) &amp;amp; ': ' &amp;amp; Sum([Member Count]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 21:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-showing-data-values/m-p/699787#M539623</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-18T21:09:28Z</dc:date>
    </item>
  </channel>
</rss>

