<?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: &amp;quot;Store 'Name' into 'Name.txt' (txt)&amp;quot; is creating the txt file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339207#M823501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;Store&lt;/H1&gt;&lt;P&gt;A QVD or a CSV file can be created by a &lt;SPAN class="Bold"&gt;store&lt;/SPAN&gt; statement in the script. The statement will create an explicitly named QVD or CSV file. The statement can only export fields from one logical table. The text values are exported to the CSV file in UTF-8 format. A delimiter can be specified, see &lt;A _jive_internal="true" href="https://community.qlik.com/Load.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;load&lt;/SPAN&gt;&lt;/A&gt;. The &lt;SPAN class="Bold"&gt;store&lt;/SPAN&gt; statement to a CSV file does not support BIFF export.&lt;/P&gt;&lt;H4&gt;store &lt;SPAN style="font-style: italic;"&gt;[ *fieldlist&amp;nbsp; &lt;/SPAN&gt;from&lt;SPAN style="font-style: italic;"&gt;] table&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;into&lt;SPAN style="font-style: italic;"&gt; filename [ format-spec ];&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P style="font-style: italic;"&gt;*fieldlist::= ( &lt;SPAN style="font-size: 11pt;"&gt;*&lt;/SPAN&gt; | field ) { , field } ) &lt;SPAN style="font-style: normal;"&gt;- A list of the fields to be selected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: italic;"&gt;&lt;SPAN style="font-style: normal;"&gt;Using &lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-style: normal;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-style: normal;"&gt; selects all fields&lt;/SPAN&gt;&lt;SPAN style="font-style: normal;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: italic;"&gt;field::= fieldname [ &lt;SPAN style="font-style: normal; font-weight: bold;"&gt;as&lt;/SPAN&gt; aliasname ]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;format-spec ::= &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; ( &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; | &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; ) &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;The format specification consists of a the text &lt;SPAN class="Bold"&gt;txt&lt;/SPAN&gt; for text files, or the text &lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt; for qvd files. If the format specification is omitted, &lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt; is assumed.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;fieldname&lt;/SPAN&gt; is a text that is identical to a field name in the &lt;SPAN style="font-style: italic;"&gt;table&lt;/SPAN&gt;. (Note that the field name must be enclosed by straight double &lt;A _jive_internal="true" href="https://community.qlik.com/Quotation_marks.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;quotation marks&lt;/SPAN&gt;&lt;/A&gt; or square brackets if it contains e.g. spaces.)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;aliasname&lt;/SPAN&gt; is an alternate name for the field to be used in the resulting QVD or CSV file.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;table&lt;/SPAN&gt; is a script labeled, already loaded table to be used as source for data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;filename&lt;/SPAN&gt; is the name of the target file. The interpretation of file name is similar to names in &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statements, i.e. the &lt;SPAN class="Bold"&gt;directory&lt;/SPAN&gt; statements apply.&lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;P style="font-weight: bold;"&gt;Store mytable into xyz.qvd (qvd);&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Store &lt;SPAN style="font-size: 11pt;"&gt;*&lt;/SPAN&gt; from mytable into xyz.qvd;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Store Name, RegNo from mytable into xyz.qvd;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Store Name as a, RegNo as b from mytable into xyz.qvd;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN class="Bold"&gt;store mytable into myfile.txt (txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;store * from mytable into myfile.txt (txt);&lt;/P&gt;&lt;P&gt;(The two first examples have identical function.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 10:36:20 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2017-07-20T10:36:20Z</dc:date>
    <item>
      <title>"Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339201#M823495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help. I have this code that works without problems but it is not generating the txt file 'Sales'. I frankly don't know where is the error (all the Set parts, were ommited in this copy for the sake of clarity).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="170807" alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170807_Capture1.PNG" style="height: auto;" /&gt;&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/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339201#M823495</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339202#M823496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather txt use qvd in your store line like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Sales into Sales.txt (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Even, this should work&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;STORE Sales into Sales.txt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 03:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339202#M823496</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-20T03:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339203#M823497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STORE Sales into Sales.txt(txt, delimiter is ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 03:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339203#M823497</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-20T03:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339204#M823498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script you posted should create "Sales.txt" in the current directory.&amp;nbsp; Do you have any DIRECTORY statements that change the current directory?&amp;nbsp; It would be helpful if you could post the script logfile. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 04:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339204#M823498</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-20T04:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339205#M823499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is creating xml data set rather &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STORE Sales into Sales.txt(txt, delimiter is ',')&lt;/SPAN&gt; will store only data in , separated way &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 08:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339205#M823499</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-20T08:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339206#M823500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;txt also should work.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Sales into Sales.txt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this stores like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Customer,Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ABC,65&lt;/P&gt;&lt;P&gt;XYZ,20&lt;/P&gt;&lt;P&gt;TRE,56&lt;/P&gt;&lt;P&gt;HJK,75&lt;/P&gt;&lt;P&gt;fgh,45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Sales into Sales.txt(txt); and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Sales into Sales.txt(qvd);&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;both stores XML format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 09:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339206#M823500</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2017-07-20T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339207#M823501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;Store&lt;/H1&gt;&lt;P&gt;A QVD or a CSV file can be created by a &lt;SPAN class="Bold"&gt;store&lt;/SPAN&gt; statement in the script. The statement will create an explicitly named QVD or CSV file. The statement can only export fields from one logical table. The text values are exported to the CSV file in UTF-8 format. A delimiter can be specified, see &lt;A _jive_internal="true" href="https://community.qlik.com/Load.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;load&lt;/SPAN&gt;&lt;/A&gt;. The &lt;SPAN class="Bold"&gt;store&lt;/SPAN&gt; statement to a CSV file does not support BIFF export.&lt;/P&gt;&lt;H4&gt;store &lt;SPAN style="font-style: italic;"&gt;[ *fieldlist&amp;nbsp; &lt;/SPAN&gt;from&lt;SPAN style="font-style: italic;"&gt;] table&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;into&lt;SPAN style="font-style: italic;"&gt; filename [ format-spec ];&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P style="font-style: italic;"&gt;*fieldlist::= ( &lt;SPAN style="font-size: 11pt;"&gt;*&lt;/SPAN&gt; | field ) { , field } ) &lt;SPAN style="font-style: normal;"&gt;- A list of the fields to be selected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: italic;"&gt;&lt;SPAN style="font-style: normal;"&gt;Using &lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-style: normal;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-style: normal;"&gt; selects all fields&lt;/SPAN&gt;&lt;SPAN style="font-style: normal;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: italic;"&gt;field::= fieldname [ &lt;SPAN style="font-style: normal; font-weight: bold;"&gt;as&lt;/SPAN&gt; aliasname ]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;format-spec ::= &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; ( &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; | &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt; ) &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;The format specification consists of a the text &lt;SPAN class="Bold"&gt;txt&lt;/SPAN&gt; for text files, or the text &lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt; for qvd files. If the format specification is omitted, &lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt; is assumed.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;fieldname&lt;/SPAN&gt; is a text that is identical to a field name in the &lt;SPAN style="font-style: italic;"&gt;table&lt;/SPAN&gt;. (Note that the field name must be enclosed by straight double &lt;A _jive_internal="true" href="https://community.qlik.com/Quotation_marks.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;quotation marks&lt;/SPAN&gt;&lt;/A&gt; or square brackets if it contains e.g. spaces.)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;aliasname&lt;/SPAN&gt; is an alternate name for the field to be used in the resulting QVD or CSV file.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;table&lt;/SPAN&gt; is a script labeled, already loaded table to be used as source for data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;filename&lt;/SPAN&gt; is the name of the target file. The interpretation of file name is similar to names in &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statements, i.e. the &lt;SPAN class="Bold"&gt;directory&lt;/SPAN&gt; statements apply.&lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;P style="font-weight: bold;"&gt;Store mytable into xyz.qvd (qvd);&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Store &lt;SPAN style="font-size: 11pt;"&gt;*&lt;/SPAN&gt; from mytable into xyz.qvd;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Store Name, RegNo from mytable into xyz.qvd;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Store Name as a, RegNo as b from mytable into xyz.qvd;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;&lt;SPAN class="Bold"&gt;store mytable into myfile.txt (txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;store * from mytable into myfile.txt (txt);&lt;/P&gt;&lt;P&gt;(The two first examples have identical function.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 10:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339207#M823501</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-07-20T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339208#M823502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for every reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the problem. In a previous code's tab, I entered a '/*' to comment an entire section but I didn't put the '*/'. So, it wasn't executing the rest of the code, although it wasn't formatted to green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the silly mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339208#M823502</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2017-07-20T20:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: "Store 'Name' into 'Name.txt' (txt)" is creating the txt file</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339209#M823503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's a common and difficult bug/feature.&amp;nbsp; Syntax highlighting is reset at the beginning of each tab.&amp;nbsp; So if you forget a terminator such as semicolon or */ on a previous tab, it won't be noted on the coloring of the next tab.&amp;nbsp; Try this one for frustration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///$Tab Main&lt;/P&gt;&lt;P&gt;SET myvar= xyz&lt;/P&gt;&lt;P&gt;///$Tab Orders&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(OrderDate) as Year;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM Orders.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you run this script, you will have no script error but you will not have a Year field in the Orders table!&amp;nbsp; If you look in the log the "&lt;SPAN style="font-size: 13.3333px;"&gt;Year(OrderDate) as Year" looks normal, but it's not actually a preceding load. It's been consumed into the variable myvar;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 06:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Store-Name-into-Name-txt-txt-quot-is-creating-the-txt-file/m-p/1339209#M823503</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-21T06:06:51Z</dc:date>
    </item>
  </channel>
</rss>

