XML - Managing Data Exchange/Business Intelligence and XML/Answers
From Wikibooks, the open-content textbooks collection
[edit] 1. Business Intelligence and XML (Answers)
[edit] Exercise 1
The end user wants to read the report in Japanese language, so you have to add a variable for Japanese language.
[edit] Answer
-<variableList>
- <variable name=”Variable1” type=”locale”>
<expression>ReportLocale()</expression>
- <variableValueList>
<variableValue value=”fr”/>
<variableValue value=”ja”/>
</varialeValueList>
</variable>
</variableList>
|