<?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 Remove in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015625#M931355</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;How to remove a word from the field &lt;/P&gt;&lt;P&gt;That is There is a field (cloumn name ) "Product " in which the conetect is like &lt;/P&gt;&lt;P&gt;D5400&lt;/P&gt;&lt;P&gt;D23Mto&lt;/P&gt;&lt;P&gt;DMk344&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take out the first letter that is "D" and want to display the alphabets after D ?&lt;/P&gt;&lt;P&gt;and the result should be like this :&lt;/P&gt;&lt;P&gt;5400&lt;/P&gt;&lt;P&gt;23Mto&lt;/P&gt;&lt;P&gt;MK344... and so on &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015625#M931355</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;How to remove a word from the field &lt;/P&gt;&lt;P&gt;That is There is a field (cloumn name ) "Product " in which the conetect is like &lt;/P&gt;&lt;P&gt;D5400&lt;/P&gt;&lt;P&gt;D23Mto&lt;/P&gt;&lt;P&gt;DMk344&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take out the first letter that is "D" and want to display the alphabets after D ?&lt;/P&gt;&lt;P&gt;and the result should be like this :&lt;/P&gt;&lt;P&gt;5400&lt;/P&gt;&lt;P&gt;23Mto&lt;/P&gt;&lt;P&gt;MK344... and so on &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015625#M931355</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015626#M931356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: mid(YourField, 2) as YourField.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015626#M931356</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-03-07T06:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015627#M931357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Left(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;, 1) = 'D', PurgeChar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;, 'D'), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=If(Left(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, 1) = 'D',&lt;SPAN style="font-size: 13.3333px;"&gt;Mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;, 2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015627#M931357</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-03-07T06:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015628#M931358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right(YourField,len(Yourfield)-1) as NewField.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015628#M931358</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-07T06:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015629#M931359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(Colo,'D',2) as Column&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;P&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;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015629#M931359</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-03-07T07:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015630#M931360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a Dynamic Data model,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;&amp;nbsp; ASCII Code&lt;/P&gt;&lt;P&gt;&amp;nbsp; 65 = A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 90 = Z&lt;/P&gt;&lt;P&gt;&amp;nbsp; 97 = a&lt;/P&gt;&lt;P&gt;&amp;nbsp; 122= z&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *, If((Left(OldFieldValue, 1) &amp;gt;= Chr(65) and Left(OldFieldValue, 1) &amp;lt;= Chr(90)) or (Left(OldFieldValue, 1) &amp;gt;= Chr(97) and Left(OldFieldValue, 1) &amp;lt;= Chr(122)), Text(PurgeChar(OldFieldValue, Left(OldFieldValue, 1))))&amp;nbsp; as NewFieldValue Inline [&lt;/P&gt;&lt;P&gt;OldFieldValue&lt;/P&gt;&lt;P&gt;D5400&lt;/P&gt;&lt;P&gt;D23Mto&lt;/P&gt;&lt;P&gt;DMk344&lt;/P&gt;&lt;P&gt;D10&lt;/P&gt;&lt;P&gt;A1010&lt;/P&gt;&lt;P&gt;Z561&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached QlikView App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015630#M931360</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-03-07T07:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove</title>
      <link>https://community.qlik.com/t5/QlikView/Remove/m-p/1015631#M931361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mid(Product, 2) AS Product_New&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 08:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove/m-p/1015631#M931361</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-07T08:06:10Z</dc:date>
    </item>
  </channel>
</rss>

