<?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: Data Manipulation on Import in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909975#M653357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, OK, many thanks, I guess your way is the same as PurgeChar()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all the same, I learn something new everyday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 16:26:31 GMT</pubDate>
    <dc:creator>jasonwills</dc:creator>
    <dc:date>2015-08-04T16:26:31Z</dc:date>
    <item>
      <title>Data Manipulation on Import</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909971#M653349</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;I have been following some threads on here on importing data into Qlik, and so far it is great (am new to all of this.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have come up against something I'm not sure how to do, so was hoping someone can help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When importing the data, it is coming from excel - the text in question has some text in brackets at the end of the cell e.g.&lt;/P&gt;&lt;P&gt;Testing123 (test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I'm trying to achieve is when I import data, it drops the brackets, so I will only get Testing123 - I know this is possible in excel, but I am trying to avoid manipulating the data in excel, as there are other things going on with it, so am trying to do it on import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep looking, but if anyone can help, I would appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909971#M653349</guid>
      <dc:creator>jasonwills</dc:creator>
      <dc:date>2015-08-04T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation on Import</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909972#M653351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=replace(replace(Field,'(',''),')','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909972#M653351</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-08-04T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation on Import</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909973#M653353</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;just letting you know that I have found a way that works for me - and the way that my data is - if anybody knows of a better way then I am happy to look at it, but thought I would just pop this on there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trim(SubField(Field,'(',1)) as SalesRep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above works, but as mentioned, with my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@M Woolf - your answer just popped in as I was typing this - many thanks, I shall try that now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909973#M653353</guid>
      <dc:creator>jasonwills</dc:creator>
      <dc:date>2015-08-04T16:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation on Import</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909974#M653355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My example won't work for you. I thought that when you said you wanted to drop the brackets, that you wanted to keep the text inside. My expression would result in:&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Testing123 test&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909974#M653355</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-08-04T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation on Import</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909975#M653357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, OK, many thanks, I guess your way is the same as PurgeChar()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all the same, I learn something new everyday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Manipulation-on-Import/m-p/909975#M653357</guid>
      <dc:creator>jasonwills</dc:creator>
      <dc:date>2015-08-04T16:26:31Z</dc:date>
    </item>
  </channel>
</rss>

