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

Hide/Display columns

Started by Kid_in_Cognos, 02 Jun 2016 02:37:18 AM

Previous topic - Next topic

Kid_in_Cognos

Hi

I want to hide or display coulmns based on the selection in the prompt  Yes/No.

I can able to achieve using the conditional block. But is it possible to do it using case stmt?. As I have to hide or display columns based on three prompts.


For ex:

There are 3 prompts Cert Num, cliam_stats, SRVROLE

1. If Cert_Num is Yes then display col A .Else display col B

2. If cliam_stats Yes then display col D .Else display col E

3. If SRVROLE Yes then display col F .Else display col G


Is this scenario can be achieved using case statement instead of conditional block? If so can you please let me know how to do it?

Thanks

HalfBloodPrince

you can use render /Style variable to achieve this

Kid_in_Cognos

Thanks Prince. Used Style variable successfully. :)