<?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: Import Excel data thats in a weird format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1833117#M68780</link>
    <description>&lt;P&gt;Excellent - much appreciated Rob!&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 07:41:03 GMT</pubDate>
    <dc:creator>lornafnb</dc:creator>
    <dc:date>2021-09-02T07:41:03Z</dc:date>
    <item>
      <title>Import Excel data thats in a weird format</title>
      <link>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1832990#M68764</link>
      <description>&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;the beauty of importing data from Excel into Qlik.&lt;/P&gt;&lt;P&gt;Please find attached Excel file - 2 sheets - 1st sheet is how data currently looks&lt;/P&gt;&lt;P&gt;2Nd Sheet is how I need it to look to consume.&lt;/P&gt;&lt;P&gt;All help appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1832990#M68764</guid>
      <dc:creator>lornafnb</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel data thats in a weird format</title>
      <link>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1833054#M68770</link>
      <description>&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Raw:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; if(IsText(@1), @1, peek('Fruit')) as Fruit,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; num(@1) as Period,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; num(@2) as Qty, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; num(@3) as UnitRate, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; num(@4) as Price&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lib://temp/Fruit.xlsx&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(ooxml, no labels, table is [Fruit - Raw Data], filters(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Remove(Col, Pos(Top, 6)),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Remove(Col, Pos(Top, 5)),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Unwrap(Col, Pos(Top, 5))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Where @1 &amp;lt;&amp;gt; 'Period'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Final:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;NoConcatenate&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Resident Raw &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Where len(Period)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Drop Table Raw;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 22:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1833054#M68770</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-09-01T22:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel data thats in a weird format</title>
      <link>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1833117#M68780</link>
      <description>&lt;P&gt;Excellent - much appreciated Rob!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 07:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Import-Excel-data-thats-in-a-weird-format/m-p/1833117#M68780</guid>
      <dc:creator>lornafnb</dc:creator>
      <dc:date>2021-09-02T07:41:03Z</dc:date>
    </item>
  </channel>
</rss>

