<?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 Export in Fixed Width format! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229534#M81433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks adamvaughan for your fast answer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but I need VB macro to set formating, 'cause I want to modify some charts data..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2009 19:53:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-03T19:53:31Z</dc:date>
    <item>
      <title>Export in Fixed Width format!</title>
      <link>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229532#M81431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can QlikView export a table contents in fixed Width text by one button and what macros should I have?&lt;BR /&gt;E.g. Let's say I have a table with the following data:&lt;BR /&gt;&lt;BR /&gt; Name: Number:&lt;BR /&gt; Mary Johnson 1029384756&lt;BR /&gt;&lt;BR /&gt;My source file should have a single space to divide and a Name of 30 symbols and a Number of 10 symobols.&lt;/P&gt;&lt;P&gt;Look at the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 20:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229532#M81431</guid>
      <dc:creator />
      <dc:date>2009-11-02T20:09:49Z</dc:date>
    </item>
    <item>
      <title>Export in Fixed Width format!</title>
      <link>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229533#M81432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is suitable, however my approach would be to pad out each column:&lt;/P&gt;&lt;P&gt;Load script:&lt;/P&gt;&lt;P&gt;Name &amp;amp; if(len(Name) &amp;lt;= 30, repeat( ' ', (30-len(Name)) ), 'String too long' &amp;amp; repeat( ' ', 15) ) as fw_Name&lt;/P&gt;&lt;P&gt;macro:&lt;/P&gt;&lt;P&gt;set foo = ActiveDocument.GetSheetObject("TB01")&lt;BR /&gt;foo.Export "C:\test.txt" , ""&lt;/P&gt;&lt;P&gt;depending on what you are doing with those fields elsewhere in the app, you may need to create a copy load and copy objects that are purely for the padded out values and use those for exporting, whilst preserving the originals for calculations etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 20:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229533#M81432</guid>
      <dc:creator />
      <dc:date>2009-11-02T20:51:28Z</dc:date>
    </item>
    <item>
      <title>Export in Fixed Width format!</title>
      <link>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229534#M81433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks adamvaughan for your fast answer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but I need VB macro to set formating, 'cause I want to modify some charts data..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-in-Fixed-Width-format/m-p/229534#M81433</guid>
      <dc:creator />
      <dc:date>2009-11-03T19:53:31Z</dc:date>
    </item>
  </channel>
</rss>

