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

Parse a parameter (macro) as a string in report

Started by mixim, 18 Feb 2015 07:18:16 AM

Previous topic - Next topic

mixim

Hello Guys.
In our framework we have the following expression:

[Country].[Country_].[Country]  in ( #csv(split(',',$account.parameters.enterprise))#  )

This should parse a "$account.parameters.enterprise" parameter , and split it wherever there is a comma.
This is out of the box.

However, do you think its possible for me to create a report layer expression to view this parameter on the report itself?
I've been trying:

ParamDisplayValue('$account.parameters.enterprise')

But this is not working :/