<?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 Splitting a field name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760301#M270521</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;I am having an issue with loading a field name as two separate fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, the field name '&lt;STRONG&gt;Version&lt;/STRONG&gt;' is made up of two strings separated by a space. The length and format of both strings can differ and in terms of length and character composition (mix of numbers and letters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use the Trim and Left/Right functions to split &lt;STRONG&gt;Version&lt;/STRONG&gt; into two different fields &lt;STRONG&gt;Version_Type&lt;/STRONG&gt; and &lt;STRONG&gt;Version_Number&lt;/STRONG&gt; taking the two strings, but because the number of characters differ in each item I can't apply a consistent rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields appears like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DWSZPL X425&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;LTRB 31JK89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;WSRTBBX 90D2Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;JTM PW8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to cut them at the space and load them as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="126" style="border: 1px solid rgb(0, 0, 0); width: 773px; height: 126px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version Number&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DWSZPL&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;X425&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;LTRB&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31JK89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;WSRTBBX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;90D2Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;JTM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;PW8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 14:05:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-20T14:05:38Z</dc:date>
    <item>
      <title>Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760301#M270521</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;I am having an issue with loading a field name as two separate fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, the field name '&lt;STRONG&gt;Version&lt;/STRONG&gt;' is made up of two strings separated by a space. The length and format of both strings can differ and in terms of length and character composition (mix of numbers and letters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use the Trim and Left/Right functions to split &lt;STRONG&gt;Version&lt;/STRONG&gt; into two different fields &lt;STRONG&gt;Version_Type&lt;/STRONG&gt; and &lt;STRONG&gt;Version_Number&lt;/STRONG&gt; taking the two strings, but because the number of characters differ in each item I can't apply a consistent rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields appears like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DWSZPL X425&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;LTRB 31JK89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;WSRTBBX 90D2Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;JTM PW8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to cut them at the space and load them as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="126" style="border: 1px solid rgb(0, 0, 0); width: 773px; height: 126px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version Number&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DWSZPL&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;X425&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;LTRB&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31JK89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;WSRTBBX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;90D2Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;JTM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;PW8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760301#M270521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T14:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760302#M270522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;subfield(Version,' ',1) As [Version Type]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;subfield(Version,' ',2) As [Version Number]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760302#M270522</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-20T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760303#M270523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your solution is the subfield() function:&lt;/P&gt;&lt;P&gt;subfield(Version, ' ', 1) as "Version Type"&lt;/P&gt;&lt;P&gt;subfield(Version, ' ', 2) as "Version Number"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760303#M270523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T14:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760304#M270524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the quick replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be getting null values. I have seen that here may be some data items which contain two or three spaces, i.e. the &lt;STRONG&gt;Version Type&lt;/STRONG&gt; portion would be made up of two or three strings. E.g:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="76" style="border: 1px solid #000000; width: 270px; height: 74px;" width="270"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Version Number&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CFFR WDS&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8UHJ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CQ PFTH ZSD&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BNHAS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this cause potential issues when using subfield in this manner or should it still display results even if not completely accurate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final space (if there are multiple) will always be the separator between &lt;STRONG&gt;Version Type&lt;/STRONG&gt; and &lt;STRONG&gt;Version Number.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760304#M270524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T14:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760305#M270525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(Version, 1, index(Version, ' ', -1)-1) AS [Version Type],&lt;/P&gt;&lt;P&gt;mid(Version, index(Version, ' ', -1)+1) AS [Version Number],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit] or:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;left(Version, index(Version, ' ', -1)-1) AS [Version Type],&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;mid(Version, index(Version, ' ', -1)+1) AS [Version Number],&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;[edit2] Indeed, omit the last space...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 14:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760305#M270525</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T14:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760306#M270526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TextBetween(Version,'',' ') As [Version Type]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;TextBetween(Version,' ','') As [Version Number]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;IMG __jive_id="81410" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81410_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;IMG __jive_id="81411" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/81411_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760306#M270526</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-20T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760307#M270527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a small addition to make it work for the last space :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Version&lt;/SPAN&gt;, ' ', SubStringCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Version&lt;/SPAN&gt;, ' ')) as [Version Type]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=subfield(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Version&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, ' ', SubStringCount(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Version&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, ' ')+1)&amp;nbsp; as [Version Number]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760307#M270527</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-20T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760308#M270528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, in this case subfield() is good only for the Version number:&lt;BR /&gt;subfield(Version, ' ', -1) as "Version Number"&lt;/P&gt;&lt;P&gt;As for the Version Type, it could be&lt;BR /&gt;left(Version, index(Version, subfield(Version', ' ', -1))-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760308#M270528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760309#M270529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ioannis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has sorted it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760309#M270529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760310#M270530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better ask the source team to send the file in fixed width or delimited by some symbol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760310#M270530</guid>
      <dc:creator />
      <dc:date>2015-03-20T15:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760311#M270531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't like the mid() and left() functions? They do work though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760311#M270531</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760312#M270532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't think it works as requested.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;This (for Version Type)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;subfield&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;('AAA BBB CCC', ' ', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('AAA BBB CCC', ' ')) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;returns 'BBB' instead of expected 'AAA BBB'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760312#M270532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field name</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760313#M270533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;subfield(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Version&lt;/SPAN&gt;, ' ', SubStringCount(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Version&lt;/SPAN&gt;, ' ')) as [Version Type]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;subfield(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Version&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;, ' ', SubStringCount(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Version&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;, ' ')+1)&amp;nbsp; as [Version Number]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field-name/m-p/760313#M270533</guid>
      <dc:creator />
      <dc:date>2015-03-20T15:57:25Z</dc:date>
    </item>
  </channel>
</rss>

