If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Dynamic Reference of Parameter Map

Started by pricter, 19 Jan 2017 05:08:43 AM

Previous topic - Next topic

pricter

I have the following calc in a query item
if ( [Value] > 10 ) then 'High'
     else 'Low'.
My environment is Multilingual.
So I would like the strings High and Low to change base on user language.

I have created two parameter maps.
Then one has the English string and the other the french ones.
For Example
Strings_fr
Strings_en

How can I refer to the relevant parameter map?