<?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: How to convert this SQL in to my script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116158#M756882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Replace(POC, '%','')/100, '###0.00')&amp;amp;'%' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 17:57:58 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-09-11T17:57:58Z</dc:date>
    <item>
      <title>How to convert this SQL in to my script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116155#M756876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the below SQL statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT(DECIMAL(5,2),convert(float, replace(proj.[POC], '%',''))/100) [Current POC],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to include this in my script to load the data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bhavesh&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/How-to-convert-this-SQL-in-to-my-script/m-p/116155#M756876</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert this SQL in to my script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116156#M756878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? If this does not work can you share some sample data with your expected output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Replace(proj.[POC], '%','')/100, '#,###0.00') AS [Current POC]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116156#M756878</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T15:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert this SQL in to my script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116157#M756880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my Data looks like : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;POC&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9670.00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;130.00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8150.00%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add your code in the script = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Num(Replace(proj.[POC], '%','')/100, '#,###0.00') AS [Current POC]&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;this is my result : &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213294_1.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Expected result should be: 96.70 %, 1.30%, 81.50% &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 16:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116157#M756880</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-09-11T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert this SQL in to my script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116158#M756882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Replace(POC, '%','')/100, '###0.00')&amp;amp;'%' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 17:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-this-SQL-in-to-my-script/m-p/116158#M756882</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T17:57:58Z</dc:date>
    </item>
  </channel>
</rss>

