<?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 My progress on fixed width in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-progress-on-fixed-width/m-p/1181037#M888355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there anyone who can take this a bit further i have elaborated with fixedwidth generating csv files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my result. Is is possible to make in a neater way? I want to easily make that on 78 columns in a certain value should be inserted for example. And the names to be left positioned always starting on column 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND as a header in the CSV file i'd like to have the current date then all transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers it would be much, much apprecdiated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meddelandet redigerades av: Niklas Söderqvist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>My progress on fixed width</title>
      <link>https://community.qlik.com/t5/QlikView/My-progress-on-fixed-width/m-p/1181037#M888355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there anyone who can take this a bit further i have elaborated with fixedwidth generating csv files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my result. Is is possible to make in a neater way? I want to easily make that on 78 columns in a certain value should be inserted for example. And the names to be left positioned always starting on column 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND as a header in the CSV file i'd like to have the current date then all transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers it would be much, much apprecdiated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meddelandet redigerades av: Niklas Söderqvist&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/My-progress-on-fixed-width/m-p/1181037#M888355</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: My progress on fixed width</title>
      <link>https://community.qlik.com/t5/QlikView/My-progress-on-fixed-width/m-p/1181038#M888356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Made it somewhat more clear but still is there anyway of doing this more efficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date as header problem remaining...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FFN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;LEFT(ID,20) &amp;amp; Repeat(' ',20-len(ID))&amp;amp;&lt;/P&gt;&lt;P&gt;LEFT(Namn,25) &amp;amp; Repeat(' ',25-len(Namn))&amp;amp;&lt;/P&gt;&lt;P&gt;LEFT(Efternamn,20) &amp;amp; Repeat(' ',20-len(Efternamn))&amp;amp;&lt;/P&gt;&lt;P&gt;LEFT(Test,10) &amp;amp; Repeat(' ',10-len(Test))&amp;amp;&lt;/P&gt;&lt;P&gt;LEFT(Hej,18) &amp;amp; Repeat(' ',18-len(Hej))&amp;amp;&lt;/P&gt;&lt;P&gt;LEFT(Tecken,1) &amp;amp; Repeat(' ',1-len(Tecken)) as FixedForNiklas&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Namn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Efternamn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hej, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tecken&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;STORE * FROM FFN into C:\Users\niksod.NEONET\Desktop\Qlik\fixedwidthNiklas.csv (txt, delimiter is ','); LOAD ID, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 13:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-progress-on-fixed-width/m-p/1181038#M888356</guid>
      <dc:creator />
      <dc:date>2016-09-12T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: My progress on fixed width</title>
      <link>https://community.qlik.com/t5/QlikView/My-progress-on-fixed-width/m-p/1181039#M888357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not use qlikview to generate fixed width files, why not do it straight from the source, excel in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're determined, for the header you can use something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vCurrDay = Left(Today(),10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header:&lt;/P&gt;&lt;P&gt;Load '$(vCurrDay)'&amp;amp;Repeat(Chr(32),10)&amp;amp;'Namn'&amp;amp;Repeat(Chr(32),16)&amp;amp;'Efternamn' as Final&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate Load &lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rest of script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 14:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-progress-on-fixed-width/m-p/1181039#M888357</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-09-12T14:29:17Z</dc:date>
    </item>
  </channel>
</rss>

