<?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 How to trim a value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-trim-a-value/m-p/1572996#M740733</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem here. the existing code looks like SG01_MEATY_ABCD_SG and i need to trim it removing front and back , and just keep the word "MEATY".&amp;nbsp; other code like "SAUSAGE001" with no special code at the front and back , should remain as it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a sample qvw file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help guys!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:46:11 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2024-11-16T03:46:11Z</dc:date>
    <item>
      <title>How to trim a value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-a-value/m-p/1572996#M740733</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem here. the existing code looks like SG01_MEATY_ABCD_SG and i need to trim it removing front and back , and just keep the word "MEATY".&amp;nbsp; other code like "SAUSAGE001" with no special code at the front and back , should remain as it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a sample qvw file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help guys!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-a-value/m-p/1572996#M740733</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2024-11-16T03:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to trim a value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trim-a-value/m-p/1573006#M740734</link>
      <description>&lt;P&gt;Can u try the code below:&lt;/P&gt;&lt;P&gt;table1:&lt;BR /&gt;LOAD my_code,&lt;BR /&gt;if(wildmatch(my_code,'*_*'),subfield(my_code,'_',2),my_code) as new_my_code;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;my_code&lt;BR /&gt;SG01_MEATY_ABCD_SG&lt;BR /&gt;SG02_MEATY_CDEF_SG&lt;BR /&gt;SAUSAGE001&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 02:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trim-a-value/m-p/1573006#M740734</guid>
      <dc:creator>izzat_amir</dc:creator>
      <dc:date>2019-04-25T02:19:08Z</dc:date>
    </item>
  </channel>
</rss>

