COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: andy_mason_84 on 18 Oct 2012 08:22:40 AM

Title: List Value Prompt - Header
Post by: andy_mason_84 on 18 Oct 2012 08:22:40 AM
Hi,

OK, probably a real easy one, but why in my prompt does it show the name of the dimension I have used as the prompt for example if I was using 'Company  Group'
then the Value Prompt looks like this: -

Company Group
------------------------
North
South
East
West

How do i get it to just show: -

North
South
East
West

Please see image attached for the actual example.

Cheers,

AM
Title: Re: List Value Prompt - Header
Post by: bdbits on 18 Oct 2012 11:47:51 AM
Since you are on version 10, it is a property on the prompt. (Before v10, you had to use javascript.)

1. Left-click the prompt to put it in focus.
2. In the properties pane, scroll down to the section "Prompt Text".
3. Click the little ellipsis to the right of "Header Text".
4. Change it from Automatic to Specified text and leave the input box empty.
5. Click OK and run the report.
6. Profit! :-)
Title: Re: List Value Prompt - Header
Post by: andy_mason_84 on 19 Oct 2012 04:23:40 AM
Thank you very much

AM