<?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 SV:No table name in the selected fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151939#M502122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops.. my statement tab was before the qualify call &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you for your quick reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 15:18:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-06T15:18:32Z</dc:date>
    <item>
      <title>No table name in the selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151937#M502120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm currently using table names as variables to select different fields thru vb code&lt;/P&gt;&lt;P&gt;I'm using a calendar table and calls various tables with a variable as =[$(TableSelected).YY RegistrationDate]), that is the link between the tables.&lt;/P&gt;&lt;P&gt;I'm experiencing an issue with my calendar table, as the table name (eg Calendar) is not recognized by the system, and the fields are listed without the table prefix (eg Calendar.YY RegistrationDate is displayed - and interpreted - with the solely field name, eg YY RegistrationDate).&lt;/P&gt;&lt;P&gt;Is it because my Calendar table is generated in my document, and not loaded from a QVD?&lt;/P&gt;&lt;P&gt;The syntax of the Calendar table is :&lt;/P&gt;&lt;P&gt;TEMP_DATE_TBL:&lt;BR /&gt;LOAD&lt;BR /&gt;DATE(date#('$(STARTDATE)','DD/MM/YYYY')-1 + RECNO() ,'DD/MM/YYYY') as DATE_REC&lt;BR /&gt;AUTOGENERATE (date#('$(ENDDATE)') - date#('$(STARTDATE)'))+1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CALENDARTABLE:&lt;BR /&gt;LOAD&lt;BR /&gt; DATE_REC,&lt;BR /&gt; YEAR(DATE_REC) AS 'YY RegistrationDate',&lt;BR /&gt; MONTHNAME(DATE_REC) AS 'YY/MM RegistrationDate',&lt;BR /&gt; WEEKNAME(DATE_REC) AS 'YY/WW RegistrationDate',&lt;BR /&gt; DATE(DAYSTART(DATE_REC)) AS 'YY/MM/DD RegistrationDate',&lt;BR /&gt; MONTH(DATE_REC) AS 'MM RegistrationDate',&lt;BR /&gt; WEEK(DATE_REC) AS 'WW RegistrationDate',&lt;BR /&gt; DAY(DATE_REC) AS 'DD RegistrationDate',&lt;BR /&gt; QUARTERNAME(DATE_REC) AS 'YY/QQ RegistrationDate',&lt;BR /&gt; 'Q' &amp;amp; CEIL(MONTH(DATE_REC)/3) AS 'QQ RegistrationDate',&lt;BR /&gt; DAYNUMBEROFYEAR(DATE_REC) AS 'DAY RegistrationDate'&lt;BR /&gt;RESIDENT TEMP_DATE_TBL;&lt;/P&gt;&lt;P&gt;if anyone could have an answer. I didn't find anything in the Community forums.&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 14:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151937#M502120</guid>
      <dc:creator />
      <dc:date>2010-08-06T14:44:18Z</dc:date>
    </item>
    <item>
      <title>SV:No table name in the selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151938#M502121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need the fields to be prefixed with the table name? To do this you need to use Qualify.&lt;BR /&gt;Add qualify *; before the load statement and all the following fields will be prefixed with table name (e.g "CALENDARTABLE.")&lt;BR /&gt;To turn of qualifying after the load, type unqualify *; (after the load statement)&lt;BR /&gt;&lt;BR /&gt;You can find more details on this in the help file / reference manual&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 15:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151938#M502121</guid>
      <dc:creator />
      <dc:date>2010-08-06T15:06:40Z</dc:date>
    </item>
    <item>
      <title>SV:No table name in the selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151939#M502122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops.. my statement tab was before the qualify call &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you for your quick reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 15:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-table-name-in-the-selected-fields/m-p/151939#M502122</guid>
      <dc:creator />
      <dc:date>2010-08-06T15:18:32Z</dc:date>
    </item>
  </channel>
</rss>

