<?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: String functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154452#M376933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to remove ': ' &lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=right(': 23 - JUL - 16 06:00 PM', len(': 23 - JUL - 16 06:00 PM')-2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=subfield(': 23 - JUL - 16 06:00 PM', ': ', 2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 09:30:30 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-08-23T09:30:30Z</dc:date>
    <item>
      <title>String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154447#M376928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to eliminate only first colon from below string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: 23 - JUL - 16 06:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154447#M376928</guid>
      <dc:creator />
      <dc:date>2016-08-23T09:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154448#M376929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sam:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; colon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 23 - JUL - 16 06:00 PM&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;PurgeChar(colon,':') as new&lt;/P&gt;&lt;P&gt;Resident sam;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="colo.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135250_colo.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154448#M376929</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-23T09:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154449#M376930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;e.g. you can use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(': 23 - JUL - 16 06:00 PM',2,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(': 23 - JUL - 16 06:00 PM')-1) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154449#M376930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T09:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154450#M376931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the : position is always fixed then try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;replace('-'&amp;amp;': 23 - JUL - 16 06:00 PM','-:','')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if its a field &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;replace('-'&amp;amp;field_name,'-:','')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154450#M376931</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-23T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154451#M376932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;orelse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sam:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; colon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 23 - JUL - 16 06:00 PM&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right(colon,23) as result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;//PurgeChar(colon,':') as new&lt;/P&gt;&lt;P&gt;Resident sam;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154451#M376932</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-23T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154452#M376933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to remove ': ' &lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=right(': 23 - JUL - 16 06:00 PM', len(': 23 - JUL - 16 06:00 PM')-2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=subfield(': 23 - JUL - 16 06:00 PM', ': ', 2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154452#M376933</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-23T09:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154453#M376934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(': 23 - JUL - 16 06:00 PM', ': ', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="community1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135272_community1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154453#M376934</guid>
      <dc:creator>yasmeenk</dc:creator>
      <dc:date>2016-08-23T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154454#M376935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mid(string,3)&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;Replace(string,': ','')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 00:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154454#M376935</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-08-24T00:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154455#M376936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Snehal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use the following function in Data Load Editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purgechar(YourDateTimefield, ':')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 00:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-functions/m-p/1154455#M376936</guid>
      <dc:creator>pk2019</dc:creator>
      <dc:date>2016-08-24T00:26:32Z</dc:date>
    </item>
  </channel>
</rss>

