<?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 How to Export Table and exclude Field Labels in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Export-Table-and-exclude-Field-Labels/m-p/428744#M702600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to store data in a table into a text file, but i'm trying to leave out the labels as I only need the data (which will only ever be one field/row)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Current code is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13482184833858859" jivemacro_uid="_13482184833858859"&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;EmailSubject:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LTRIM(MaxString(EmailSubjTmp)) as 'SubjectLine'&lt;/P&gt;&lt;P&gt;RESIDENT [TMPEmailSubject];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMPEmailSubject;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE SubjectLine FROM EmailSubject INTO [EmailSubject.txt](txt, codepage is 1252, no labels, delimiter is '\n', no quotes);&lt;/STRONG&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason, in the STORE line, evey parameter after txt is normal text and not highlighted as usual....codepage for example shows up as an error when i do a syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My resulting file has in the first line 'SubjectLine' and on the second line is the data. I ONLY want the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly apprciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2012 09:10:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-21T09:10:54Z</dc:date>
    <item>
      <title>How to Export Table and exclude Field Labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Export-Table-and-exclude-Field-Labels/m-p/428744#M702600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to store data in a table into a text file, but i'm trying to leave out the labels as I only need the data (which will only ever be one field/row)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Current code is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13482184833858859" jivemacro_uid="_13482184833858859"&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;EmailSubject:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LTRIM(MaxString(EmailSubjTmp)) as 'SubjectLine'&lt;/P&gt;&lt;P&gt;RESIDENT [TMPEmailSubject];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMPEmailSubject;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE SubjectLine FROM EmailSubject INTO [EmailSubject.txt](txt, codepage is 1252, no labels, delimiter is '\n', no quotes);&lt;/STRONG&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason, in the STORE line, evey parameter after txt is normal text and not highlighted as usual....codepage for example shows up as an error when i do a syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My resulting file has in the first line 'SubjectLine' and on the second line is the data. I ONLY want the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly apprciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 09:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Export-Table-and-exclude-Field-Labels/m-p/428744#M702600</guid>
      <dc:creator />
      <dc:date>2012-09-21T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export Table and exclude Field Labels</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Export-Table-and-exclude-Field-Labels/m-p/428745#M702601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;You can try to use macro to export whan you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 09:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Export-Table-and-exclude-Field-Labels/m-p/428745#M702601</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-21T09:43:44Z</dc:date>
    </item>
  </channel>
</rss>

