XML - Managing Data Exchange/Business Intelligence and XML/Answers
Appearance
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> |