<?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: Num#() in Oracle in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1628568#M732988</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Priya, did Vegar's post get things working for you?&amp;nbsp; If so, please be sure to use the Accept as Solution button to mark his post as correct and give him credit.&amp;nbsp; If you are still having issues, leave an update on where things stand.&amp;nbsp; The only other thing I could recommend would be checking the Oracle Community, as they would be the experts on this one as well...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regarding the Load statement side of things, sometimes you have to use a combination of the formatting functions to get what you really want, just FYI, and in this case, what would have probably helped is if you could have attached a sample QVW with the issue and maybe a QVD with some of the source data, so we could have tried to figure out why things were not working for you in the Load statement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following Design Blog post may be of some further help possibly:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Automatic-Number-Interpretation/ba-p/1475352" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Automatic-Number-Interpretation/ba-p/1475352&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 12:34:38 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-09-26T12:34:38Z</dc:date>
    <item>
      <title>Num#() in Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623726#M732984</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Due to some reason I can't use Num#() in load script but need to implement same in Select statement (oracle DB) in Load script of QVW. But didn't find exact match of Num#() in oracle, so can someone pls suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_Priya&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623726#M732984</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() in Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623741#M732985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try with to_number&amp;nbsp; Oracle function.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 14:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623741#M732985</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2019-09-13T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() in Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623745#M732986</link>
      <description>&lt;P&gt;it didn't work,&lt;/P&gt;&lt;P&gt;I have values like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim1&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;0.2&lt;/P&gt;&lt;P&gt;0.199992&lt;/P&gt;&lt;P&gt;12.5&lt;/P&gt;&lt;P&gt;2.93847&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want to get all values after decimal.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 14:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623745#M732986</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2019-09-13T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() in Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623950#M732987</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sql select&lt;/P&gt;&lt;P&gt;TO_NUMBER(Dim1, '99.9999999')&lt;/P&gt;&lt;P&gt;From db&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2019 06:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1623950#M732987</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-15T06:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() in Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1628568#M732988</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Priya, did Vegar's post get things working for you?&amp;nbsp; If so, please be sure to use the Accept as Solution button to mark his post as correct and give him credit.&amp;nbsp; If you are still having issues, leave an update on where things stand.&amp;nbsp; The only other thing I could recommend would be checking the Oracle Community, as they would be the experts on this one as well...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regarding the Load statement side of things, sometimes you have to use a combination of the formatting functions to get what you really want, just FYI, and in this case, what would have probably helped is if you could have attached a sample QVW with the issue and maybe a QVD with some of the source data, so we could have tried to figure out why things were not working for you in the Load statement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following Design Blog post may be of some further help possibly:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Automatic-Number-Interpretation/ba-p/1475352" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Automatic-Number-Interpretation/ba-p/1475352&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1628568#M732988</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-26T12:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() in Oracle</title>
      <link>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1628589#M732989</link>
      <description>&lt;P&gt;Working with below statement&lt;/P&gt;&lt;P&gt;rtrim(to_char(x, 'FM999999999999990.99'), '.')&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-in-Oracle/m-p/1628589#M732989</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2019-09-26T12:54:43Z</dc:date>
    </item>
  </channel>
</rss>

