|
-
August 17th, 2004, 03:39 AM
#1
Don't display the field if it contains a zero value
I'm working on a report for accounting. Usually debit and credit prob. I don't want to display the field if it contains zero. It creates a gap on my reports and want to avoid it.
Anyone who can help?
Thanks.
Sino ang nakakaintindi nito?
-
August 17th, 2004, 08:57 AM
#2
Using CR 8.5 and RDC, each field has a setting called 'SuppressIfZero' and one called 'SuppressIfBlank'. As the name implies, setting the 'SuppressIfZero' to True will suppress the field if the value is Zero, setting the 'SuppressIfBlank' to True will suppress the field if it's blank.
I'd rather be wakeboarding...
-
August 18th, 2004, 01:42 AM
#3
I did what you said but I still get a gap between my text. How can I eliminate it?
Thanks.
Sino ang nakakaintindi nito?
-
August 18th, 2004, 10:41 AM
#4
Try to put the field in a separate section (If possible), and Suppress section if that value is blank.
-
August 20th, 2004, 06:29 AM
#5
suppress field
Hi
try suppressing the field or use a formula
if (fieldname) = "0" then "No Data"
I was working on the same thing in crystal reports 9 and got up to this finally.
c ya
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|