<?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: seperate code from description in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876888#M306188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, for a one word color my answer works, for a multi-word it doesn't, it's an Error &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 21:41:12 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-05-29T21:41:12Z</dc:date>
    <item>
      <title>seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876881#M306181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I would like to remove a color code from its total description&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Our color description is 001 Black and I would like to create a field only showing Black.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I tried to exclude this via the left function, but this leads not to the correct results.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;thanks for your help in advance&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 12:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876881#M306181</guid>
      <dc:creator />
      <dc:date>2015-05-29T12:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876882#M306182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all colors follow that pattern: number followed by the text, you should be able to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mid(myfield, index(myfield, ' ')+1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 16:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876882#M306182</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-29T16:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876883#M306183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ' ' is always there&lt;/P&gt;&lt;P&gt;=subfield('001 Black', ' ', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace '001 Black' with your field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 16:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876883#M306183</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-29T16:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876884#M306184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the color is "002 Dark Blue"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 17:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876884#M306184</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-29T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876885#M306185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dark&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Error&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 17:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876885#M306185</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-29T17:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876886#M306186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant to point out that the subfield() method wouldn't work with a multi-word color &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 20:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876886#M306186</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-29T20:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876887#M306187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are different posibilities, based on your data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your format is everytime: [code][space][color], I guess Massimo and Rob solutions are what you need (if you have multi-word colours, only Rob's one works)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't everytime ONE space between code and colour, you could use Mid(Purgechar(field,'0123456789'),1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that if you send the different types of values you have, it wil be easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 20:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876887#M306187</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2015-05-29T20:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876888#M306188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, for a one word color my answer works, for a multi-word it doesn't, it's an Error &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 21:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876888#M306188</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-29T21:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: seperate code from description</title>
      <link>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876889#M306189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rob,&lt;/P&gt;&lt;P&gt;this was very helpful input. It solved my problem.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2015 06:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/seperate-code-from-description/m-p/876889#M306189</guid>
      <dc:creator />
      <dc:date>2015-06-07T06:35:55Z</dc:date>
    </item>
  </channel>
</rss>

