<?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: Modify data from a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614365#M682044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its '#0' always. You can use the Replace function to replace the '#0'&amp;nbsp; with a '' (blank).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 13:17:23 GMT</pubDate>
    <dc:creator>srchilukoori</dc:creator>
    <dc:date>2014-03-24T13:17:23Z</dc:date>
    <item>
      <title>Modify data from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614364#M682043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading data from a table and would like to remove the two last characters of the field &lt;STRONG&gt;PRV_CODE&lt;/STRONG&gt;. (#0)&lt;/P&gt;&lt;P&gt;These characters is allways in the end of the value, but the length of the &lt;STRONG&gt;PRV_CODE&lt;/STRONG&gt; can vary.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="88"&gt;PRV_RENTITY&lt;/TD&gt;&lt;TD width="99"&gt;PRV_PROPERTY&lt;/TD&gt;&lt;TD width="71"&gt;&lt;STRONG&gt;PRV_CODE&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="86"&gt;PRV_NVALUE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;PMCF&lt;/TD&gt;&lt;TD&gt;ESTTIMER&lt;/TD&gt;&lt;TD&gt;83&lt;STRONG&gt;#0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;5.000000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Dag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614364#M682043</guid>
      <dc:creator />
      <dc:date>2014-03-24T13:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614365#M682044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its '#0' always. You can use the Replace function to replace the '#0'&amp;nbsp; with a '' (blank).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614365#M682044</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-03-24T13:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614366#M682045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P&gt;=SubField(&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PRV_CODE&lt;/STRONG&gt;,'#',1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614366#M682045</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-24T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614367#M682046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below in your script instead of &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;PRV_CODE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace(&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PRV_CODE&lt;/STRONG&gt;&lt;/SPAN&gt;,'#0','') as &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;PRV_CODE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614367#M682046</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-24T13:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614368#M682049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Purge Char fuction&lt;/P&gt;&lt;P&gt;=purgechar(&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PRV_CODE&lt;/STRONG&gt;,'#0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614368#M682049</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-03-24T13:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614369#M682051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all answers.&lt;BR /&gt;The code worked fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-data-from-a-table/m-p/614369#M682051</guid>
      <dc:creator />
      <dc:date>2014-03-24T13:36:07Z</dc:date>
    </item>
  </channel>
</rss>

