<?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 SQL concant this should work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763869#M1048439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had a problem with this.&amp;nbsp;&amp;nbsp; It should work but I don't have any idea why it doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT unit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude &amp;amp; "," &amp;amp; latitude as coordinates&lt;/P&gt;&lt;P&gt;FROM medical.unit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the longitude and latitude comes up but coordinates shows 0&lt;/P&gt;&lt;P&gt;pre thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 01:31:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-18T01:31:27Z</dc:date>
    <item>
      <title>SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763869#M1048439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had a problem with this.&amp;nbsp;&amp;nbsp; It should work but I don't have any idea why it doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT unit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude &amp;amp; "," &amp;amp; latitude as coordinates&lt;/P&gt;&lt;P&gt;FROM medical.unit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the longitude and latitude comes up but coordinates shows 0&lt;/P&gt;&lt;P&gt;pre thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 01:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763869#M1048439</guid>
      <dc:creator />
      <dc:date>2014-11-18T01:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763870#M1048440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT unit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude || ',' || latitude as coordinates&lt;/P&gt;&lt;P&gt;FROM medical.unit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 01:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763870#M1048440</guid>
      <dc:creator />
      <dc:date>2014-11-18T01:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763871#M1048441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you It did get me something other than 0.... it was 1&lt;/P&gt;&lt;P&gt;but not quite what I expect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I have is longitude 98.1234 and latitude 23.8569&lt;/P&gt;&lt;P&gt;what value I want is&lt;/P&gt;&lt;P&gt; 98.1234,23.8569&lt;/P&gt;&lt;P&gt;using it for a map plotting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 01:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763871#M1048441</guid>
      <dc:creator />
      <dc:date>2014-11-18T01:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763872#M1048442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT unit,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latitude,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(longitude) || ',' || to_char(latitude) as coordinates&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM medical.unit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 03:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763872#M1048442</guid>
      <dc:creator />
      <dc:date>2014-11-18T03:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763873#M1048443</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 this one&lt;/P&gt;&lt;P&gt;Load * ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; longitude &amp;amp; "," &amp;amp; latitude as coordinates;&lt;/P&gt;&lt;P&gt;SQL SELECT unit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latitudeFROM medical.unit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 03:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763873#M1048443</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-18T03:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763874#M1048444</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 in Qlikview using Preceding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Text(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;longitude) &amp;amp; ',' &amp;amp; Text(latitude) as coordinates;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT unit,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longitude,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; latitude&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM medical.unit;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 03:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763874#M1048444</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-18T03:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQL concant this should work</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763875#M1048445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both Perumal and Jagan&amp;nbsp; both worked flawlessly and I hope this helps others also since I could not find any answers, which is why I posted the question.... you guys are awesome...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 03:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-concant-this-should-work/m-p/763875#M1048445</guid>
      <dc:creator />
      <dc:date>2014-11-18T03:45:18Z</dc:date>
    </item>
  </channel>
</rss>

