<?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 How to clean data in a field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074199#M358517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing some issues regarding 'dirt data' in my Dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In past scripts, I used to have two names for the same product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a historical database (excel spreadsheet) I had the name, for the field [Product] 'PRODUCT A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my qvd database I have, for the field [Product] 'Product a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I noticed that, I cleaned the database that was in the excel spreadsheet, so now in both databases the name is 'Product a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the 'old name' still appears in my list box.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I prevent that to happen? I only want the list box to display 'Product a'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DataCleaning_Print1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112565_DataCleaning_Print1.png" style="height: 326px; width: 620px;" /&gt;&lt;IMG alt="DataCleaning_Print2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/112566_DataCleaning_Print2.png" style="height: 322px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot folks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 13:57:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-26T13:57:08Z</dc:date>
    <item>
      <title>How to clean data in a field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074199#M358517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing some issues regarding 'dirt data' in my Dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In past scripts, I used to have two names for the same product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a historical database (excel spreadsheet) I had the name, for the field [Product] 'PRODUCT A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my qvd database I have, for the field [Product] 'Product a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I noticed that, I cleaned the database that was in the excel spreadsheet, so now in both databases the name is 'Product a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the 'old name' still appears in my list box.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I prevent that to happen? I only want the list box to display 'Product a'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DataCleaning_Print1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112565_DataCleaning_Print1.png" style="height: 326px; width: 620px;" /&gt;&lt;IMG alt="DataCleaning_Print2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/112566_DataCleaning_Print2.png" style="height: 322px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot folks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 13:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074199#M358517</guid>
      <dc:creator />
      <dc:date>2016-01-26T13:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data in a field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074200#M358518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think is better to look at the script and remove the "wrong" PRODUCT A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In listbox you can use this expression to remove PRODUCT A&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Product='PRODUCT A', null(), Product)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074200#M358518</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-01-26T20:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data in a field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074201#M358519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really cleaned all sources to have matching values &lt;EM&gt;and &lt;/EM&gt;you have performed a full reload, this should not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that latter has not happened, it seems that you did not a full reload, you seem to have kept some historic data within your reload chain. This could happen when you are using QVDs with an incremental load concept, for example, or when you are using a BUFFER LOAD prefix (also storing previous value state in QVDs).&lt;/P&gt;&lt;P&gt;Or maybe something else similar along above lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard to tell without knowing your script(s) and reload approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 22:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074201#M358519</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-26T22:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data in a field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074202#M358520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks MG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the number of fields to clean was low, I used this procedure, but as the data comes from a BI system, it's not advisable to use this due to maintainance reviewing process, but it is working properly for noew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074202#M358520</guid>
      <dc:creator />
      <dc:date>2016-01-29T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data in a field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074203#M358521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you comments swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data model is 'simple'.&lt;/P&gt;&lt;P&gt;I have 4 QVDs which 3 of then load that from spreadsheet and another from a datawarehouse.&lt;/P&gt;&lt;P&gt;As I'm not using any complex LOAD form, I believe that I'm not using incremental load, but a full reload each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll look for those other posibilities you pointed out.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074203#M358521</guid>
      <dc:creator />
      <dc:date>2016-01-29T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data in a field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074204#M358522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use an Applymap() instead. It is more manageable. See &lt;A href="https://community.qlik.com/qlik-blogpost/4267"&gt;Data Cleansing&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-clean-data-in-a-field/m-p/1074204#M358522</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-01-29T15:05:28Z</dc:date>
    </item>
  </channel>
</rss>

