<?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: geo coordinates add calculate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982622#M335351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wenn man Komma-Trenner und Tausender-Zeichen ändern möchte, muss man alle Parameter von num#() setzen, probier mal: num(num#(51.0015983, '#.#', '.', ','))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schöne Grüße&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 15:31:43 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-08-24T15:31:43Z</dc:date>
    <item>
      <title>geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982616#M335345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a distance calculation between geopoints I Need to add two latitutes&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;51.0015983 + 52.6193168&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried num and num#, but until now nothing works:-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist, for which I thank you all in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982616#M335345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T14:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982617#M335346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello. &lt;/SPAN&gt;&lt;SPAN&gt;I know&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;how to find&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;the distance&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;between&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;two points of&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;latitude and longitude&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;with and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;acos&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lati1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lati2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;cos&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lati1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;cos&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lati2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;cos&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;longi2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;longi1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()*180*1.852*60)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN class="highlight"&gt;Perhaps&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;this formula&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;will help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982617#M335346</guid>
      <dc:creator />
      <dc:date>2015-08-24T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982618#M335347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to &lt;A href="https://community.qlik.com/qlik-users/197846"&gt;SergeyKostin&lt;/A&gt; if your values won't be recognized as numbers you might need to convert/format them like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(num#(YourValue, 'Formatcode'), 'Formatcode')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982618#M335347</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-24T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982619#M335348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danke, Marcus,&lt;/P&gt;&lt;P&gt;aber es will mir nicht gelingen. Formel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Y_Lat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '#.#'), '#,#') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;gibt mir keine Nummer zurück. Auch habe ich die Formatcodes aus der Hilfe strapaziert, leider ohne Erfolg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Danke,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Wolfgang&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982619#M335348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982620#M335349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try as soon as we solve the NUM - Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982620#M335349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982621#M335350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;vielleicht hilft Num(replace(Lat, '.', ','))?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;P&gt;Henry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982621#M335350</guid>
      <dc:creator>henrybrinkmann</dc:creator>
      <dc:date>2015-08-24T15:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982622#M335351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wenn man Komma-Trenner und Tausender-Zeichen ändern möchte, muss man alle Parameter von num#() setzen, probier mal: num(num#(51.0015983, '#.#', '.', ','))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schöne Grüße&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982622#M335351</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-24T15:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982623#M335352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;NUM&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;is not working&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;'m using&lt;/SPAN&gt; ROUND().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982623#M335352</guid>
      <dc:creator />
      <dc:date>2015-08-25T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982624#M335353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or try &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'0.0000001') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982624#M335353</guid>
      <dc:creator />
      <dc:date>2015-08-25T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982625#M335354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Formula,&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 12:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982625#M335354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T12:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982626#M335355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all Experts, I solved the 'distance-like-a-crow-flies' Problem and will start to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look behind the street distance Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of your answers were helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally i use this formula:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;sqrt&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;BR /&gt; ((111.3*&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cos&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;+&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)/2*0.01745)*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;))*&lt;BR /&gt; (111.3*&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cos&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;+&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)/2*0.01745)*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;))+&lt;BR /&gt; (111.3*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;))*(111.3*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where _c stands for those coordinates changed from . to ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See you again,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982626#M335355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: geo coordinates add calculate</title>
      <link>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982627#M335356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately the formula did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following now:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;sqrt&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;BR /&gt; ((111.3*&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cos&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;+&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)/2*0.01745)*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;))*&lt;BR /&gt; (111.3*&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cos&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;((&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;+&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)/2*0.01745)*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lon2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;))+&lt;BR /&gt; (111.3*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;))*(111.3*(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat1_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;lat2_c&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;and it brings to me distances which are correct (counterchecked in the Internet:-))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial',sans-serif; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Wolfgang&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/geo-coordinates-add-calculate/m-p/982627#M335356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T13:02:24Z</dc:date>
    </item>
  </channel>
</rss>

