cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress Report Field at Runtime

Former Member
0 Kudos

I'm using VS 2005 and Crystal Reports 2008. I want to suppress a report field at runtime. How do I do this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Greg,

You can write a formula to check the value at run time and suppress. Try the follwing :

Right click on the field where you want to apply the suppress condition

Go in Format FieldCommon TabSuppress X-2 (Formula Editor)

Now write a condition like ..

If FieldValue > value then true

Thanks,

Sastry

Answers (1)

Answers (1)

Former Member
0 Kudos

is it supressed based upon a condition? or all the time?

Former Member
0 Kudos

It would be based upon a condition.

Former Member
0 Kudos

Hi Greg,

You can pass the condition or value as a formula into the report and you can use that formula in the report

Right click on the field where you want to apply the suppress condition

Go in Format FieldCommon TabSuppress X-2 (Formula Editor)

Now write a condition like ..

If FieldValue > value then true

Regards,

Vinay