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

How to change the 'x-axis query item' dynamically.

Started by arroju_venkat, 13 Nov 2008 07:48:50 AM

Previous topic - Next topic

arroju_venkat

Hi,

Could you please explain me how to change the 'X-axis query item' dynamically in bar chart by creating a prompt.

Thanks,
Venkat.A.H

Suraj

just replace the x-axis query item by a case stament:
case
when prompt = 1 then [product line]
when prompt = 2 then [product type]
else [year]
end