cognos.Value class
JSON structure to represent parameter values.
This object includes the following valid attributes:
- display
- end
- start
- use
Simple values
{ 'use': '[a].[b].[c]', 'display': 'Canada' }
Range values
{
'start': {'use': '2007-01-01', 'display': 'January 1, 2007'}
'end': {'use': '2007-12-31', 'display': 'December 31, 2007'}
}
Multiple values
[
{ 'use': '12', 'display': 'Canada' },
{ 'use': '41', 'display': 'Germany' },
{ 'use': '76', 'display': 'Japan' }
]