<?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 modify the values in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687812#M1067501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty new to qlikview and I'm trying to get a hold of this software that looks awesome. The question I have is the following :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have uploaded an excel file and created a table out of it&lt;/LI&gt;&lt;LI&gt;I took some values of this table to create a new table in order not to change anything inside the first one (I want to keep it the way it is)&lt;/LI&gt;&lt;LI&gt;I want to modify the values of the second table. For instance, I have expressions such as 100 % BRSS - 200 % TM and I want to trim the expression in order to remove the spaces inside. Then I want to separate the expression before the minus, in order to create two results put in different columns : one with 100%BRSS and one with 200%TM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I don't exactly know how and where to do this on qlikview. And how to do it for every line of the table. Could someone give me an explanation on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2014 08:10:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-02T08:10:49Z</dc:date>
    <item>
      <title>How to modify the values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687812#M1067501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty new to qlikview and I'm trying to get a hold of this software that looks awesome. The question I have is the following :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have uploaded an excel file and created a table out of it&lt;/LI&gt;&lt;LI&gt;I took some values of this table to create a new table in order not to change anything inside the first one (I want to keep it the way it is)&lt;/LI&gt;&lt;LI&gt;I want to modify the values of the second table. For instance, I have expressions such as 100 % BRSS - 200 % TM and I want to trim the expression in order to remove the spaces inside. Then I want to separate the expression before the minus, in order to create two results put in different columns : one with 100%BRSS and one with 200%TM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I don't exactly know how and where to do this on qlikview. And how to do it for every line of the table. Could someone give me an explanation on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 08:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687812#M1067501</guid>
      <dc:creator />
      <dc:date>2014-09-02T08:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687813#M1067503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;mid ( PurgeChar (&amp;nbsp; '100 % BRSS - 200 % TM' , ' ' ) , index ( PurgeChar (&amp;nbsp; '100 % BRSS - 200 % TM' , ' ' ) , '-' ) +1&amp;nbsp; ) as [FirstBit] ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;mid ( PurgeChar (&amp;nbsp; '100 % BRSS - 200 % TM' , ' ' ) , 1&amp;nbsp; ,&amp;nbsp; index ( PurgeChar (&amp;nbsp; '100 % BRSS - 200 % TM' , ' ' ) , '-' ) -1&amp;nbsp; ) as [SecondBit] ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;.............. etc.............&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll find descriptions of the &lt;EM&gt;PurgeChar, &lt;/EM&gt;&lt;EM&gt;index &amp;amp; &lt;EM&gt;mid &lt;/EM&gt;functions i&lt;/EM&gt;n the QV Desktop Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 08:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687813#M1067503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T08:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687814#M1067505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your answer Bill ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as I said earlier, I am brand new to qlikview. Where do I have to writte down these command lines ? Because it doesn't seem to work when I write this down in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 08:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687814#M1067505</guid>
      <dc:creator />
      <dc:date>2014-09-02T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687815#M1067508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use below expression where Data is the column name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PurgeChar(Left(Data,Len(Data)-FindOneOf(Data,'-')),' ') as Left,&lt;/P&gt;&lt;P&gt;PurgeChar(Right(Data,Len(Data)-FindOneOf(Data,'-')),' ') as Right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 08:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687815#M1067508</guid>
      <dc:creator />
      <dc:date>2014-09-02T08:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687816#M1067511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need them in the load script as you say you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say 'not work', what kind of not work ?&amp;nbsp; Could you share the error message and script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 08:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-the-values-in-a-table/m-p/687816#M1067511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T08:40:38Z</dc:date>
    </item>
  </channel>
</rss>

