<?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: Calculating real distance between locations using Longitude and latitude in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/108889#M7461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only solution to calculate the real distance between two points is by using Qlik GeoAnalytics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #664444; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A href="https://bi.idevio.com/routes-and-travel-areas-in-ideviomaps"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Routes and travel areas in IdevioMaps&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2018 10:19:59 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2018-07-04T10:19:59Z</dc:date>
    <item>
      <title>Calculating real distance between locations using Longitude and latitude</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/108888#M7460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel file with longitudes and latitudes, i would like to know if it's possible to get a real representation of the distances between the locations taking into account streets as in Google map. So far i found a way to find the distances but i am wondering if there's a possibility to get distances to be realistic taking into account streets and not just a simple A to B distance.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 09:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/108888#M7460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating real distance between locations using Longitude and latitude</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/108889#M7461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only solution to calculate the real distance between two points is by using Qlik GeoAnalytics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #664444; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A href="https://bi.idevio.com/routes-and-travel-areas-in-ideviomaps"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Routes and travel areas in IdevioMaps&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 10:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/108889#M7461</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2018-07-04T10:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating real distance between locations using Longitude and latitude</title>
      <link>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/1761466#M58869</link>
      <description>&lt;P&gt;if you have two lat longs this will convert to km:&lt;/P&gt;&lt;PRE&gt;DataShort:
Load *

&amp;nbsp; &amp;nbsp; &amp;nbsp;,6371 * (2 *
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Atan2( 
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sqrt((sin(((lat2-lat1) * Pi() /180) /2) * sin(((lat2-lat1) * Pi() /180) /2) +sin(((lon2-lon1) * Pi() /180) /2) * sin(((lon2-lon1) * Pi() /180) /2) * cos(((lat1) * Pi() /180) ) * cos(((lat2) * Pi() /180) )))
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; sqrt(1-(sin(((lat2-lat1) * Pi() /180) /2) * sin(((lat2-lat1) * Pi() /180) /2) +sin(((lon2-lon1) * Pi() /180) /2) * sin(((lon2-lon1) * Pi() /180) /2) * cos(((lat1) * Pi() /180) ) * cos(((lat2) * Pi() /180) )))

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ))&amp;nbsp; AS Distance
Resident Data;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculating-real-distance-between-locations-using-Longitude-and/m-p/1761466#M58869</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2020-11-13T09:35:14Z</dc:date>
    </item>
  </channel>
</rss>

