Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
What the appropriate format for userpref_currencies_OBIA.xml

Hi Guys,
What is the appropriate format for the userpref_currencies_OBIA.xml
<Config>
<UserCurrencyPreferences currencyTagMappingType="dynamic">
<UserPrefCurrencyLogicalSQL>
SELECT "Dynamic Currency Preference"."Preference List"."Currency Preference Code", '', "Dynamic Currency Preference"."Preference List"."Currency Preference Name", 'column',"Dynamic Currency Preference"."Preference List"."Currency Support Flag" FROM "Dynamic Currency Preference"."Preference List" order by "Dynamic Currency Preference"."Preference List"."Currency Preference Name" ASC
</UserPrefCurrencyLogicalSQL>
</UserCurrencyPreferences>
</Config>
We will be using the Static approach.
Please advise what is the format and if i should point it out in the nqsconfig
Thanks