<?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 Loading Data form .xls file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250989#M1185941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest if you created a column and divide it by&amp;nbsp; 1024 and again 1024 to bytes then you get GB value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want MB value so divide it once by 1024 then get MB value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 15:20:18 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2011-09-29T15:20:18Z</dc:date>
    <item>
      <title>Loading Data form .xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250986#M1185938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am usnig a .xls file to load data in to QlickView. The .xls file has a column which is named as "Left Space" and the values in this column are like (12TB, 2.3GB, 0B, 4.37MB,............). My question is,&amp;nbsp; how can I convert these values in to one single unit (lets say in gigabyte (GB))? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Asad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 05:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250986#M1185938</guid>
      <dc:creator />
      <dc:date>2011-09-10T05:48:29Z</dc:date>
    </item>
    <item>
      <title>Loading Data form .xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250987#M1185939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi asadimehmud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Left Space&lt;/P&gt;&lt;P&gt;12TB&lt;/P&gt;&lt;P&gt;2.3GB&lt;/P&gt;&lt;P&gt;0B&lt;/P&gt;&lt;P&gt;4.37MB&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPACES:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;num(Amount*Pick(Match(Unit,'B','KB','MB','GB','TB'),1e-9,1e-6,1e-3,1,1e3)) as SpaceInGB;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;num#(KeepChar([Left Space],'0123456789.'), '#.#', '.' , ',') as Amount,&lt;/P&gt;&lt;P&gt;KeepChar([Left Space],'TGMKB') as Unit&lt;/P&gt;&lt;P&gt;resident INPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 17:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250987#M1185939</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-10T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Loading Data form .xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250988#M1185940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Stefan: My data not included just the numbers above (that was just an example).... Any ways I got the other way around and did some work inside my .xls file and got my data ready to be used in QlickView... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion and help &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;Regards&lt;/P&gt;&lt;P&gt;Asad &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 15:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250988#M1185940</guid>
      <dc:creator />
      <dc:date>2011-09-29T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Loading Data form .xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250989#M1185941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest if you created a column and divide it by&amp;nbsp; 1024 and again 1024 to bytes then you get GB value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want MB value so divide it once by 1024 then get MB value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 15:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-form-xls-file/m-p/250989#M1185941</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-29T15:20:18Z</dc:date>
    </item>
  </channel>
</rss>

