<?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: How to get only part of data from column values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701184#M1054778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. for some of the fields it is showing address values as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apartment 45, 45 Bell Barn Road, Birmingham, GBR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;45 Bell Barn Road&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but actual output should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Birmingham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set this please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 11:23:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-27T11:23:40Z</dc:date>
    <item>
      <title>How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701178#M1054772</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;I have values in one column as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;43 side Drive, Leeds, GBR&lt;BR /&gt;67 Bradfield Way, Chard, GBR&lt;BR /&gt;345 Broadweird Road, Cwmbran, GBR&lt;BR /&gt;Verona Barn Chester Road, Barbridge Cheshire, GBR&lt;BR /&gt;21 Hulton Close, Southampton, GBR&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I get values only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leeds&lt;BR /&gt;Chard&lt;BR /&gt;Cwmbran&lt;BR /&gt;Cheshire&lt;BR /&gt;Southampton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me soon please&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, 27 Oct 2014 10:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701178#M1054772</guid>
      <dc:creator />
      <dc:date>2014-10-27T10:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701179#M1054773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your field name is for example "Address" then write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(Address,',',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 10:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701179#M1054773</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-27T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701180#M1054774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;subfield(MyField, ',',2) will return the part between the first and second comma of MyField.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 10:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701180#M1054774</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-27T10:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701181#M1054775</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;Subfield(Fieldname,',',2) as Newfield&lt;/P&gt;&lt;P&gt;Then you will get the data wat ever you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701181#M1054775</guid>
      <dc:creator />
      <dc:date>2014-10-27T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701182#M1054776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the left space in the values at the starting of word. Please can suggest me how can I set this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701182#M1054776</guid>
      <dc:creator />
      <dc:date>2014-10-27T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701183#M1054777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;trim(Subfield('21 Hulton Close, Southampton, GBR',',',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.techstuffy.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701183#M1054777</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2014-10-27T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only part of data from column values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701184#M1054778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. for some of the fields it is showing address values as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apartment 45, 45 Bell Barn Road, Birmingham, GBR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;45 Bell Barn Road&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but actual output should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Birmingham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set this please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-only-part-of-data-from-column-values/m-p/701184#M1054778</guid>
      <dc:creator />
      <dc:date>2014-10-27T11:23:40Z</dc:date>
    </item>
  </channel>
</rss>

