<?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: Map and geomakepoint dimensions behaviour in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013727#M3994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this are just TAGs on the Fields. So you can readout all fields, search for field / dimensions with the right TAG, and than show only them as possible fields / dimensions to add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jan 2016 06:48:46 GMT</pubDate>
    <dc:creator>konrad_mattheis</dc:creator>
    <dc:date>2016-01-31T06:48:46Z</dc:date>
    <item>
      <title>Map and geomakepoint dimensions behaviour</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013726#M3993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;First lets assume that i have only one dimension created with geomakepoint, and af&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;ter that, keep in mind that i am using the default map visualization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;QlikSense automatically knows that the geomakepoint dimension is used to plot the points on the map, and the dimension that the user selects on the hover menu is used as label of the circle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;If i have two dimensions with geomakepoint, QlikSense needs to know wich one i want to use. So, after selecting the dimension that goes to the label, a submenu appears and the user informs the &lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;geomakepoint dimension that is going to be used to plot the points.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Arial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can I achieve this behaviour in a extension that we are creating? Is there any example that we developers can use?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013726#M3993</guid>
      <dc:creator />
      <dc:date>2016-01-29T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Map and geomakepoint dimensions behaviour</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013727#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this are just TAGs on the Fields. So you can readout all fields, search for field / dimensions with the right TAG, and than show only them as possible fields / dimensions to add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 06:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013727#M3994</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2016-01-31T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Map and geomakepoint dimensions behaviour</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013728#M3995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Map chart appears to first make sure that your App has loaded columns that are tagged with either $geomultipolygon or $geopoint &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/field-tags.htm"&gt;system tag&lt;/A&gt;. If you don't, you won't be able to pick a dimension. And if you drop a dimension onto the chart, you'll get the "The Action you are attempting cannot be applied to this visualization" message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've satisfied that condition, then after you've chosen your dimension, if there are multiple columns tagged with those tags, you'll then get that sub-menu to which you refer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your extension would have to follow the same procedure as the built-in Map chart; detect columns tagged appropriately. If the system tags aren't appropriate for your extension, you can invent your own. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 21:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Map-and-geomakepoint-dimensions-behaviour/m-p/1013728#M3995</guid>
      <dc:creator>grangerats</dc:creator>
      <dc:date>2016-10-11T21:07:59Z</dc:date>
    </item>
  </channel>
</rss>

