XML - Managing Data Exchange/Business Intelligence and XML/Answers


1. Business Intelligence and XML (Answers) edit

Exercise 1 edit

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

Answer edit

        -<variableList>
    - <variable name=”Variable1” type=”locale”>
         <expression>ReportLocale()</expression>
    - <variableValueList>
                                 <variableValue value=”fr”/>
                                 <variableValue value=”ja”/>
                             </varialeValueList>
                         </variable>
                 </variableList>