XML - Managing Data Exchange/Business Intelligence and XML/Answers
1. Business Intelligence and XML (Answers)
editExercise 1
editThe 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> |