<?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: How to remove the required data from one field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408325#M426240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2017 13:33:16 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2017-11-17T13:33:16Z</dc:date>
    <item>
      <title>How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408316#M426231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 191px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="191"&gt;FieldName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;This is Dallas - (200)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;This is Dallas -(202)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;This is Plano 203&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; I need to remove "This is " and "- (200)" , "(202)" and combine those two Dallas data into one.&lt;/P&gt;&lt;P&gt;Only That City names should be appear. Which function can i use in Qlikview? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408316#M426231</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2017-11-16T17:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408317#M426232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your field always begin with This is and the City is the third word in the string? If not, can you share more sample data to see a pattern?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408317#M426232</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-16T17:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408318#M426233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;FieldName&lt;/SPAN&gt;,' ',3) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FieldName &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408318#M426233</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-16T17:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408319#M426234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Begin with same strings and last of that files is contaning the (202) like this. some records having the '-' also.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Fieldname&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 362px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" width="362"&gt;THIS IS BEAUTY&amp;nbsp; TEXAS (KL03)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;THIS IS BEAUTY&amp;nbsp; - &lt;SPAN style="font-size: 13.3333px;"&gt;LONDON&lt;/SPAN&gt;_SIGN(KL07)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;THIS IS BEAUTY &lt;/SPAN&gt; - &lt;SPAN style="font-size: 13.3333px;"&gt;LONDON &lt;/SPAN&gt;(KL04)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;THIS IS BEAUTY &lt;/SPAN&gt; - &lt;SPAN style="font-size: 13.3333px;"&gt;LONDON_&lt;/SPAN&gt;(KL04)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;THIS IS BEAUTY &lt;/SPAN&gt; - CANADA (KL14)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;THIS IS BEAUTY &lt;/SPAN&gt; - LONDON_FUGE(KL07)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;These are records in a field. &lt;BR /&gt;Data model should be only below records and all that LONDON data should take as only one name. like below:&lt;/P&gt;&lt;P&gt;TEXAS&lt;/P&gt;&lt;P&gt;LONDON&amp;nbsp; &lt;/P&gt;&lt;P&gt;CANADA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 06:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408319#M426234</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2017-11-17T06:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408320#M426235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;TextBetween&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;PurgeChar&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Temp&lt;/SPAN&gt;,'- '),'#','@') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;FieldName&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;FieldName&lt;/SPAN&gt;,'THIS IS BEAUTY','#'),'_','@'),'(','@') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Temp&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; FieldName &lt;BR /&gt; THIS IS BEAUTY TEXAS (KL03) &lt;BR /&gt; THIS IS BEAUTY - LONDON_SIGN(KL07) &lt;BR /&gt; THIS IS BEAUTY - LONDON (KL04) &lt;BR /&gt; THIS IS BEAUTY - LONDON_(KL04) &lt;BR /&gt; THIS IS BEAUTY - CANADA (KL14) &lt;BR /&gt; THIS IS BEAUTY - LONDON_FUGE(KL07) &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183663_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 10:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408320#M426235</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-17T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408321#M426236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Antonio.&lt;/P&gt;&lt;P&gt;Its working. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 11:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408321#M426236</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2017-11-17T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408322#M426237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways possible.... another one is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SubField(Trim(SubField(Replace(Replace(Fieldname, '-', ' '), '_', ' '), 'THIS IS BEAUTY ', -1)), ' ', 1) as NewField,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fieldname&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THIS IS BEAUTY&amp;nbsp; TEXAS (KL03)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THIS IS BEAUTY&amp;nbsp; - LONDON_SIGN(KL07)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THIS IS BEAUTY - LONDON (KL04)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THIS IS BEAUTY - LONDON_(KL04)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THIS IS BEAUTY - CANADA (KL14)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THIS IS BEAUTY - LONDON_FUGE(KL07)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183684_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408322#M426237</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-17T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408323#M426238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just that Sub field position should be 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408323#M426238</guid>
      <dc:creator>madhumitha</dc:creator>
      <dc:date>2017-11-17T12:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408324#M426239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;This is also working well. Thanks for your support. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408324#M426239</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2017-11-17T12:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408325#M426240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408325#M426240</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-11-17T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the required data from one field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408326#M426241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-the-required-data-from-one-field/m-p/1408326#M426241</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-11-17T13:33:45Z</dc:date>
    </item>
  </channel>
</rss>

