<?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 Trim Middle of Field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trim-Middle-of-Field/m-p/1699122#M53527</link>
    <description>&lt;P&gt;i have a field, NAME, that appears as 'Content-04042020-Content'&lt;/P&gt;&lt;P&gt;I would like to remove '-04042020' (so remove the first hyphen and keep the second).&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this in the expression?&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 14:24:42 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2020-05-05T14:24:42Z</dc:date>
    <item>
      <title>Trim Middle of Field</title>
      <link>https://community.qlik.com/t5/App-Development/Trim-Middle-of-Field/m-p/1699122#M53527</link>
      <description>&lt;P&gt;i have a field, NAME, that appears as 'Content-04042020-Content'&lt;/P&gt;&lt;P&gt;I would like to remove '-04042020' (so remove the first hyphen and keep the second).&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this in the expression?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 14:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trim-Middle-of-Field/m-p/1699122#M53527</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-05-05T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trim Middle of Field</title>
      <link>https://community.qlik.com/t5/App-Development/Trim-Middle-of-Field/m-p/1699128#M53528</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;= Replace( NAME, TextBetween(NAME, '-','-')&amp;amp;'-', '')&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 14:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trim-Middle-of-Field/m-p/1699128#M53528</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-05-05T14:49:10Z</dc:date>
    </item>
  </channel>
</rss>

