hi
how to Show number in thousand (k) or in million (M) in xml pulisher
<xsl:value-of select='format-number(sum (current-group()/PROPOSED1D), "###,###")' />
Thanks
any update ?
Hello,
There is an own XML (BI) Publisher Community.
regards
Add the manipulations to your query ...
SELECT SALES, (SALES/1000) SALES_K, (SALES/1000000) SALES_M FROM TABLE ... then do your format masking