<?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: Error: Garbage after statement. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463015#M700756</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;Can you attach the script you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 14:19:20 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-10-29T14:19:20Z</dc:date>
    <item>
      <title>Error: Garbage after statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463014#M700755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;I'm running the script but the qlikview shows the message "Garbage after statement" as per snapshot below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand which problem that is happening&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sending below the snapshot of the script:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 13:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463014#M700755</guid>
      <dc:creator />
      <dc:date>2012-10-29T13:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Garbage after statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463015#M700756</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;Can you attach the script you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 14:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463015#M700756</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-29T14:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Garbage after statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463016#M700757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, firstly, many thanks for your help&lt;/P&gt;&lt;P&gt;Please, note below the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, [Departure City (and Country)], latitude, longitude, Valor&lt;/P&gt;&lt;P&gt;1, 'Itajaí/Brazil', '-26,908258', '-48,662602', 10&lt;/P&gt;&lt;P&gt;2, 'Fortaleza/Brazil', '-3,718394', '-38,543395', 10&lt;/P&gt;&lt;P&gt;3, 'Buenos Aires/ Argentina', '-34,603723', '-58,381593', 10&lt;/P&gt;&lt;P&gt;4, 'Montevideo/Uruguai', '-34,883611', '-56,181944', 10&lt;/P&gt;&lt;P&gt;5, 'Navegantes/Brazil', '-26,899395', '-48,655280', 10&lt;/P&gt;&lt;P&gt;6, 'Porto Alegre/Brasil', '-30,027704', '-51,228735', 10&lt;/P&gt;&lt;P&gt;7, 'Recife/Brazil', '-8,054277', '-34,881256', 10&lt;/P&gt;&lt;P&gt;8, 'Rio de Janeiro/ Brazil', '-22,903539', '-43,209587', 10&lt;/P&gt;&lt;P&gt;9, 'Rio Grande/Brazil', '-32,031941', '-52,099607', 10&lt;/P&gt;&lt;P&gt;10, 'Santos/Brazil', '-23,961836', '-46,332247', 10&lt;/P&gt;&lt;P&gt;11, 'São Paulo/ Brazil', '-23,548943', '-46,638818', 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, [Arrival City (and Country)], latitude, longitude, Valor&lt;/P&gt;&lt;P&gt;1, 'Itajaí/Brazil', '-26,908258', '-48,662602', 10&lt;/P&gt;&lt;P&gt;2, 'Fortaleza/Brazil', '-3,718394', '-38,543395', 10&lt;/P&gt;&lt;P&gt;3, 'Buenos Aires/ Argentina', '-34,603723', '-58,381593', 10&lt;/P&gt;&lt;P&gt;4, 'Montevideo/Uruguai', '-34,883611', '-56,181944', 10&lt;/P&gt;&lt;P&gt;5, 'Navegantes/Brazil', '-26,899395', '-48,655280', 10&lt;/P&gt;&lt;P&gt;6, 'Porto Alegre/Brasil', '-30,027704', '-51,228735', 10&lt;/P&gt;&lt;P&gt;7, 'Recife/Brazil', '-8,054277', '-34,881256', 10&lt;/P&gt;&lt;P&gt;8, 'Rio de Janeiro/ Brazil', '-22,903539', '-43,209587', 10&lt;/P&gt;&lt;P&gt;9, 'Rio Grande/Brazil', '-32,031941', '-52,099607', 10&lt;/P&gt;&lt;P&gt;10, 'Santos/Brazil', '-23,961836', '-46,332247', 10&lt;/P&gt;&lt;P&gt;11, 'São Paulo/ Brazil', '-23,548943', '-46,638818', 10&lt;/P&gt;&lt;P&gt;12, 'Assunção/Paraguai', '-25,282197', '-57,635100', 10&lt;/P&gt;&lt;P&gt;13, 'Durban/South Africa', '-29,857876', '31,027581', 10&lt;/P&gt;&lt;P&gt;14, 'Imbituba/Brazil', '-28,240543', '-48,670300', 10&lt;/P&gt;&lt;P&gt;15, 'Paranagua/Brazil', '-25,520469', '-48,509486', 10&lt;/P&gt;&lt;P&gt;16, 'Santiago/ Chile', '-33,469120', '-70,641997', 10&lt;/P&gt;&lt;P&gt;17, 'São Francisco do Sul/Brazil', '-26,242177', '-48,635647', 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 15:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463016#M700757</guid>
      <dc:creator />
      <dc:date>2012-10-29T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Garbage after statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463017#M700758</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;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID,&lt;STRONG&gt; "Departure City (and Country)",&lt;/STRONG&gt; latitude, longitude, Valor&lt;/P&gt;&lt;P&gt;1, 'Itajaí/Brazil', '-26,908258', '-48,662602', 10&lt;/P&gt;&lt;P&gt;2, 'Fortaleza/Brazil', '-3,718394', '-38,543395', 10&lt;/P&gt;&lt;P&gt;3, 'Buenos Aires/ Argentina', '-34,603723', '-58,381593', 10&lt;/P&gt;&lt;P&gt;4, 'Montevideo/Uruguai', '-34,883611', '-56,181944', 10&lt;/P&gt;&lt;P&gt;5, 'Navegantes/Brazil', '-26,899395', '-48,655280', 10&lt;/P&gt;&lt;P&gt;6, 'Porto Alegre/Brasil', '-30,027704', '-51,228735', 10&lt;/P&gt;&lt;P&gt;7, 'Recife/Brazil', '-8,054277', '-34,881256', 10&lt;/P&gt;&lt;P&gt;8, 'Rio de Janeiro/ Brazil', '-22,903539', '-43,209587', 10&lt;/P&gt;&lt;P&gt;9, 'Rio Grande/Brazil', '-32,031941', '-52,099607', 10&lt;/P&gt;&lt;P&gt;10, 'Santos/Brazil', '-23,961836', '-46,332247', 10&lt;/P&gt;&lt;P&gt;11, 'São Paulo/ Brazil', '-23,548943', '-46,638818', 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 15:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463017#M700758</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-29T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Garbage after statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463018#M700759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, It's OK now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 16:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Garbage-after-statement/m-p/463018#M700759</guid>
      <dc:creator />
      <dc:date>2012-10-29T16:05:27Z</dc:date>
    </item>
  </channel>
</rss>

