<?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 very hard? please help.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176246#M44345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Tganks.&lt;/P&gt;&lt;P&gt;Now I trued the example in the "real problem".&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Dec 2009 01:34:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-05T01:34:13Z</dc:date>
    <item>
      <title>very hard? please help..</title>
      <link>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176242#M44341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;consider this table. In ths case I would to replace&lt;BR /&gt;the cmp field where the cmp =fg&lt;BR /&gt;If the type of cmp is = fg I have to serach in the column&lt;BR /&gt; item and I must to replace the, in this sample, ccd eith j&lt;BR /&gt; becouse ccd= j in the column item&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;load * Inline [&lt;/P&gt;&lt;P&gt;item , vmp, type&lt;/P&gt;&lt;P&gt;abc , ccd , fg&lt;BR /&gt;abc , a , rm&lt;BR /&gt;abc , k , rm&lt;BR /&gt;ccd , j , rm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Some genius could to try to help me?&lt;BR /&gt;Thanks&lt;BR /&gt;best regards,&lt;BR /&gt;Slash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 23:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176242#M44341</guid>
      <dc:creator />
      <dc:date>2009-12-04T23:34:48Z</dc:date>
    </item>
    <item>
      <title>very hard? please help..</title>
      <link>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176243#M44342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;RawData:&lt;BR /&gt;load * Inline [&lt;BR /&gt;item , vmp, type&lt;BR /&gt;abc , ccd , fg&lt;BR /&gt;abc , a , rm&lt;BR /&gt;abc , k , rm&lt;BR /&gt;ccd , j , rm&lt;BR /&gt;];&lt;BR /&gt;Map:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt; item as vmp&lt;BR /&gt;,only(vmp) as newvmp&lt;BR /&gt;RESIDENT RawData&lt;BR /&gt;GROUP BY item&lt;BR /&gt;;&lt;BR /&gt;Data:&lt;BR /&gt;NOCONCATENATE LOAD&lt;BR /&gt; item&lt;BR /&gt;,if(type='fg' and len(applymap('Map',vmp)),applymap('Map',vmp),vmp) as vmp&lt;BR /&gt;,type&lt;BR /&gt;RESIDENT RawData&lt;BR /&gt;;&lt;BR /&gt;DROP TABLE RawData&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;I'm sure there would also be a way to do it with a bunch of joins without adding additional tables if memory usage during the load is a concern.&lt;/P&gt;&lt;P&gt;(Edit: added NOCONCATENATE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2009 00:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176243#M44342</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-05T00:41:26Z</dc:date>
    </item>
    <item>
      <title>very hard? please help..</title>
      <link>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176244#M44343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seams doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2009 01:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176244#M44343</guid>
      <dc:creator />
      <dc:date>2009-12-05T01:15:26Z</dc:date>
    </item>
    <item>
      <title>very hard? please help..</title>
      <link>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176245#M44344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugged version attached. It simply needed NOCONCATENATE in the Data load to avoid concatenating to RawData and subsequently being dropped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2009 01:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176245#M44344</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-05T01:20:06Z</dc:date>
    </item>
    <item>
      <title>very hard? please help..</title>
      <link>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176246#M44345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Tganks.&lt;/P&gt;&lt;P&gt;Now I trued the example in the "real problem".&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2009 01:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/very-hard-please-help/m-p/176246#M44345</guid>
      <dc:creator />
      <dc:date>2009-12-05T01:34:13Z</dc:date>
    </item>
  </channel>
</rss>

