<?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 Data Cleansing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158522#M716702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Shumail ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you trying to create a listbox . inside field list box select expression .............type following code&lt;/P&gt;&lt;P&gt;it gives you dimension with clean data&lt;/P&gt;&lt;P&gt;=if(Len(&amp;lt;column name&amp;gt;)='4',&amp;lt;column name&amp;gt;)&lt;/P&gt;&lt;P&gt;this really defn will reduce manually work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2009 18:03:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-20T18:03:52Z</dc:date>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158517#M716697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any way to perform data cleansing on QlikView, Below attached is my data for your reference,&lt;/P&gt;&lt;P&gt;For Example i want to replace "ADNOC XXXX/XX" with 'ADNOC' only. there are large number of garbage in data and i cannot perform cleansing without doing it mannualy.&lt;/P&gt;&lt;P&gt;The solution i have found is to daily download the data and identify new garbage cases and update with the valid value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158517#M716697</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-08-16T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158518#M716698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moreover, If you look into the data I am exactly looking for some intelligent solution, which automatically select valid value without doing this exercise manually. Previously i was doing it manually and perform cleansing using excel where I have developed customized formulas i.e. put valid values in front of garbage field column and utilize it on the main sheet using vlookup.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 16:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158518#M716698</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-08-16T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158519#M716699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use mapping functionality for data cleansing, however, there is no "automatic" algorithm for data cleansing. Once the name is mapped, it will stay mapped for the following reloads.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV id="refHTML"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 09:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158519#M716699</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-08-17T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158520#M716700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood your specific example, here's one solution:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(left("Merchant Name",5)='ADNOC','ADNOC',"Merchant Name") as "Merchant Name"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 02:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158520#M716700</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-08-18T02:53:05Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158521#M716701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As there are numerious values, I think I have to go for manual option just like create a new table of Merchants with garbage field and updated field link it with the table.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 17:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158521#M716701</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-08-20T17:24:40Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158522#M716702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Shumail ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you trying to create a listbox . inside field list box select expression .............type following code&lt;/P&gt;&lt;P&gt;it gives you dimension with clean data&lt;/P&gt;&lt;P&gt;=if(Len(&amp;lt;column name&amp;gt;)='4',&amp;lt;column name&amp;gt;)&lt;/P&gt;&lt;P&gt;this really defn will reduce manually work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 18:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158522#M716702</guid>
      <dc:creator />
      <dc:date>2009-08-20T18:03:52Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158523#M716703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may help as a starting point as long as you have no similarities in the beginning of the names like ADNOC and ADNOCIS...&lt;/P&gt;&lt;P&gt;CleanNames:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; CleanName,&lt;BR /&gt; ADNOC,&lt;BR /&gt; TRY2,&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;Data:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Crap, CrapValue&lt;BR /&gt; ADNOC-xr, 1&lt;BR /&gt; ADNOC vm, 2&lt;BR /&gt; ADNOC_xy, 3&lt;BR /&gt; TRY2 crap, 4&lt;BR /&gt; TRY2_crap, 5&lt;BR /&gt; TRY2-crap, 6&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;LET NoOfCleanRows = NoOfRows('CleanNames');&lt;BR /&gt;&lt;BR /&gt;FOR i = 0 TO NoOfCleanRows - 1&lt;BR /&gt;CrapNames:&lt;BR /&gt;LOAD&lt;BR /&gt; left(Crap,len(peek('CleanName',$(i),'CleanNames'))) as CrapNameCleaned,&lt;BR /&gt; CrapValue&lt;BR /&gt;RESIDENT Data&lt;BR /&gt; WHERE left(Crap,len(peek('CleanName',$(i),'CleanNames'))) = peek('CleanName',$(i),'CleanNames');&lt;BR /&gt; ;&lt;BR /&gt;NEXT i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 19:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158523#M716703</guid>
      <dc:creator />
      <dc:date>2009-08-20T19:31:45Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158524#M716704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archanah,&lt;/P&gt;&lt;P&gt;Length of the value's varies so, i can't specific to any number of length like ADNOC, Carrifor etc...&lt;/P&gt;&lt;P&gt;What i have identified is just like in Excel I can do it through customize formula using VlookUp in excel OR using Join by creating new table for Garbbage values so, the correct values can only be obtain through manual data cleansing.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 20:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158524#M716704</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-08-20T20:13:58Z</dc:date>
    </item>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158525#M716705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christian,&lt;/P&gt;&lt;P&gt;Your code would support me in this, I need to create a cleanname table with all dependencies and use the for loop to generate the final merchant table.but manual dependency is still thier because of human error's which cant be rectified without manual update.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 20:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Cleansing/m-p/158525#M716705</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-08-20T20:27:38Z</dc:date>
    </item>
  </channel>
</rss>

