COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: udung on 05 Mar 2014 06:53:03 AM

Title: How to hidden text in report ouput like PDF?
Post by: udung on 05 Mar 2014 06:53:03 AM
Hi All,

i need to hidden text item in PDF
anyone please advise


Thank u


Julius
Title: Re: How to hidden text in report ouput like PDF?
Post by: saumil287 on 05 Mar 2014 06:59:37 AM
Hi ,

You need to use a conditional block object which based on a condition can be hidden.

See the example of using a conditional block with boolean variable by using a conditional block object

set the expression as Reportoutput=pdf in a variable expression dialog box

Regards
saumil
Title: Re: How to hidden text in report ouput like PDF?
Post by: navissar on 05 Mar 2014 07:49:35 AM
Or you could just use a render variable on the text object. Or, if you only want the text to be visible in HTML, put it in an HTML Item, these aren't rendered in PDF and Excel.
Title: Re: How to hidden text in report ouput like PDF?
Post by: udung on 05 Mar 2014 11:05:20 PM
Quote from: saumil287 on 05 Mar 2014 06:59:37 AM
Hi ,

You need to use a conditional block object which based on a condition can be hidden.

See the example of using a conditional block with boolean variable by using a conditional block object

set the expression as Reportoutput=pdf in a variable expression dialog box

Regards
saumil

Hi Saumil

thank u for response
Title: Re: How to hidden text in report ouput like PDF?
Post by: udung on 05 Mar 2014 11:09:10 PM
Quote from: Nimrod Avissar on 05 Mar 2014 07:49:35 AM
Or you could just use a render variable on the text object. Or, if you only want the text to be visible in HTML, put it in an HTML Item, these aren't rendered in PDF and Excel.

Hi Nimrod,

simple solution for me, now i used html item to hidden text in pdf

thank u