<?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: Auto generate geographical data in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20193#M349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No suggestions? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2018 14:15:29 GMT</pubDate>
    <dc:creator>silviacico</dc:creator>
    <dc:date>2018-04-27T14:15:29Z</dc:date>
    <item>
      <title>Auto generate geographical data</title>
      <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20192#M348</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;I need to generate random geographical data of Italy (lat and long) for each UserID in a Qlik Sense app. So I need to "generate" such information in a field for each distinct UserID.&lt;/P&gt;&lt;P&gt;Can somebody suggest how is it possible to do such thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Silvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 15:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20192#M348</guid>
      <dc:creator>silviacico</dc:creator>
      <dc:date>2018-04-11T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Auto generate geographical data</title>
      <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20193#M349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No suggestions? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20193#M349</guid>
      <dc:creator>silviacico</dc:creator>
      <dc:date>2018-04-27T14:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Auto generate geographical data</title>
      <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20194#M350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Silvia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this function&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Rand() and check for some boundlines of Italy like&amp;nbsp; 46°,6° ; 37°,15° and after that check on Google API if that belongs or not to Italy. Not Easy, but can be done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PS: Studing the coordinances of your country i think you can check all points above 37° and below 46° (north, south) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;above 6° and below 15° (east, west). But the careful because there so many points and google will charges for more then a certain number of consults per day&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20194#M350</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2018-04-27T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Auto generate geographical data</title>
      <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20195#M351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe start with generating a random postal code for each UserID:&lt;/P&gt;&lt;P&gt;&lt;A href="https://it.wikipedia.org/wiki/Codice_di_avviamento_postale" title="https://it.wikipedia.org/wiki/Codice_di_avviamento_postale"&gt;Codice di avviamento postale - Wikipedia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use e.g. Google Maps API to find latitude and longitude using the postal codes / adresses.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/3652951/google-maps-api-get-coordinates-of-address" title="https://stackoverflow.com/questions/3652951/google-maps-api-get-coordinates-of-address"&gt;Google Maps API - Get Coordinates of address - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can also create randomly generated coordinates for e.g. an enclosing square of Italy, then maybe eliminate all coordinates in sea (which is probably the hard part). Maybe all coordinates that can't be translated to an address by the Google API. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20195#M351</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-04-27T14:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Auto generate geographical data</title>
      <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20196#M352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20196#M352</guid>
      <dc:creator>silviacico</dc:creator>
      <dc:date>2018-04-27T14:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Auto generate geographical data</title>
      <link>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20197#M353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I'll &lt;SPAN style="font-size: 13.3333px;"&gt;definitely&lt;/SPAN&gt; try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Auto-generate-geographical-data/m-p/20197#M353</guid>
      <dc:creator>silviacico</dc:creator>
      <dc:date>2018-04-27T14:44:09Z</dc:date>
    </item>
  </channel>
</rss>

