<?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: Display a string of 100 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460230#M795709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share input values and output result you want to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 06:23:01 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-08T06:23:01Z</dc:date>
    <item>
      <title>Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460229#M795708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field with values starting with an underscore(_) and would like to get rid of those and used the below script.&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(left(Location,1)='_',right(Location,len(Location)-1))&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes out the underscore in most of the values but when it comes to _100, it's giving a result of 1E2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct code to display this value a string of 100? Other values&amp;nbsp; have long string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_100&lt;/P&gt;&lt;P&gt;_IT DEPARTMENT&lt;/P&gt;&lt;P&gt;_SOUTH WING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for your help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460229#M795708</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460230#M795709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share input values and output result you want to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 06:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460230#M795709</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-08T06:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460231#M795710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt; am not sure your req&lt;/P&gt;&lt;P&gt;purgechar(Field,'_') as newLocation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 06:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460231#M795710</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-01-08T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460232#M795711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preciosa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Chanty repiled just add &lt;STRONG&gt;Text&lt;/STRONG&gt;(Purgechar(Field,'_'))&amp;nbsp; as newLocation for converting Num to String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Naik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 06:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460232#M795711</guid>
      <dc:creator>Prashant_N</dc:creator>
      <dc:date>2018-01-08T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460233#M795712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1E2 = 100 - it's just another type of writing numbers. Try to change your expressions into:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(Location,1) = '_', alt(num(mid(Location, 2)), mid(Location, 2)), Location) as LocationNew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the underscore could only occure on the first position you could try it with the suggestion from &lt;A href="https://community.qlik.com/qlik-users/196434"&gt;sureshqv&lt;/A&gt; respectively replacing with it the mid-part in my suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 08:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460233#M795712</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-08T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460234#M795713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked.&amp;nbsp; Thank you very&amp;nbsp; much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460234#M795713</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2018-01-08T15:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display a string of 100</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460235#M795714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-string-of-100/m-p/1460235#M795714</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2018-01-08T15:22:31Z</dc:date>
    </item>
  </channel>
</rss>

