As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
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 ?
-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,
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.