<?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: need help in qlik requirement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737613#M722484</link>
    <description>&lt;P&gt;this should do what you need.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RAW:
Load if(SubStringCount(mat, '-') &amp;gt;=3,
		 subfield(mat, '-', 2) &amp;amp; '-' &amp;amp; subfield(mat, '-', 3),
    		subfield(mat, '-', 2))  as mat
;
LOAD * INLINE  [   
    mat
	96-HF469A1-SRVC
	UW-HA546A1-SRVC
	SI-815100-B21-JK03
	SI-865408-B21-JK03
	TN-P00930-B21-JK03
	UW-HA454A1-021-JK03
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Aug 2020 05:43:07 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2020-08-21T05:43:07Z</dc:date>
    <item>
      <title>need help in qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737608#M722482</link>
      <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help me with the below scenario&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have field name "mat" in my table which has data&amp;nbsp; like&amp;nbsp; is shown&amp;nbsp;below&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mat:&lt;/P&gt;&lt;P&gt;96-HF469A1-SRVC&lt;BR /&gt;UW-HA546A1-SRVC&lt;BR /&gt;SI-815100-B21-JK03&lt;BR /&gt;SI-865408-B21-JK03&lt;BR /&gt;TN-P00930-B21-JK03&lt;BR /&gt;UW-HA454A1-021-JK03&lt;/P&gt;&lt;P&gt;output should be like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;HF469A1&lt;BR /&gt;HA546A1&lt;BR /&gt;815100-B21&lt;BR /&gt;865408-B21&lt;BR /&gt;P00930-B21&lt;BR /&gt;HA454A1-021&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;siva&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737608#M722482</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: need help in qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737613#M722484</link>
      <description>&lt;P&gt;this should do what you need.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RAW:
Load if(SubStringCount(mat, '-') &amp;gt;=3,
		 subfield(mat, '-', 2) &amp;amp; '-' &amp;amp; subfield(mat, '-', 3),
    		subfield(mat, '-', 2))  as mat
;
LOAD * INLINE  [   
    mat
	96-HF469A1-SRVC
	UW-HA546A1-SRVC
	SI-815100-B21-JK03
	SI-865408-B21-JK03
	TN-P00930-B21-JK03
	UW-HA454A1-021-JK03
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 05:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737613#M722484</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2020-08-21T05:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: need help in qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737616#M722485</link>
      <description>&lt;P&gt;Please do call this writing to the module&lt;/P&gt;&lt;P&gt;function output(val)&lt;BR /&gt;dim p1,p2&lt;BR /&gt;p1=instr(val,"-")&lt;BR /&gt;p2=instrrev(val,"-")&lt;BR /&gt;&lt;BR /&gt;output=Mid(val,p1+1,p2-(p1+1))&lt;/P&gt;&lt;P&gt;end function&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 05:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-qlik-requirement/m-p/1737616#M722485</guid>
      <dc:creator>chakiw5</dc:creator>
      <dc:date>2020-08-21T05:57:51Z</dc:date>
    </item>
  </channel>
</rss>

