<?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: Google Map - 2 records with same address in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533067#M199132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution! &lt;/P&gt;&lt;P&gt;I changed the Sum() by Avg() and it works!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SumToAvg.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47391_SumToAvg.PNG.png" style="width: 620px; height: 399px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 13:09:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-09T13:09:59Z</dc:date>
    <item>
      <title>Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533060#M199125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the situation:&lt;/P&gt;&lt;P&gt;We have a list with for each store a number of postal codes of their customers.&lt;/P&gt;&lt;P&gt;eg: &lt;/P&gt;&lt;P&gt;store1 postalcode1&lt;/P&gt;&lt;P&gt;store1 postalcode2&lt;/P&gt;&lt;P&gt;store1 postalcode3&lt;/P&gt;&lt;P&gt;store2 postalcode4&lt;/P&gt;&lt;P&gt;store2 postalcode5&lt;/P&gt;&lt;P&gt;store3 postalcode6&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;He wants to see this in a google map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a qvw with that google map and it seems to work correct. But if there are 2 stores with the same postal code, the longitude and latitude is correct, but there is no bubble for it.&lt;/P&gt;&lt;P&gt;Can someone explain me why there is no bubble for those 2 records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See qvw in the attachment. Postcal code (= postnr) is 8700.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advantage!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533060#M199125</guid>
      <dc:creator />
      <dc:date>2013-10-09T10:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533061#M199126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per My Experience this is not possible in one chart you need to create other for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533061#M199126</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-10-09T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533062#M199127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not possible . Reason is that second id will be always overwritten by first one or vice versa. Regards; Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533062#M199127</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2013-10-09T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533063#M199128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the Sum() expression for the latitude and longitude that throws it off, it returns a latitude &amp;gt; 100 and a longitude &amp;gt; 7 (rather than ±50 and ±3.5). If you replace this expression by either Avg() or Max(), you shall see your missing dots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533063#M199128</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533064#M199129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its an interesting problem.&lt;/P&gt;&lt;P&gt;What would you wish to show with the bubble for 2 stores? I notice your expression is MAX(omzet), which I would expect to be fine, but the last parameter (name &amp;amp; position) will have 2 values (shown when you hover over a bubble).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have removed this 4th expression and still not got a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533064#M199129</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-10-09T12:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533065#M199130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached the updated QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533065#M199130</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T12:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533066#M199131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you briefly explain your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533066#M199131</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-10-09T12:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533067#M199132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution! &lt;/P&gt;&lt;P&gt;I changed the Sum() by Avg() and it works!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SumToAvg.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47391_SumToAvg.PNG.png" style="width: 620px; height: 399px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533067#M199132</guid>
      <dc:creator />
      <dc:date>2013-10-09T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533068#M199133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With pleasure! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see, there are two expressions in the graph that are used to calculate the placement of the dots in the chart. The first one evaluates the latitude, and the second one evaluates the longitude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Sum() expression on a case where two distinct records should occupy the same space, which is the currently the case that Fien is facing, throws off the chart positionning based on the longitude and latitude values because the source dataset is doubled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we resume this to an analogy at it's simpliest level, we could imagine that these two expressions were currently used for positioning:&lt;/P&gt;&lt;P&gt;longitude= Sum(longitude)&lt;/P&gt;&lt;P&gt;latitude = Sum(latitude)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your granularity level is at the Postal Code (postnr) level, and none of your entries overlap, this works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case though, the granularity is at a level below (WinkID), but summarized at the postnr level. So, what we have as a result, is a chart longitude that is evaluated based on the sum of both individual longitudes, with the same effect happening at the latitude level. The dots are therefore out of the chart's range and set somewhere in lalaland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533068#M199133</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T13:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533069#M199134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't hesitate to mark the responses that were helpful and correct in order to mark this thread as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533069#M199134</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T13:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533070#M199135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the website relaunch, I have not been able to mark posts as &lt;EM&gt;helpful&lt;/EM&gt; or &lt;EM&gt;useful&lt;/EM&gt;. Can you remind me where the facility is &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 15:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533070#M199135</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-10-09T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533071#M199136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah - no stores in LalaLand then ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for a good &amp;amp; clear explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 15:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533071#M199136</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-10-09T15:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map - 2 records with same address</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533072#M199137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may only mark as "Helpful Answer" or "Correct Answer" entries that are within a thread you created yourself. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 18:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-2-records-with-same-address/m-p/533072#M199137</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T18:23:48Z</dc:date>
    </item>
  </channel>
</rss>

