<?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: Trim on Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082307#M360560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then &lt;A _jive_internal="true" href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;‌ should be able to get you to that output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 18:38:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-01-13T18:38:46Z</dc:date>
    <item>
      <title>Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082303#M360556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to TRIM the values of a field to deliver a specific value(AP-EU-AM), but there is no common starting place to do a MID - LEFT or Right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the data:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;WW_FIN_DLD1_CONS_BW_GL_TXN_DATA_&lt;STRONG&gt;AP&lt;/STRONG&gt;_&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;WW_FIN_DLD1_CONS_BW_GL_TXN_DATA_&lt;STRONG&gt;EU&lt;/STRONG&gt;_&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;WW_FIN_CAL1_CONS_BW_VC_TO_DM_OPENPER_&lt;STRONG&gt;AM&lt;/STRONG&gt;_&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the way to do this on the Load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082303#M360556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082304#M360557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subfield( YourField, '_', -2) as YourFieldTrimmed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082304#M360557</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-13T18:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082305#M360558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expected output here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082305#M360558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T18:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082306#M360559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The desired output is AP, EU, AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082306#M360559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T18:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082307#M360560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then &lt;A _jive_internal="true" href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;‌ should be able to get you to that output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082307#M360560</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082308#M360561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field contains no data-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Subfield(Jobstream,'-',-2)as Region,&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082308#M360561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T18:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082309#M360562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you used a minus sign '-' as delimiter, not an underscore '_'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082309#M360562</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-13T18:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082310#M360563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the dash ( - ), you need to use underscore ( _ )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;Subfield(Jobstream,'&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;_&lt;/SPAN&gt;',-2)as Region,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082310#M360563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T18:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082311#M360564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bad on the '-', fixed it '_' and it worked just fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082311#M360564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T18:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trim on Load</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082312#M360565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you got what you needed, please mark Stefan's answer as correct to close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-on-Load/m-p/1082312#M360565</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-13T18:49:43Z</dc:date>
    </item>
  </channel>
</rss>

