<?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: Importing Excel File with Longitude and Latitude help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434254#M161863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change environment varibale DecimalSep to '.'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace above statement with with below one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Niranjan M.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2013 11:57:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-18T11:57:09Z</dc:date>
    <item>
      <title>Importing Excel File with Longitude and Latitude help</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434253#M161862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to import an Excel file with Longitude and Latitude but when I run the import script the '.' are converted into ',' (comma's).&amp;nbsp; How can I keep the format of the these fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my import script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lat, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lng,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\uk_test.xlsx &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is uk_test);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 11:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434253#M161862</guid>
      <dc:creator />
      <dc:date>2013-01-18T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File with Longitude and Latitude help</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434254#M161863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change environment varibale DecimalSep to '.'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace above statement with with below one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Niranjan M.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 11:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434254#M161863</guid>
      <dc:creator />
      <dc:date>2013-01-18T11:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File with Longitude and Latitude help</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434255#M161864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(lat) AS lat, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(lng) AS lng,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\uk_test.xlsx &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is uk_test);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 12:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434255#M161864</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-01-18T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Excel File with Longitude and Latitude help</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434256#M161865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I tried this and the latitude figures are now showing as single figures&amp;nbsp; : '5' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 12:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-File-with-Longitude-and-Latitude-help/m-p/434256#M161865</guid>
      <dc:creator />
      <dc:date>2013-01-18T12:12:47Z</dc:date>
    </item>
  </channel>
</rss>

