<?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: Qlikview Data Source changes - Table name remains same in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142613#M890188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look into Qlikview help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm"&gt;Load ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading different file formats&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a delimited data file with default options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from data1.csv; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a delimited file, specifying comma as delimiter and with embedded labels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from 'c:\userfiles\data1.csv' (ansi, txt, delimiter is ',', embedded labels); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a delimited file specifying tab as delimiter and with embedded labels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from 'c:\userfiles\data2.txt' (ansi, txt, delimiter is '\t', embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a dif file with embedded headers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from file2.dif (ansi, dif, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load three fields from a fixed record file without headers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1:2 as ID, @3:25 as Name, @57:80 as City from data4.fix (ansi, fix, no labels, header is 0, record is 80); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a QVX file, specifying an absolute path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from C:\qdssamples\xyz.qvx (qvx);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2016 08:48:41 GMT</pubDate>
    <dc:creator>jpenuliar</dc:creator>
    <dc:date>2016-09-05T08:48:41Z</dc:date>
    <item>
      <title>Qlikview Data Source changes - Table name remains same</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142610#M890185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a dashboard using Excel Files as a data source with table name &lt;STRONG&gt;Base&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[~\Data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Base);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I no longer receive new excel files, but CSVs. How do I change this to accept CSVs so that I can retain my tables and charts.&lt;/P&gt;&lt;P&gt;I tried giving Base as table name. But the views are showing no values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[~\Data.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt; Any help?&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/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142610#M890185</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data Source changes - Table name remains same</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142611#M890186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are not familiar with the LOAD syntax, I would suggest that you use the File Wizard. This will visually indicate what result you get based on the wizard selections you make. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The wizard can be found in the Script Editor (Ctrl + E) and the Data tab in the lower part of the window. The file wizard is triggered by the "Table Files..." button. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 02:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142611#M890186</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2016-09-05T02:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data Source changes - Table name remains same</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142612#M890187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use noconcatenate before the Base table script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Base:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[~\Data.csv]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 03:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142612#M890187</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2016-09-05T03:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data Source changes - Table name remains same</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142613#M890188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look into Qlikview help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm"&gt;Load ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading different file formats&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a delimited data file with default options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from data1.csv; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a delimited file, specifying comma as delimiter and with embedded labels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from 'c:\userfiles\data1.csv' (ansi, txt, delimiter is ',', embedded labels); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a delimited file specifying tab as delimiter and with embedded labels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from 'c:\userfiles\data2.txt' (ansi, txt, delimiter is '\t', embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a dif file with embedded headers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from file2.dif (ansi, dif, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load three fields from a fixed record file without headers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1:2 as ID, @3:25 as Name, @57:80 as City from data4.fix (ansi, fix, no labels, header is 0, record is 80); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a QVX file, specifying an absolute path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from C:\qdssamples\xyz.qvx (qvx);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 08:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142613#M890188</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2016-09-05T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data Source changes - Table name remains same</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142614#M890189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I did use the LOAD Table Files feature, but that will give me the default file name of the csv as the Table name.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, I gave "base" as the table name&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Since it is the same table name as before, it should work right? But the dashboard comes up empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 08:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142614#M890189</guid>
      <dc:creator />
      <dc:date>2016-09-05T08:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data Source changes - Table name remains same</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142615#M890190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a date format issue guys. Since all of my charts were date based. They came up empty.&lt;/P&gt;&lt;P&gt;What I didn''t know was dates are read differently from Excel files and differently form CSV files, where source date format must be explicitly specified in the load statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 13:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-Source-changes-Table-name-remains-same/m-p/1142615#M890190</guid>
      <dc:creator />
      <dc:date>2016-10-06T13:32:34Z</dc:date>
    </item>
  </channel>
</rss>

