Prasad Zagade
Prasad Zagade

Reputation: 63

Display text base on condition (crystal report)

I want to display fields of 'Short description' if field of 'Long description' is not blank. How can I do that ?

Upvotes: 2

Views: 1892

Answers (1)

Furtiro
Furtiro

Reputation: 449

Write click on your textobject or database field object => Format Object

In "Common" Tab of this new windows there is a field called Suppress, click on the button to the right of this field with the text "X-2". This will add a new formula, you'll need to return a boolean to set when your field will be suppress ( not displayed or not )

That's all.

Upvotes: 2

Related Questions