<?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: DSR Test in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676262#M1053879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How was it done? With quite a bit of effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure to do this is to study hard and then apply the knowledge gained to the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you remove the code you posted then the script will not produce the needed result. Try it. Remove the code and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the code does is transpose the data in the excel sheet, remove the first column, the first six rand rows and the last row, fill the first column cell values if they are empty with the value of the above cell, load the first column as Category, the second as Brand and add a calculated field named Column using the RowNo() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 13:49:38 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-10-22T13:49:38Z</dc:date>
    <item>
      <title>DSR Test</title>
      <link>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676259#M1053876</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;How to convert (DSR) file using cross table......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676259#M1053876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: DSR Test</title>
      <link>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676260#M1053877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very extremely much pain. Don't do it. Get the original sales data instead directly from the source system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676260#M1053877</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: DSR Test</title>
      <link>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676261#M1053878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How it was done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means what is procedure to do this and if I remove below code then what will happen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD @1 as Category, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as Brand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as Column&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[comm139074.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1, filters(&lt;/P&gt;&lt;P&gt;Transpose(),&lt;/P&gt;&lt;P&gt;Remove(Col, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Replace(1, top, StrCnd(null)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 58)&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 13:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676261#M1053878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: DSR Test</title>
      <link>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676262#M1053879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How was it done? With quite a bit of effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure to do this is to study hard and then apply the knowledge gained to the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you remove the code you posted then the script will not produce the needed result. Try it. Remove the code and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the code does is transpose the data in the excel sheet, remove the first column, the first six rand rows and the last row, fill the first column cell values if they are empty with the value of the above cell, load the first column as Category, the second as Brand and add a calculated field named Column using the RowNo() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 13:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DSR-Test/m-p/676262#M1053879</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T13:49:38Z</dc:date>
    </item>
  </channel>
</rss>

