<?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 Split the string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620799#M595421</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a field which contain code and desc together.I want to separate the string and convert it into Code and Desc.With the help of sunfield I can fetch code but there are multiple spaces that is why I can't fetch Desc&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011700 CareFusion Australia 316 Pty Ltd&lt;/FONT&gt;&amp;nbsp;-&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011702 CFN New Zealand 313 Ltd&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;Code:&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011700&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Desc&lt;FONT face="Segoe UI" size="2" color="#000000"&gt; CareFusion Australia 316 Pty Ltd&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Code :&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011702&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;Desc:CFN New Zealand 313 Ltd&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/kaushik.solanki" target="_blank" rel="noopener"&gt;kaushik.solanki&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/tag/sunny%20t/tg-p/board-id/new-to-qlikview" target="_blank" rel="noopener tag"&gt;sunny t&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:07:50 GMT</pubDate>
    <dc:creator>rupaliqlik</dc:creator>
    <dc:date>2024-11-16T20:07:50Z</dc:date>
    <item>
      <title>Split the string</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620799#M595421</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a field which contain code and desc together.I want to separate the string and convert it into Code and Desc.With the help of sunfield I can fetch code but there are multiple spaces that is why I can't fetch Desc&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011700 CareFusion Australia 316 Pty Ltd&lt;/FONT&gt;&amp;nbsp;-&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011702 CFN New Zealand 313 Ltd&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;Code:&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011700&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Desc&lt;FONT face="Segoe UI" size="2" color="#000000"&gt; CareFusion Australia 316 Pty Ltd&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Code :&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;1011702&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Segoe UI" size="2" color="#000000"&gt;Desc:CFN New Zealand 313 Ltd&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/kaushik.solanki" target="_blank" rel="noopener"&gt;kaushik.solanki&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/tag/sunny%20t/tg-p/board-id/new-to-qlikview" target="_blank" rel="noopener tag"&gt;sunny t&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620799#M595421</guid>
      <dc:creator>rupaliqlik</dc:creator>
      <dc:date>2024-11-16T20:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Split the string</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620809#M595422</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subfield(input, ' ',1) as code,&lt;/P&gt;&lt;P&gt;Mid(input, Index&amp;nbsp;(input, ' ')+1) as desc&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 04:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620809#M595422</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-06T04:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Split the string</title>
      <link>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620859#M595423</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 06:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-the-string/m-p/1620859#M595423</guid>
      <dc:creator>rupaliqlik</dc:creator>
      <dc:date>2019-09-06T06:53:11Z</dc:date>
    </item>
  </channel>
</rss>

