< XML - Managing Data Exchange < Business Intelligence and XML

1. Business Intelligence and XML (Answers)

Exercise 1

The end user wants to read the report in Japanese language, so you have to add a variable for Japanese language.

Answer

        -<variableList>
    - <variable name=”Variable1” type=”locale”>
         <expression>ReportLocale()</expression>
    - <variableValueList>
                                 <variableValue value=”fr”/>
                                 <variableValue value=”ja”/>
                             </varialeValueList>
                         </variable>
                 </variableList>
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.