<?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 script error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script-error/m-p/339130#M1168615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Hello&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Being new to QV and SQL and lots of other things(!) - I'm not too sure why this won't load in my script. I get an error message saying&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Incorrect syntax near the keyword 'FROM'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Can anyone help?&lt;/STRONG&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;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; SELECT search_Incident_IncidentTypes.IncidentID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_IncidentTypes.IncidentType, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_IncidentTypes.bActive, search_Incident_Custom_Joined.DateSubmitted, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_Custom_Joined.DateRaised, search_Incident_Custom_Joined.Region, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_Custom_Joined.Status, dbo_search_Incident_Custom_Joined.Site,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM (V_IncidentDB.dbo.search_Incident_IncidentTypes) INNER JOIN V_IncidentDB.dbo_search_Incident_Custom_Joined ON &lt;BR /&gt;search_Incident_IncidentTypes.IncidentID = search_Incident_Custom_Joined.IncidentID&lt;BR /&gt;&lt;BR /&gt;WHERE&lt;BR /&gt;((search_Incident_IncidentTypes.bActive)=1) AND ((search_Incident_Custom_Joined.DateSubmitted) Is Not Null) AND &lt;BR /&gt;((search_Incident_Custom_Joined.Site)&amp;lt;&amp;gt;'Test Site') AND ((DateRaised) &amp;gt;= '4/1/2012'); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2012 10:02:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-06T10:02:50Z</dc:date>
    <item>
      <title>script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/339130#M1168615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Hello&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Being new to QV and SQL and lots of other things(!) - I'm not too sure why this won't load in my script. I get an error message saying&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Incorrect syntax near the keyword 'FROM'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Can anyone help?&lt;/STRONG&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;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; SELECT search_Incident_IncidentTypes.IncidentID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_IncidentTypes.IncidentType, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_IncidentTypes.bActive, search_Incident_Custom_Joined.DateSubmitted, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_Custom_Joined.DateRaised, search_Incident_Custom_Joined.Region, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_Custom_Joined.Status, dbo_search_Incident_Custom_Joined.Site,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM (V_IncidentDB.dbo.search_Incident_IncidentTypes) INNER JOIN V_IncidentDB.dbo_search_Incident_Custom_Joined ON &lt;BR /&gt;search_Incident_IncidentTypes.IncidentID = search_Incident_Custom_Joined.IncidentID&lt;BR /&gt;&lt;BR /&gt;WHERE&lt;BR /&gt;((search_Incident_IncidentTypes.bActive)=1) AND ((search_Incident_Custom_Joined.DateSubmitted) Is Not Null) AND &lt;BR /&gt;((search_Incident_Custom_Joined.Site)&amp;lt;&amp;gt;'Test Site') AND ((DateRaised) &amp;gt;= '4/1/2012'); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 10:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/339130#M1168615</guid>
      <dc:creator />
      <dc:date>2012-08-06T10:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/339131#M1168616</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;Remove the comma from the last field (dbo_search_Incident_Custom_Joined.Site)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it should work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 10:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/339131#M1168616</guid>
      <dc:creator>manisha_uit</dc:creator>
      <dc:date>2012-08-06T10:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/339132#M1168617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but its still not loading correctly - what else can I try? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 15:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/339132#M1168617</guid>
      <dc:creator />
      <dc:date>2012-08-06T15:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/339133#M1168618</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;Double check the way you have qualified the field names. It looks like a typo could be causing the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; search_Incident_Custom_Joined.Status, &lt;STRONG&gt;dbo_&lt;/STRONG&gt;search_Incident_Custom_Joined.Site,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM (V_IncidentDB.&lt;STRONG&gt;dbo.&lt;/STRONG&gt;search_Incident_IncidentTypes) INNER JOIN &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Azam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 15:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/339133#M1168618</guid>
      <dc:creator>a_mullick</dc:creator>
      <dc:date>2012-08-06T15:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/339134#M1168619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats all working now thanks both of you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 16:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/339134#M1168619</guid>
      <dc:creator />
      <dc:date>2012-08-06T16:23:11Z</dc:date>
    </item>
  </channel>
</rss>

