Focal Point
[CLOSED] TOTAL decimal notation is different in excel

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6037050276

August 05, 2014, 06:03 AM
Marcel Biron
[CLOSED] TOTAL decimal notation is different in excel
Hello,

I have this issue : the decimal notation is not the same in the total (dot instead of comma).
I've looked in the forum but I didn't find any solution.
Have you any idea to resolve it ?

Thanks in advance,
Marcel

Reference : [CLOSED] Recap decimal notation is different in excel????

My code
 -SET &ECHO=ALL;
-SET CDN=ON;
-DEFAULT &COUNTRY = 'FOC_NONE';
-SET &VCOUNTRY = IF &COUNTRY EQ ' ' THEN 'FOC_NONE' ELSE &COUNTRY;

DEFINE FILE CAR
DEALER_COST2/F10.2 = DEALER_COST;
TOT_DEALER/D10.2 = DEALER_COST + 1
END
TABLE FILE CAR
SUM
DEALER_COST2
RETAIL_COST
BY COUNTRY
BY CAR
WHERE COUNTRY EQ '&VCOUNTRY';

FOOTING
"<TOT_DEALER"
ON TABLE SET ONLINE-FMT EXL2K
END

This message has been edited. Last edited by: Marcel Biron,


WebFOCUS 7.6
Windows, All Outputs
August 08, 2014, 07:08 PM
<Kathryn Henning>
Hi Marcel,

We were aware of an issue where with -SET CDN=ON;, the comma was not carried over into FORMAT EXL2K. It was addressed in release 7.6.6 and higher of the Reporting Server.

From your signature line, I'm not certain which 7.6 release you're on. If you're already on release 7.6.6 or higher and are still seeing this, please let me know.

Thanks and regards,

Kathryn