<?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: Converting Xls into Qlikview readable format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975415#M651395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone.&amp;nbsp; Cross table functionality helped me&amp;nbsp; achieve the desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Sep 2015 05:41:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-06T05:41:16Z</dc:date>
    <item>
      <title>Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975411#M651391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to convert this table in to a qlikview readable format. I have to upload this in the QVW and convert into qvd or csv. Please, help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2015 04:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975411#M651391</guid>
      <dc:creator />
      <dc:date>2015-08-23T04:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975412#M651392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data can be brought into QlikView in a number of ways with a Load Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;To be able to give you sound advice you need to tell us how you really need the data to be in the QVD or CSV format file(s). Can you leave it exactly like it is in Excel or do you need to transform it in any way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) It could be read as is - which means that the structure of the data is unchanged from this report oriented format. This is rather unpractical if you want to do some analysis or further enrichment of the data from other sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can restructure the data as it is read in the load script so it turns into a more optimal format for analysis and building an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then the most convenient way is to change the month columns into rows by using a CROSSTABLE LOAD to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "unpivot" the columns into more rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since these are multiple tables using multiple CROSSTABLE LOAD statements would be necessary to get all of the data in correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the LOAD SCRIPT editor and the Table Files wizard to bring in the data this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) You can use one or more STORE statements at the end of the load script to produce either CSV-files or QVD-files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2015 05:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975412#M651392</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-23T05:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975413#M651393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to click Enable Transformation Step...&lt;/P&gt;&lt;P&gt;and load crosstable script after your necessary step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;CrossTable(PaperName, Quantity, 2)&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;[Test.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Day_1$, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(CellValue, 1, StrCnd(null))),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(CellValue, 1, StrCnd(equal, 'Total'))),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Col, Pos(Top, 1))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ping.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96748_ping.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2015 10:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975413#M651393</guid>
      <dc:creator>alibd225</dc:creator>
      <dc:date>2015-08-23T10:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975414#M651394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you want to transform the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to load the data as it is like excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be the expected output you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide sample excel also to work on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2015 10:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975414#M651394</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-23T10:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975415#M651395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone.&amp;nbsp; Cross table functionality helped me&amp;nbsp; achieve the desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 05:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975415#M651395</guid>
      <dc:creator />
      <dc:date>2015-09-06T05:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975416#M651396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by marking it as answered on the most "correct" suggestion. It is also nice to mark some suggestions or hints as helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 07:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975416#M651396</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-06T07:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Xls into Qlikview readable format</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975417#M651397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;Please close the thread by selecting &lt;EM&gt;Helpful&lt;/EM&gt;/&lt;EM&gt;Correct Answer&lt;/EM&gt;. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 07:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Xls-into-Qlikview-readable-format/m-p/975417#M651397</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-06T07:56:17Z</dc:date>
    </item>
  </channel>
</rss>

