<?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: Qlikview 11 sample question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622563#M1108777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terminate with a semicolon after the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #f3f3f3;"&gt;InvoiceAmount - PaidAmount AS InvoiceBalance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #f3f3f3;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #f3f3f3;"&gt;Just above the SQL Select statement.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 01:08:10 GMT</pubDate>
    <dc:creator>srchilukoori</dc:creator>
    <dc:date>2014-03-26T01:08:10Z</dc:date>
    <item>
      <title>Qlikview 11 sample question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622560#M1108774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: #F3F3F3;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;A developer is attempting to reload a QVW when the script error displays:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #F3F3F3;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;Syntax error, missing/misplaced FROM: LOAD InvoiceNo, &lt;BR /&gt; DateInvoiced,&lt;BR /&gt; Today() - DateInvoiced AS InvoiceAgeInDays,&lt;BR /&gt; DateDue,&lt;BR /&gt; LastPaymentDate, &lt;BR /&gt; InvoiceAmount,&lt;BR /&gt; PaidAmount,&lt;BR /&gt; InvoiceAmount - PaidAmount AS InvoiceBalance&lt;BR /&gt; SQL SELECT InvoiceNo, &lt;BR /&gt; DateInvoiced,&lt;BR /&gt; DateDue,&lt;BR /&gt; LastPaymentDate, &lt;BR /&gt; InvoiceAmount,&lt;BR /&gt; PaidAmount&lt;BR /&gt; FROM dbo.Invoice;&lt;BR /&gt; LOAD InvoiceNo, &lt;BR /&gt; DateInvoiced,&lt;BR /&gt; Today() - DateInvoiced AS InvoiceAgeInDays,&lt;BR /&gt; DateDue,&lt;BR /&gt; LastPaymentDate, &lt;BR /&gt; InvoiceAmount,&lt;BR /&gt; PaidAmount,&lt;BR /&gt; InvoiceAmount - PaidAmount AS InvoiceBalance&lt;BR /&gt; SQL SELECT InvoiceNo, &lt;BR /&gt; DateInvoiced,&lt;BR /&gt; DateDue,&lt;BR /&gt; LastPaymentDate, &lt;BR /&gt; InvoiceAmount,&lt;BR /&gt; PaidAmount&lt;BR /&gt; FROM dbo.Invoice;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt; How should the developer resolve the error?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F3F3;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;&lt;BR /&gt; &amp;gt; &lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;terminate the LOAD statement with a semi-colon (;) at the end of the field list&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F3F3;"&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;&amp;gt; add FROM dbo.Invoice to the end of the LOAD prior to the SQL statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F3F3;"&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;&amp;gt; add Resident Invoice to the end of the LOAD prior to the SQL statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F3F3;"&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;&amp;gt; move the misplaced FROM line above the LOAD line&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 21:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622560#M1108774</guid>
      <dc:creator />
      <dc:date>2014-03-25T21:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 sample question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622561#M1108775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, sans-serif; font-size: 11px; background-color: #f3f3f3;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif; color: black; background-color: #f3f3f3;"&gt;terminate the LOAD statement with a semi-colon (;) at the end of the field list&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 22:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622561#M1108775</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-25T22:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 sample question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622562#M1108776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which line has the error ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 22:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622562#M1108776</guid>
      <dc:creator />
      <dc:date>2014-03-25T22:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 sample question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622563#M1108777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terminate with a semicolon after the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #f3f3f3;"&gt;InvoiceAmount - PaidAmount AS InvoiceBalance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #f3f3f3;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #f3f3f3;"&gt;Just above the SQL Select statement.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 01:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-sample-question/m-p/622563#M1108777</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-03-26T01:08:10Z</dc:date>
    </item>
  </channel>
</rss>

