<?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 qualify/unqualify syntax error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310272#M114559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, here's the full code. Is it something to do with trying to specify which field to unqualify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[billing]:&lt;BR /&gt;QUALIFY *;&lt;BR /&gt;UNQUALIFY @1;&lt;BR /&gt;NOCONCATENATE&lt;BR /&gt;LOAD &lt;BR /&gt;@1 as COMP_CODE,&lt;BR /&gt;@2 as PLANT,&lt;BR /&gt;@3 as SALESEMPLY,&lt;BR /&gt;@4 as SALES_GRP,&lt;BR /&gt;@5 as SALES_OFF,&lt;BR /&gt;@6 as SHIP_POINT,&lt;BR /&gt;@7 as DOC_CATEG,&lt;BR /&gt;@8 as BILLTOPRTY,&lt;BR /&gt;@9 as CUST_GROUP,&lt;BR /&gt;@10 as PAYER,&lt;BR /&gt;@11 as SHIP_TO,&lt;BR /&gt;@12 as SOLD_TO,&lt;BR /&gt;@13 as MATERIAL,&lt;BR /&gt;@14 as MATL_GRP_1,&lt;BR /&gt;@15 as VERSION,&lt;BR /&gt;@16 as VTYPE,&lt;BR /&gt;@64 as SUBTOTAL_6,&lt;BR /&gt;@65 as TAX_VALUE,&amp;nbsp;&amp;nbsp; //tax_value&lt;BR /&gt;@66 as INFOPROV&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[SD_02.CSV]&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;BR /&gt;UNQUALIFY*;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 14:04:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-10T14:04:01Z</dc:date>
    <item>
      <title>qualify/unqualify syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310270#M114557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone tell me why this piece of code isnt working? Ive had a look around and cant seem to find the right syntax. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[billing]:&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;UNQUALIFY @1;&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;@1 as COMP_CODE,&lt;/P&gt;&lt;P&gt;@2 as PLANT,&lt;/P&gt;&lt;P&gt;@3 as SALESEMPLY,&lt;/P&gt;&lt;P&gt;@4 as SALES_GRP,&lt;/P&gt;&lt;P&gt;@5 as SALES_OFF,&lt;/P&gt;&lt;P&gt;@6 as SHIP_POINT,&lt;/P&gt;&lt;P&gt;@7 as DOC_CATEG,&lt;/P&gt;&lt;P&gt;@8 as BILLTOPRTY,&lt;/P&gt;&lt;P&gt;@9 as CUST_GROUP,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 12:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310270#M114557</guid>
      <dc:creator />
      <dc:date>2011-11-10T12:45:31Z</dc:date>
    </item>
    <item>
      <title>qualify/unqualify syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310271#M114558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think may be due to due to the comma that you are using after @9 as Cust_Group.&lt;/P&gt;&lt;P&gt;after removing it is working for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 13:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310271#M114558</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2011-11-10T13:18:51Z</dc:date>
    </item>
    <item>
      <title>qualify/unqualify syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310272#M114559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, here's the full code. Is it something to do with trying to specify which field to unqualify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[billing]:&lt;BR /&gt;QUALIFY *;&lt;BR /&gt;UNQUALIFY @1;&lt;BR /&gt;NOCONCATENATE&lt;BR /&gt;LOAD &lt;BR /&gt;@1 as COMP_CODE,&lt;BR /&gt;@2 as PLANT,&lt;BR /&gt;@3 as SALESEMPLY,&lt;BR /&gt;@4 as SALES_GRP,&lt;BR /&gt;@5 as SALES_OFF,&lt;BR /&gt;@6 as SHIP_POINT,&lt;BR /&gt;@7 as DOC_CATEG,&lt;BR /&gt;@8 as BILLTOPRTY,&lt;BR /&gt;@9 as CUST_GROUP,&lt;BR /&gt;@10 as PAYER,&lt;BR /&gt;@11 as SHIP_TO,&lt;BR /&gt;@12 as SOLD_TO,&lt;BR /&gt;@13 as MATERIAL,&lt;BR /&gt;@14 as MATL_GRP_1,&lt;BR /&gt;@15 as VERSION,&lt;BR /&gt;@16 as VTYPE,&lt;BR /&gt;@64 as SUBTOTAL_6,&lt;BR /&gt;@65 as TAX_VALUE,&amp;nbsp;&amp;nbsp; //tax_value&lt;BR /&gt;@66 as INFOPROV&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[SD_02.CSV]&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;BR /&gt;UNQUALIFY*;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 14:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310272#M114559</guid>
      <dc:creator />
      <dc:date>2011-11-10T14:04:01Z</dc:date>
    </item>
    <item>
      <title>qualify/unqualify syntax error</title>
      <link>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310273#M114560</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;In place of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY @1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;UNQUALIFY&amp;nbsp; COMP_CODE;&lt;/P&gt;&lt;P&gt;rest of code is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 14:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qualify-unqualify-syntax-error/m-p/310273#M114560</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-11-10T14:13:43Z</dc:date>
    </item>
  </channel>
</rss>

