<?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: Splitting a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979706#M978721</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;create two calculated dimensions on your pivot table:&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('79342-John Albert','-',1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SubField('79342-John Albert','-',2)&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;HTH&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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 09:06:35 GMT</pubDate>
    <dc:creator>alex_millan</dc:creator>
    <dc:date>2015-08-24T09:06:35Z</dc:date>
    <item>
      <title>Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979700#M978715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dimension field which has Alphanumeric data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;STRONG&gt;79342-John Albert (i have a hyphen in between)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to separate into two. one with numeric data and other with the Alphabets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like Field1 - 79342&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2 - John Albert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to split?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this. pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 08:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979700#M978715</guid>
      <dc:creator />
      <dc:date>2015-08-24T08:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979701#M978716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField('79342-John Albert',2) as numericfield,&lt;/P&gt;&lt;P&gt;SubField('79342-John Albert','-',2) as textfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979701#M978716</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-08-24T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979702#M978717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to do this on pivot table and not on script.&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979702#M978717</guid>
      <dc:creator />
      <dc:date>2015-08-24T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979703#M978718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SubField('79342-John Albert','-',1)&lt;/P&gt;&lt;P&gt;SubField('79342-John Albert','-',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this can be used in pivot table(or anywhere at the front-end)&lt;/P&gt;&lt;P&gt;You can use field name instead of the string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979703#M978718</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-24T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979704#M978719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the response&lt;/P&gt;&lt;P&gt;the example is the field value not the field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979704#M978719</guid>
      <dc:creator />
      <dc:date>2015-08-24T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979705#M978720</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;Yes its possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the subfield function to get the separate fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Old_Field_Name,&lt;/P&gt;&lt;P&gt;SubField(Old Field Name,'-',1)&amp;nbsp; as Field1,&lt;/P&gt;&lt;P&gt;SubField(Old Field Name,'-',1)&amp;nbsp; as Field2&lt;/P&gt;&lt;P&gt;From XYZ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979705#M978720</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-24T09:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a field</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979706#M978721</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;create two calculated dimensions on your pivot table:&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('79342-John Albert','-',1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SubField('79342-John Albert','-',2)&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;HTH&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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-a-field/m-p/979706#M978721</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2015-08-24T09:06:35Z</dc:date>
    </item>
  </channel>
</rss>

