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

hiding column

Started by pooja, 16 Oct 2008 11:16:39 AM

Previous topic - Next topic

pooja

I am new in this forum and new in cognos

I have table with threee column and threee rows
I need to hide/show middle column with header.

can anybody suggest some tips with some description

thank you very much
pooja

pooja

anyone giving me some suggestions

pj

jahnavi

Hi Pooja,

Do the conditional formatting for the middle column. Then you can acheive that

jahnavi

Hi Pooja,

I just saw your mail. Yes here are the steps to solve the solution

write the condition you want there and then set the box type to none

or use the condition block for this


pooja

I have been trying to use conditional block.Still I am not able to usse.
I have  to show and hide the word onsome condition.

elisha

Could you please give your requirement?
Like for what conditions you want  hide and for what conditions you want to display the row?

Thanks - Elsiha

Suraj

jahnavi  has posted the answer above.
Box type = none hides the column.

SSN

#7
Hi,
use below steps to hide a column.

if you want to give option to user to hide or unhide then follow below steps

1.Created a Prompt page
2.Drag Value Prompt> give name for that parameter HIDEPARAM > Click Next> Unchech  Parameterized Filter option and >Click Finish
3.click on value Prompt box in Prompt page> in Property Pane click on Static Choises.
4.Select "New Boolean Variable" for Variabls Drop down
5.Create a boolean variable and write an expression as ParamDisplayvalue('HIDEPARAM')='HIDE' and click OK.
6.Create use and Display Vale using add button as HIDE(both use and Display) and DON'THIDE
(both use and Display)
7.go to report page and select column + column header
8.Go to conditional Explorer and select yes under created variable(Green color appears on the explorer bar.) 
9.in the property pane on lefthand side click and select Style Variable and Click on Box Type and select none.

Run the report

Hope this will be helpful..

If you wnat to hide based on any condition,then follow from step 4.write your condition instead of expression in step 5.

Cheers..
SSN