<?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: QlikView not loading decimal place from SAP BW. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074579#M1231129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am just running the pseudo mdx query. It looks something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select PseudoMDX(&lt;/P&gt;&lt;P&gt;Dimensions (&lt;/P&gt;&lt;P&gt;a(),&lt;/P&gt;&lt;P&gt;b(),&lt;/P&gt;&lt;P&gt;c()),&lt;/P&gt;&lt;P&gt;Measures(&lt;/P&gt;&lt;P&gt;j,&lt;/P&gt;&lt;P&gt;k,&lt;/P&gt;&lt;P&gt;l),&lt;/P&gt;&lt;P&gt;slices (&lt;/P&gt;&lt;P&gt;p,q,r),&lt;/P&gt;&lt;P&gt;Variables (&lt;/P&gt;&lt;P&gt;&lt;X&gt; (I &lt;Y&gt;.[$(var1)]:&lt;Y&gt;.[$(var2)])),&lt;/Y&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/P&gt;&lt;P&gt;From (z));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source has decimals(ie float).&lt;/P&gt;&lt;P&gt;But the output of this query is giving integers.&lt;/P&gt;&lt;P&gt;Can i use some typecast on the mdx query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 14:41:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-09T14:41:54Z</dc:date>
    <item>
      <title>QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074575#M1231117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app which connects to sap bw using an olap connector. in the edit script i also see a pseudo mdx query which is capturing some data from sap. My concern here is that i noticed 2 fields being loaded without the decimal places. SAP BW has these decimal places but when it is loaded to qlikview it seems as if the values are getting trimmed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: When the value is 96.65 the value shown in qlikview is 96&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074575#M1231117</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074576#M1231119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Check your Number format in script. You can convert the field to text filed while loading for debug.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 19:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074576#M1231119</guid>
      <dc:creator />
      <dc:date>2016-02-08T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074577#M1231122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i understand as of now is that the values are being extracted using the pseudo mdx query and the output of this query itself returns a number which does not have a decimal part. I could have used the num function over the script to enforce a format but since this is a mdx query , i am not sure how to give&amp;nbsp; a typecast or a formatting function over it.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 07:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074577#M1231122</guid>
      <dc:creator />
      <dc:date>2016-02-09T07:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074578#M1231125</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;Try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Your_Field,'##.##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 07:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074578#M1231125</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-02-09T07:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074579#M1231129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am just running the pseudo mdx query. It looks something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select PseudoMDX(&lt;/P&gt;&lt;P&gt;Dimensions (&lt;/P&gt;&lt;P&gt;a(),&lt;/P&gt;&lt;P&gt;b(),&lt;/P&gt;&lt;P&gt;c()),&lt;/P&gt;&lt;P&gt;Measures(&lt;/P&gt;&lt;P&gt;j,&lt;/P&gt;&lt;P&gt;k,&lt;/P&gt;&lt;P&gt;l),&lt;/P&gt;&lt;P&gt;slices (&lt;/P&gt;&lt;P&gt;p,q,r),&lt;/P&gt;&lt;P&gt;Variables (&lt;/P&gt;&lt;P&gt;&lt;X&gt; (I &lt;Y&gt;.[$(var1)]:&lt;Y&gt;.[$(var2)])),&lt;/Y&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/P&gt;&lt;P&gt;From (z));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source has decimals(ie float).&lt;/P&gt;&lt;P&gt;But the output of this query is giving integers.&lt;/P&gt;&lt;P&gt;Can i use some typecast on the mdx query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 14:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074579#M1231129</guid>
      <dc:creator />
      <dc:date>2016-02-09T14:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074580#M1231132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also noticed that in bw, that particular field is defined as a quantity key figure. Would this be a problem for qlikview to read its decimal values? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 02:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074580#M1231132</guid>
      <dc:creator />
      <dc:date>2016-02-10T02:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074581#M1231135</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;will you get the same result in Transaction MDXTEST for your keyfigure, too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to do num format via Load-Piping like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST: &lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Num(Your_Field,'##.##') as Your_Field_Format;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select PseudoMDX(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimensions (&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;a(),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there are some more suitable connections to use, too?&lt;/P&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;Accessing BEx-Query via (new) BEx-Query Connector &lt;/P&gt;&lt;P&gt;Loading Cubes via Extractor connector&lt;/P&gt;&lt;P&gt;Loading DSOs via SQL-Connector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of source do load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 10:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1074581#M1231135</guid>
      <dc:creator>tobivogt</dc:creator>
      <dc:date>2016-02-12T10:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not loading decimal place from SAP BW.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1744718#M1231137</link>
      <description>&lt;P&gt;Did anybody found a solution about this?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 11:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-loading-decimal-place-from-SAP-BW/m-p/1744718#M1231137</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2020-09-17T11:42:41Z</dc:date>
    </item>
  </channel>
</rss>

