user2858200
user2858200

Reputation: 123

Suppress doesn't work in Crystal Reports 2008

i need to suppress column-1 values, if another column-2 was not changed.

i put formula to suppress column-1 like

if {Column-2}=previous({Column-2}) then true else false

but sometimes it is not suppressing. I even showed in the report values of previous({Column-2}) to make sure they are changed

Can you advise, what am i doing wrong?

please check attached screenshot

Upvotes: 0

Views: 188

Answers (1)

user2858200
user2858200

Reputation: 123

i figured it out. It was sql, who returned blank fields, not a suppression. So guys, also don't forget to check what exactly your sql is returning

Upvotes: 2

Related Questions