<?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 Identify Duplicate Field Names in Script Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462538#M792065</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 have a Script Error on one of my Documents which is failing with the below message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field names must be unique within table"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of identifying which Line No of the script this is? Or is there a third party tool that would you copy the script and it would look for column names that has the same name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Identify Duplicate Field Names in Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462538#M792065</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 have a Script Error on one of my Documents which is failing with the below message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field names must be unique within table"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of identifying which Line No of the script this is? Or is there a third party tool that would you copy the script and it would look for column names that has the same name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462538#M792065</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Duplicate Field Names in Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462539#M792066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means, You should call them up into picture like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Name, Sales From Table;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *, Sum(Sales) as Sales From Table ...; // Wrong&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load Name, Sum(Sales) as Sales From Table ... // Right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 02:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462539#M792066</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-11T02:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Duplicate Field Names in Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462540#M792067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all the filed names can be copied to a single Excel column, you can identify duplicates via - .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Home -&amp;gt; Conditional Formatting -&amp;gt; Highlight Cells Rules -&amp;gt; Duplicate Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;option in Microsoft Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 02:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462540#M792067</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2018-01-11T02:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Duplicate Field Names in Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462541#M792068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no third part tool to identify duplicates in script directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use excel as Abey says above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 05:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Duplicate-Field-Names-in-Script-Error/m-p/1462541#M792068</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2018-01-11T05:46:24Z</dc:date>
    </item>
  </channel>
</rss>

