<?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: Loading in specific data from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107916#M758953</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(Mid(Description,Index(&lt;SPAN style="font-size: 13.3333px;"&gt;Description&lt;/SPAN&gt;,'OU=',2), Len(&lt;SPAN style="font-size: 13.3333px;"&gt;Description&lt;/SPAN&gt;)), ',', 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2018 14:32:50 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-09-14T14:32:50Z</dc:date>
    <item>
      <title>Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107900#M758937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field where which holds a lot of text as it is a description field but I would like to only take the first few sets of numbers that are within each field. The user has inputted these sets of numbers at the beginning of the field and are split up by commas. Is there anyway to force the load of the field in the script to only bring in all numbers at the beginning of the field and nothing else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="serena.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212998_serena.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Then followed by the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field name is [Vulnerability description]. Is this even possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107900#M758937</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107901#M758938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it would be possible if you could find the characters/string present between the last number and the text starting next.&lt;/P&gt;&lt;P&gt;It could be a space or tab or something else. Using a subfield function you can bring only those numbers from that whole text. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107901#M758938</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2018-09-07T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107902#M758939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= KeepChar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Vulnerability description]&lt;/SPAN&gt;, ',01234567890') &lt;/P&gt;&lt;P&gt;then if you want to split the numbers for each row use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(&lt;SPAN style="font-size: 13.3333px;"&gt;KeepChar(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Vulnerability description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, ',01234567890') , ',')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107902#M758939</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-07T15:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107903#M758940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kathryn. Can you post some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107903#M758940</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-07T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107904#M758941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works in theory but annoyingly I have some numbers further down the descriptions in some case and this also splits them out when I don't want them. Is there anyway to stop it getting data after a certain point? I am able to amend the data set if need be (just can't delete the text part unfortunately) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 14:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107904#M758941</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-10T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107905#M758942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some sample data with such scenarios and your expected output so that we can come up with some solutions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 14:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107905#M758942</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-10T14:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107906#M758943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached an example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scripting you gave me worked as it split up the numbers here into different lines which is what I want:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213159_1.PNG" style="height: 134px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;But it also pulled out any other numbers from the field like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213160_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only require the first delimitered number fields.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107906#M758943</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-10T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107907#M758944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in the above example what are the numbers you are expecting to see for example the rows Apache HTTPD or &lt;/P&gt;&lt;P&gt; for the row Solaris etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107907#M758944</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-10T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107908#M758945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing currently. I only want to use fields with listed numbers at the beginning, like the bottom two in that list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 07:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107908#M758945</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-11T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107909#M758946</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;LOAD [Item Id],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Expiration Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Active/Inactive],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Vulnerability description],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subfield(KeepChar(Left([Vulnerability description],Index([Vulnerability description], Left(Keepchar([Vulnerability description],'ABCDEFGHIJKLMNOPQRSTUVWXYZ'),1))), ',0123456789'), ',') AS Test&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Yourexcelfilename.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 14:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107909#M758946</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107910#M758947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 14:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107910#M758947</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-11T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107911#M758948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107911#M758948</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107912#M758949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I wanted to use the Subfield statement on another field that has many different delimiters (such as ',' '.' '&amp;amp;' 'and' etc..), is this possible to do all in one line?&amp;nbsp; I've tried like this: Subfield([IP Address],',&amp;amp; .and') AS IPAddress, but didn't seem to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107912#M758949</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-11T15:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107913#M758950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Subfield function takes only one delimiter at a time unless the data has ,. as consecutive characters. So probably use multiple subfield() like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(Subfield(Subfield([IP Address], ',') , '.'), ')')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107913#M758950</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107914#M758951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath, I have another similar question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another field that I need to only take a specific part of it but I'm not sure if I can use the same constraints as above on it. &lt;/P&gt;&lt;P&gt;Here is the field:&lt;/P&gt;&lt;P&gt;CN=1234566,OU=Workstations,OU=Screen,OU=CALA,OU=Dog,OU=Cat,DC=txt,DC=business,DC=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want the information from the second 'OU' to be displayed in my field. So in this case all I want to be displayed is 'Screen'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 09:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107914#M758951</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-14T09:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107915#M758952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield([Field], '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OU=&lt;/SPAN&gt;', 3), ',')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 11:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107915#M758952</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-14T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107916#M758953</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(Mid(Description,Index(&lt;SPAN style="font-size: 13.3333px;"&gt;Description&lt;/SPAN&gt;,'OU=',2), Len(&lt;SPAN style="font-size: 13.3333px;"&gt;Description&lt;/SPAN&gt;)), ',', 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107916#M758953</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-14T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107917#M758954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is still showing the OU= part, can we remove that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107917#M758954</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-14T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107918#M758955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use any of below expr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Subfield(Mid(Description,Index(Description,'OU=',2)&lt;STRONG&gt;+3&lt;/STRONG&gt;, Len(Description)), ',', 1)&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;= PurgeChar(Subfield(Mid(Description,Index(Description,'OU=',2), Len(Description)), ',', 1), 'OU=')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107918#M758955</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-14T14:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in specific data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107919#M758956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry to keep asking you questions, but they are all similar to the same theme so saves me opening a new thread!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the comment: &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'No Subfield function takes only one delimiter at a time unless the data has ,. as consecutive characters. So probably use multiple subfield() like&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;Subfield(Subfield(Subfield([IP Address], ',') , '.'), ')')'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I also have fields within the data that have been delimetered using a return space and putting it onto the next line. Am I able to force these within a subfield statement too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-specific-data-from-a-field/m-p/107919#M758956</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-09-19T11:02:40Z</dc:date>
    </item>
  </channel>
</rss>

