<?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 file extdata cpp line 2903 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/file-extdata-cpp-line-2903/m-p/1291384#M403728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this error ;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153411_Capture.PNG" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here's my script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;select m.msisdn_number, o.imei_number ,o.valid_from&lt;/P&gt;&lt;P&gt;from p_eriber_device o&lt;/P&gt;&lt;P&gt;left join p_ebscriber_mn m on mcriber_id = o.subr_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 16:37:40 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-02-16T16:37:40Z</dc:date>
    <item>
      <title>file extdata cpp line 2903</title>
      <link>https://community.qlik.com/t5/QlikView/file-extdata-cpp-line-2903/m-p/1291384#M403728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this error ;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153411_Capture.PNG" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here's my script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;select m.msisdn_number, o.imei_number ,o.valid_from&lt;/P&gt;&lt;P&gt;from p_eriber_device o&lt;/P&gt;&lt;P&gt;left join p_ebscriber_mn m on mcriber_id = o.subr_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/file-extdata-cpp-line-2903/m-p/1291384#M403728</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-16T16:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: file extdata cpp line 2903</title>
      <link>https://community.qlik.com/t5/QlikView/file-extdata-cpp-line-2903/m-p/1291385#M403729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi WIEM,&lt;/P&gt;&lt;P&gt;I suposse you are reading tables &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;p_eriber_device &lt;/SPAN&gt;and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;p_ebscriber_mn &lt;/SPAN&gt;from database, so there should be a previous connect sentence and maybe the main sentence should contain SQL sentence as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt; select m.msisdn_number, o.imei_number ,o.valid_from&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from p_eriber_device o&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;left join p_ebscriber_mn m on mcriber_id = o.subr_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 20:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/file-extdata-cpp-line-2903/m-p/1291385#M403729</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-16T20:53:52Z</dc:date>
    </item>
  </channel>
</rss>

