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

From Wikibooks, open books for an open world
Jump to navigation Jump to search

1. Business Intelligence and XML (Answers)[edit | edit source]

Exercise 1[edit | edit source]

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

Answer[edit | edit source]

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