<?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: Resident load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552486#M206369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace FROM with RESIDENT here:&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;counties:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select unitaryArea, points&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from counties_temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 16:01:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-22T16:01:42Z</dc:date>
    <item>
      <title>Resident load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552484#M206367</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;I'm trying to do the below but keep getting invalid syntax errors, I'm sure this is simple for someone in the know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone check this over for me? I'm gonna go crazy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;counties_temp: &lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&amp;nbsp; CNTY_NAM as unitaryArea&lt;/P&gt;&lt;P&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; points&lt;/P&gt;&lt;P&gt;from QlikMaps.dbo.counties2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;counties:&lt;/P&gt;&lt;P&gt;select unitaryArea, points&lt;/P&gt;&lt;P&gt;from counties_temp;&lt;/P&gt;&lt;P&gt;load unitaryArea, &lt;/P&gt;&lt;P&gt;&amp;nbsp; concat(points,'&amp;lt;br&amp;gt;') as points &lt;/P&gt;&lt;P&gt;Resident counties_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table counties_temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552484#M206367</guid>
      <dc:creator />
      <dc:date>2014-01-22T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552485#M206368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;counties_temp:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&amp;nbsp; CNTY_NAM as unitaryArea&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;&amp;nbsp;&amp;nbsp; points&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from QlikMaps.dbo.counties2;&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;counties:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load unitaryArea,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; concat(points,'&amp;lt;br&amp;gt;') as points&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident counties_temp&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;unitaryArea&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&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;drop table counties_temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552485#M206368</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-22T16:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552486#M206369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace FROM with RESIDENT here:&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;counties:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select unitaryArea, points&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from counties_temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552486#M206369</guid>
      <dc:creator />
      <dc:date>2014-01-22T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552487#M206370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your quick help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have a nice day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-statement/m-p/552487#M206370</guid>
      <dc:creator />
      <dc:date>2014-01-22T16:07:45Z</dc:date>
    </item>
  </channel>
</rss>

