<?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 Re: Field names when loading from a database directly in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803496#M65228</link>
    <description>&lt;P&gt;Hi Dalton,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed I had Qualify * in a previous sheet and when I did the Unqualify it seems I forgot to add the *.&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 12:04:36 GMT</pubDate>
    <dc:creator>ShellyG</dc:creator>
    <dc:date>2021-04-28T12:04:36Z</dc:date>
    <item>
      <title>Field names when loading from a database directly</title>
      <link>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803080#M65158</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am currently creating my own QVDs in Qlik Sense and I encounter a behavior which doesn't exactly fit my requirements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I load my fields from the database, I put a name for the table above the fields as usually, but what happens is that when I load the data, all the fields have the name of the table in front. Is there a way to avoid that but also having a name for your table?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I load this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;H_TI:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Group,&lt;BR /&gt;Date,&lt;BR /&gt;Order,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And then in the results my field names are:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;H_TI.Group&lt;/P&gt;&lt;P&gt;H_TI.Date&lt;/P&gt;&lt;P&gt;and etc...&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Silviya&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803080#M65158</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2021-04-27T11:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field names when loading from a database directly</title>
      <link>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803146#M65169</link>
      <description>&lt;P&gt;My guess is that you have a Qualify * in your code somewhere prior to loading the table. It fully qualifies the field names. Typically people use that to quickly load data from tables that have a lot of field names in common which causes a synthetic join.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When loading data from the database you can rename the fields manually as needed to avoid the problems.&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Name as [Customer Name],&lt;/P&gt;&lt;P&gt;Address as [Customer Address]&lt;/P&gt;&lt;P&gt;Phone as [Customer Phone];&lt;/P&gt;&lt;P&gt;SQL Select Name, Address, Phone from Customer;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Locations:&lt;/P&gt;&lt;P&gt;Name as [Sales Location Name],&lt;/P&gt;&lt;P&gt;Address as [Sales Location Address],&lt;/P&gt;&lt;P&gt;Phone as [Sales Location Phone];&lt;/P&gt;&lt;P&gt;SQL Select Name, Address, Phone from Locations;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803146#M65169</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-27T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Field names when loading from a database directly</title>
      <link>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803496#M65228</link>
      <description>&lt;P&gt;Hi Dalton,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed I had Qualify * in a previous sheet and when I did the Unqualify it seems I forgot to add the *.&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 12:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-names-when-loading-from-a-database-directly/m-p/1803496#M65228</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2021-04-28T12:04:36Z</dc:date>
    </item>
  </channel>
</rss>

