<?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 extracting data using subfield? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266118#M706955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(istext(refnumber)=0,text(refnumber),refnumber) as referenceno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply subfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 12:59:42 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-01-11T12:59:42Z</dc:date>
    <item>
      <title>extracting data using subfield?</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266115#M706952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an order number that has multiple (up to 20) reference numbers. &lt;/P&gt;&lt;P&gt;I'm trying to extract a field called reference numbers. These numbers are now horizontal displayed. See screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="10240" alt="refnumber.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/10240_refnumber.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I can't select 1 reference number. Instead I have to select 2/3 or more reference number in the reference field.&lt;/P&gt;&lt;P&gt;If I use the subfield statement I can only select one reference number e.g. Subfield(refnumber, ',', 1) would display the first reference number that's behind a comma that goed the same for subfield(refnumber, ',', 2), I would only get the second ref number . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get all the ref. number vertically so I can select 1 reference number rather than 3 or more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other problem is that some ref. numbers are on the left side while others are on the right. Does that mean that qlikview does not recognize them as numbers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help!&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;isam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266115#M706952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-11T12:33:43Z</dc:date>
    </item>
    <item>
      <title>extracting data using subfield?</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266116#M706953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;Use Subfield(ReferenceNumber,',') AS RefNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you all the reference number in row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266116#M706953</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-11T12:43:20Z</dc:date>
    </item>
    <item>
      <title>extracting data using subfield?</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266117#M706954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay, I expect that the solution would be so easy! I was thing of al sorts of if senario's.&lt;/P&gt;&lt;P&gt;Thanks man!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266117#M706954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-11T12:54:35Z</dc:date>
    </item>
    <item>
      <title>extracting data using subfield?</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266118#M706955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(istext(refnumber)=0,text(refnumber),refnumber) as referenceno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply subfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266118#M706955</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-11T12:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using subfield?</title>
      <link>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266119#M706956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunil for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extracting-data-using-subfield/m-p/266119#M706956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-11T13:10:19Z</dc:date>
    </item>
  </channel>
</rss>

