<?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: remove values after space in field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827099#M291208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Koushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have two delimiters you can use the below expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;,',','-') ,'-',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where F1 is the field with your values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Saurabh&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 16:04:22 GMT</pubDate>
    <dc:creator>saurabh5</dc:creator>
    <dc:date>2014-12-15T16:04:22Z</dc:date>
    <item>
      <title>remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827095#M291204</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;Field has values like below.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73538_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired output:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;5as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;nbg5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827095#M291204</guid>
      <dc:creator />
      <dc:date>2014-12-15T15:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827096#M291205</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 subfield&lt;SPAN class="Bold"&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;s, 'delimiter' [ , index ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827096#M291205</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2014-12-15T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827097#M291206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left(Value,Index(Value,' ')-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827097#M291206</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-15T15:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827098#M291207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subfield(field, ' ', 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827098#M291207</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-15T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827099#M291208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Koushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have two delimiters you can use the below expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;,',','-') ,'-',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where F1 is the field with your values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Saurabh&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 16:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827099#M291208</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2014-12-15T16:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827100#M291209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys. Lets say I have something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2:45AM - 2:50PM 0.08 (5)&amp;nbsp; or&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;8:30AM - 8PM 11.5 (3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and I would like to display only&amp;nbsp; AM and PM values such as 2:45AM - 2:50PM ; 8:30AM - 8PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 16:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827100#M291209</guid>
      <dc:creator />
      <dc:date>2014-12-15T16:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827101#M291210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convert &lt;/P&gt;&lt;P&gt;2:50PM 0.08 to 2:50PM as below&lt;/P&gt;&lt;P&gt;=TIME(Time#('2:50PM 0.08','h:mmTT f.ff'),'h:mmTT') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 16:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827101#M291210</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-15T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827102#M291211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Subfield(Time,'P',1) &amp;amp; 'PM' Inline [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2:45AM - 2:50PM 0.08 (5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8:30AM - 8PM 11.5 (3) ];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load SubField(Txt,' ',1) &amp;amp; ' - '&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubField(Txt,' ',3) &amp;amp; ' ; ' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubField(Txt,' ',7) &amp;amp; ' - '&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubField(Txt,' ',9) &lt;/SPAN&gt; Inline [&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2:45AM - 2:50PM 0.08 (5)&amp;nbsp; or&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8:30AM - 8PM 11.5 (3)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;];&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 16:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827102#M291211</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-15T16:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: remove values after space in field</title>
      <link>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827103#M291212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys. Got it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 16:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-values-after-space-in-field/m-p/827103#M291212</guid>
      <dc:creator />
      <dc:date>2014-12-15T16:55:19Z</dc:date>
    </item>
  </channel>
</rss>

