<?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 Is there any syntax error?-Garbage after statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242487#M394435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can someone verify below syntax of data extraction in Qlikview, im getting "Garbage after statement" while loading the QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactClaimsInventory:&lt;/P&gt;&lt;P&gt;LOAD '$(vSnapshotDate)' AS [Snap Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Clean' AS [Is Clean],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Claim_Number AS [Claim ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aging_Days, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company_Number AS [Company Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Member_Number, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Provider_Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Match(Provider_Number, 'NOT ON FILE','NPI') &amp;gt; 0, Provider_Number, 'Other') AS [Provider Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Benefit_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPT_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt; Place_of_Service, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beg_Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hold_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hold_Code_Description, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Claim_Type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; External_Claim_Number, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run_date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; batch_date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Form_code_ind, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Letter_code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status_code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;revind, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOBCOD &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vManualInventoryPath)\$(vFolderName)\CLA35601_00_00_B.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;WHERE LEN(Claim_Number) &amp;gt; 0 And left(External_Claim_Number,2)&amp;lt;&amp;gt;'HM' AND Left(Claim_Number,2)&amp;lt;&amp;gt;'03'&lt;/P&gt;&lt;P&gt;and Company_Number = 45 and Hold_Code in('10','16','22');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 09:54:56 GMT</pubDate>
    <dc:creator>chaitanyajami</dc:creator>
    <dc:date>2017-03-07T09:54:56Z</dc:date>
    <item>
      <title>Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242487#M394435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can someone verify below syntax of data extraction in Qlikview, im getting "Garbage after statement" while loading the QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactClaimsInventory:&lt;/P&gt;&lt;P&gt;LOAD '$(vSnapshotDate)' AS [Snap Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Clean' AS [Is Clean],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Claim_Number AS [Claim ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aging_Days, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company_Number AS [Company Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Member_Number, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Provider_Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Match(Provider_Number, 'NOT ON FILE','NPI') &amp;gt; 0, Provider_Number, 'Other') AS [Provider Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Benefit_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPT_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt; Place_of_Service, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beg_Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hold_Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hold_Code_Description, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Claim_Type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; External_Claim_Number, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run_date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; batch_date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Form_code_ind, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Letter_code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status_code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;revind, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOBCOD &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vManualInventoryPath)\$(vFolderName)\CLA35601_00_00_B.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;WHERE LEN(Claim_Number) &amp;gt; 0 And left(External_Claim_Number,2)&amp;lt;&amp;gt;'HM' AND Left(Claim_Number,2)&amp;lt;&amp;gt;'03'&lt;/P&gt;&lt;P&gt;and Company_Number = 45 and Hold_Code in('10','16','22');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 09:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242487#M394435</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2017-03-07T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242488#M394436</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;instead of in use wildmatch() , match() or mixmatch()&lt;/P&gt;&lt;P&gt;&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;WHERE LEN(Claim_Number) &amp;gt; 0 And left(External_Claim_Number,2)&amp;lt;&amp;gt;'HM' AND Left(Claim_Number,2)&amp;lt;&amp;gt;'03'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and Company_Number = 45 and &lt;STRONG&gt;match(Hold_Code,'10','16','22');&lt;/STRONG&gt;&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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Prashant Sangle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242488#M394436</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-07T10:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242489#M394437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok i will use it and check if it is works fine. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242489#M394437</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2017-03-07T10:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242490#M394438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the error message(expecting image)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; IF(Match(Provider_Number, 'NOT ON FILE','NPI') &amp;gt; 0, Provider_Number, 'Other') AS [Provider Number],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, What are you looking for? I doubt how Match with &amp;gt;0 working for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242490#M394438</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-07T10:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242491#M394439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will work because match() return 0 or &amp;gt;0 (i.e 1,2,3 etc) value&lt;/P&gt;&lt;P&gt;If there is match then return &amp;gt;0 value so this condition won't make any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242491#M394439</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-07T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242492#M394440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;condition which you have mentioned is working fine without any errors , im only facing issues after including filters for Hold_code as mentioned above, Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242492#M394440</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2017-03-07T10:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242493#M394441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sense, What if string produces using Match over here? I doubt can i expect one example using this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 12:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242493#M394441</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-07T12:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any syntax error?-Garbage after statement</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242494#M394442</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 didn't get you ? What you kind of example you want??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 12:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-syntax-error-Garbage-after-statement/m-p/1242494#M394442</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-07T12:43:45Z</dc:date>
    </item>
  </channel>
</rss>

