<?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 Table headings from script show as prefix for table names?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259427#M97913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a general question about setting up the environment before starting development. I am working on an existing app developed by someone else and when I add a new table in the script, it shows with the Tablename as Prefix and then the field names. Please check below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FctKPI:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;KPI_Test, Measure&lt;/P&gt;&lt;P&gt;1,Test&lt;/P&gt;&lt;P&gt;2,Full,&lt;/P&gt;&lt;P&gt;3,Half&lt;/P&gt;&lt;P&gt;and so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at &lt;STRONG&gt;fields KPI_Test&lt;/STRONG&gt;, it shows as &lt;STRONG&gt;FctKPI.KPI_Test &lt;/STRONG&gt;, similarly it shows&lt;STRONG&gt; Measure &lt;/STRONG&gt;as &lt;STRONG&gt;FctKPI.Measure&amp;nbsp; &lt;/STRONG&gt;I am unable to find a way to change this in the settings.. can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Mady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 13:14:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-09T13:14:39Z</dc:date>
    <item>
      <title>Table headings from script show as prefix for table names??</title>
      <link>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259427#M97913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a general question about setting up the environment before starting development. I am working on an existing app developed by someone else and when I add a new table in the script, it shows with the Tablename as Prefix and then the field names. Please check below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FctKPI:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;KPI_Test, Measure&lt;/P&gt;&lt;P&gt;1,Test&lt;/P&gt;&lt;P&gt;2,Full,&lt;/P&gt;&lt;P&gt;3,Half&lt;/P&gt;&lt;P&gt;and so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at &lt;STRONG&gt;fields KPI_Test&lt;/STRONG&gt;, it shows as &lt;STRONG&gt;FctKPI.KPI_Test &lt;/STRONG&gt;, similarly it shows&lt;STRONG&gt; Measure &lt;/STRONG&gt;as &lt;STRONG&gt;FctKPI.Measure&amp;nbsp; &lt;/STRONG&gt;I am unable to find a way to change this in the settings.. can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Mady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 13:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259427#M97913</guid>
      <dc:creator />
      <dc:date>2011-08-09T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Table headings from script show as prefix for table names??</title>
      <link>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259428#M97914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is this because, I am getting the data from Views instead of Tables??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions guys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 13:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259428#M97914</guid>
      <dc:creator />
      <dc:date>2011-08-09T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table headings from script show as prefix for table names??</title>
      <link>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259429#M97915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mady,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thing in your code below FctKPI: a Qualify *; command is kep there you thats why your code gets concatenated by the table name FctKPI: to each fields you need to remove it or check it is for another purpose or not otherwise you remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its purpose is not there so you just put that code Qualify *; after the completion of load script of this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 13:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-headings-from-script-show-as-prefix-for-table-names/m-p/259429#M97915</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-09T13:54:37Z</dc:date>
    </item>
  </channel>
</rss>

