Parameter maps
When we looked at session parameters, we have seen that although they are useful they are very limited and each time we want to use a session parameter to return a particular value, we have to edit the session parameter to either add a default value or an override value. If we want to create a session parameter that can return different values for different keys, then we create a parameter map.
Parameter maps can be thought of as simple data look-up tables. Each parameter map has two columns, a key column and a value column holding the value that the key represents. You can enter the keys and values manually, import them from an external file, or base them on query items in the model.
It is possible to export parameter maps to a file ...
Get IBM Cognos 10 Framework Manager now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.