COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: pricter on 19 Jan 2017 05:08:43 AM

Title: Dynamic Reference of Parameter Map
Post by: pricter on 19 Jan 2017 05:08:43 AM
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?