<?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: Script-subfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381056#M701637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Title can be trim(Subfield(columnName,'-',2)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 08:38:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-27T08:38:13Z</dc:date>
    <item>
      <title>Script-subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381055#M701635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Hello,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;I have one column in my table it is about title&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;it includes name ,department and title so I want to take only title part&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;for example&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;John Deep(Information Tecnology Department) - &lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;Chief Information Officer&lt;/STRONG&gt;&lt;/SPAN&gt;) I want to take bold part (title)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;For this example AHMET MENNAN MUFTUOGLU (Paz.&amp;amp; Sat.Bsk.(Yurtici) (Yurtici Ticaret Md./Psyi-Ist) - &lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Uzman&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;I want to take bold part (title)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;For this example&lt;/SPAN&gt; MURAT IRDESEL (Pazarlama ve Satis Bsk.(2.Bolge) (Taskent Md./Ps2) -&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt; Sef(Ticaret)(Yd)&lt;/STRONG&gt;&lt;/SPAN&gt;) &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;I want to take bold part (title)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 07:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381055#M701635</guid>
      <dc:creator>QSense</dc:creator>
      <dc:date>2012-08-27T07:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Script-subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381056#M701637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Title can be trim(Subfield(columnName,'-',2)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 08:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381056#M701637</guid>
      <dc:creator />
      <dc:date>2012-08-27T08:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Script-subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381057#M701639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following script at the load time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(FieldName,'-',2) as FieldName1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the FieldName1 will contain the data as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gaqngurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 09:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381057#M701639</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-08-27T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script-subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381058#M701640</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;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in your scenario, SubField() not works good, because in second string (&lt;/P&gt;&lt;P&gt;AHMET MENNAN MUFTUOGLU (Paz.&amp;amp; Sat.Bsk.(Yurtici) (Yurtici Ticaret Md./Psyi-Ist) - &lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Uzman&lt;/STRONG&gt;&lt;/SPAN&gt;)) you have '-', so you will not get the expected result.&amp;nbsp; Since SubField() splits by the given character ('-').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 09:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-subfield/m-p/381058#M701640</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-08-27T09:42:51Z</dc:date>
    </item>
  </channel>
</rss>

