<?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: trimming the field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1511039#M601922</link>
    <description>&lt;P&gt;Suppose if i want the output as:&lt;/P&gt;&lt;P&gt;String:&lt;/P&gt;&lt;P&gt;A-Q1_asg&lt;/P&gt;&lt;P&gt;Bgf-Q1&lt;/P&gt;&lt;P&gt;lsdQ1rts&lt;/P&gt;&lt;P&gt;Q2-tyu&lt;/P&gt;&lt;P&gt;uyQ2ih&lt;/P&gt;&lt;P&gt;if there is"Q1" in any field value, then the field name should be Q1. if Q2 then field name should be Q2.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Nov 2018 11:10:28 GMT</pubDate>
    <dc:creator>abhijith28</dc:creator>
    <dc:date>2018-11-22T11:10:28Z</dc:date>
    <item>
      <title>trimming the field values</title>
      <link>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1510984#M601920</link>
      <description>&lt;P&gt;Please someone help with this issue.&lt;/P&gt;&lt;P&gt;i have a field values as:&lt;/P&gt;&lt;P&gt;Field Name:- String&lt;/P&gt;&lt;P&gt;banarus&lt;/P&gt;&lt;P&gt;Animal&lt;/P&gt;&lt;P&gt;Lib-antartica&lt;/P&gt;&lt;P&gt;i need the output as: "an" if i select the field "String", all other alphabets should be eliminated&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 10:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1510984#M601920</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2018-11-22T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: trimming the field values</title>
      <link>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1510989#M601921</link>
      <description>&lt;P&gt;Plz try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keepchar(String,'ab') as String&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 10:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1510989#M601921</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-11-22T10:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: trimming the field values</title>
      <link>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1511039#M601922</link>
      <description>&lt;P&gt;Suppose if i want the output as:&lt;/P&gt;&lt;P&gt;String:&lt;/P&gt;&lt;P&gt;A-Q1_asg&lt;/P&gt;&lt;P&gt;Bgf-Q1&lt;/P&gt;&lt;P&gt;lsdQ1rts&lt;/P&gt;&lt;P&gt;Q2-tyu&lt;/P&gt;&lt;P&gt;uyQ2ih&lt;/P&gt;&lt;P&gt;if there is"Q1" in any field value, then the field name should be Q1. if Q2 then field name should be Q2.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 11:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1511039#M601922</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2018-11-22T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: trimming the field values</title>
      <link>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1511061#M601923</link>
      <description>&lt;P&gt;T:LOAD * INLINE [&lt;BR /&gt;F&lt;BR /&gt;A-Q1_asg&lt;BR /&gt;Bgf-Q1&lt;BR /&gt;lsdQ1rts&lt;BR /&gt;Q2-tyu&lt;BR /&gt;uyQ2ih&lt;BR /&gt;];&lt;BR /&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;F:LOAD IF(WildMatch(F,'*Q1*')=1,KeepChar(F,'Q1')&lt;BR /&gt;,KeepChar(F,'Q2'))AS F&lt;BR /&gt;Resident T ;&lt;/P&gt;&lt;P&gt;DROP TABLE T;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 11:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trimming-the-field-values/m-p/1511061#M601923</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-11-22T11:33:08Z</dc:date>
    </item>
  </channel>
</rss>

