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.
Hi, I have a requirement to make some reports multi lingual which access data from BW. I have a question regarding the same.. What is the variable that can be used to send language to Sap BW to get language specific data from BW? How can we send it and get data that is language specific? Thank you! Regards, Vishnu.
There are 2 things you need to do in order to support multilingual reports.
1) During the CREATE SYNONYM process, you must check the Multilanguage option and select the additional languages that you would like to use. Note that you can only select the languages that are installed on your SAP BW system.
Once your SYNONYM is generated, view it. You will see that each field contains an additional entry for the TITLE and CAPTION attributes, i.e., one addtional entry per language. For example, let's say your default language is English and you have added German during the CREATE SYNONYM process. Your SYNONYM would look something like:
2) The variable you use to control which language is LANG. If you want to view your column titles and captions in German, you issue SET LANG=DE at the top of the report or prompt for this as a variable.
Regards, Richard Sitt
Posts: 8 | Location: Corporate | Registered: October 07, 2006