<?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: Delete Specific Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436790#M431559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other function could be SubStringCount() I think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PS. When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as Helpful if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 02:27:34 GMT</pubDate>
    <dc:creator>luismadriz</dc:creator>
    <dc:date>2017-11-22T02:27:34Z</dc:date>
    <item>
      <title>Delete Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436788#M431557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have historical data and I would like to erase all data that contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restaur Alamanda&lt;/P&gt;&lt;P&gt;01/01/2013&amp;nbsp; Alamanda si Benectido&lt;/P&gt;&lt;P&gt;01/01/2014&amp;nbsp; Alamanda si Benectido&lt;/P&gt;&lt;P&gt;01/01/2015&amp;nbsp; Alamanda si Benectido&lt;/P&gt;&lt;P&gt;01/01/2016&amp;nbsp; Alamanda si Benectido&lt;/P&gt;&lt;P&gt;01/01/2017&amp;nbsp; Alamanda si Benectido&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next year will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/01/2018 &lt;SPAN style="font-size: 13.3333px;"&gt;Alamanda si Benectido Must be dissapear too and so on for the entire years.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I attached a xls sample for better comprehenssion,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 22:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436788#M431557</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2017-11-21T22:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436789#M431558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could insert a where clause to exclude those values by looking into that specific text string field (DESC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if in Qlik you could use this:&lt;/P&gt;&lt;P&gt;// After YourTable has been loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableWithoutAlamanda:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;P&gt;Where Index(DESC,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Alamanda si Benectido&lt;/SPAN&gt;') = 0 AND &lt;SPAN style="font-size: 13.3333px;"&gt;Index(DESC,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Restaur Alamanda&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;') = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop Table YourTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as Helpful if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 02:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436789#M431558</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-22T02:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436790#M431559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other function could be SubStringCount() I think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PS. When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as Helpful if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 02:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Specific-Data/m-p/1436790#M431559</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-22T02:27:34Z</dc:date>
    </item>
  </channel>
</rss>

