Passing Parameters via URL in Cognos Analytics( aka Parameterized URL)

Passing parameters via URL is a tad bit different in Cognos Analytics compared to previous versions of Cognos.

Below I have tried to explain the syntax necessary to pass parameters through URL in Cognos.

http:///ibmcognos/bi/?pathRef=&format=HTML&Download=false&prompt=false&promptParameters=%5B{“name”:”year”,”value”:[{“use”:”2019″,”display”:”2019″}]}]&promptParameters=[{“name”:”month”,”value”:[{“use”:”5″,”display”:”May”}]}]
http:///ibmcognos/bi/?pathRef=&format=HTML&Download=false&prompt=false&promptParameters=%5B{“name”:”year”,”value”:[{“use”:”2019″,”display”:”2019″}]}]&promptParameters=[{“name”:”month”,”value”:[{“use”:”5″,”display”:”May”}]}]

Note: if the value you are trying to pass is a MUN, then simply replace the use value with MUN from cube or DMR, Etc.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s