<?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 Is it possible to Analyze unstructured excel data in Qlikview ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174829#M43495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ... It worked fine. But I need to apply it in Live scenario which is more complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important part is I got a start. Thanks...!!!&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;IMG alt="Beer" src="http://community.qlik.com/emoticons/emotion-22.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Nov 2010 13:32:50 GMT</pubDate>
    <dc:creator>deepakk</dc:creator>
    <dc:date>2010-11-07T13:32:50Z</dc:date>
    <item>
      <title>Is it possible to Analyze unstructured excel data in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174827#M43493</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;Please find the sample data in the attachment. Will it be possible to analyze Country wise data in the given scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Nov 2010 12:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174827#M43493</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-11-07T12:29:15Z</dc:date>
    </item>
    <item>
      <title>Is it possible to Analyze unstructured excel data in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174828#M43494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give it a try with a script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;// ==== Load all the data, add one column for country-data ====================&lt;BR /&gt; RawData:&lt;BR /&gt; LOAD&lt;BR /&gt; IF(WILDMATCH(@1, '*COUNTRY :*'), @1, PEEK(xCountry)) AS xCountry,&lt;BR /&gt; @1,&lt;BR /&gt; @2,&lt;BR /&gt; @3&lt;BR /&gt; FROM&lt;BR /&gt; [.\CountryData.xls]&lt;BR /&gt; (biff, no labels, table is Sheet1$);&lt;BR /&gt;&lt;BR /&gt;// ==== Delete headerinfo, cleanse country-data ==============================&lt;BR /&gt; Data:&lt;BR /&gt; LOAD&lt;BR /&gt; TRIM(MID(xCountry, 10, 100)) AS Country,&lt;BR /&gt; @1 AS Product,&lt;BR /&gt; @2 AS Qty,&lt;BR /&gt; @3 AS Amount&lt;BR /&gt; RESIDENT&lt;BR /&gt; RawData&lt;BR /&gt; WHERE&lt;BR /&gt; NOT WILDMATCH(@1, '*COUNTRY :*', '*PRODUCT*');&lt;BR /&gt;&lt;BR /&gt; DROP TABLE RawData;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Nov 2010 13:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174828#M43494</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-11-07T13:12:42Z</dc:date>
    </item>
    <item>
      <title>Is it possible to Analyze unstructured excel data in Qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174829#M43495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ... It worked fine. But I need to apply it in Live scenario which is more complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important part is I got a start. Thanks...!!!&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;IMG alt="Beer" src="http://community.qlik.com/emoticons/emotion-22.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Nov 2010 13:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-Analyze-unstructured-excel-data-in-Qlikview/m-p/174829#M43495</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-11-07T13:32:50Z</dc:date>
    </item>
  </channel>
</rss>

