Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have a Qlikview dashboard and we are plotting points on map based on latitude/longitude.
We have too many data points and it's not showing on the map.
When I drill down and the data reduces, it shows on the map perfectly.
I came across a blog where it is said that there is a limitation of 1000 data points on map in qlikview.
But, is it possible that if I put more than 1000 data points(let's say 4000), then it should show any 1000 out of it ?
This is the current requirement.
Any help would be highly appreciated.
Thanks in advance.
Regards,
Nayana
But, is it possible that if I put more than 1000 data points(let's say 4000), then it should show any 1000 out of it ?
No. You have to decide first which 1000 points out of the 4000 should be shown. Qlikview can't make this decision for you.
Hi Gysbert,
Thanks a lot for your reply.
So, the solution is based on my decision. I should make sure that I provide only 1000 data points for the Map and not more ? Correct me if I am wrong.
Regards,
Nayana
Hi Nayana,
If this is a google maps extension I think the limit is set using the PageHeight in the Definition.xml file of the extension.
For example:
<ExtensionObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Definition.xsd" Label="Google Maps" Description="Google Maps" PageWidth="10" PageHeight="6000">
In the past I have set the limit to 6000 and then past a variable set by the user so that they could control how many markers were displayed on the map.
If there are 4000 rows in your data but the pageheight is set to 1000, I would imagine it would use the first 1000 rows.
Thanks
Mark
techstuffy.tv
BTW
Your link was for QlikSense so I don't know if this makes a difference.