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 hidden text in report ouput like PDF?

Started by udung, 05 Mar 2014 06:53:03 AM

Previous topic - Next topic

udung

Hi All,

i need to hidden text item in PDF
anyone please advise


Thank u


Julius

saumil287

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

navissar

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.

udung

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

udung

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