Newbie help - crystal report

In the formula next to the suppressed section, you just have to match what you are trying to supress. If you want to supress everything that is blank, then:
shipdtl.jobnum = ""

If you want to suppress anything with a value less than 1000
shipdtl.jobnum > 1000

make sure you reference the full name. The easiest way is to drag and drop it from report field list from top (If you have it shown)

----- Original Message ----
From: kirsty2179 <dobby01@...>
To: vantage@yahoogroups.com
Sent: Monday, June 18, 2007 7:36:10 AM
Subject: [Vantage] Newbie help - crystal report

Hi

Trying to write formula for conditional printing defining a section,

I have created a new section, right click on grey area on the left of
the report and say insert section below.
Went to Section Expert to define a formula for the 'Suppress' tick box
but cannot get the right formula. I need to display jobnumber if
needed if not suppress.
programming has never been my best subject please help






____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting

[Non-text portions of this message have been removed]
Hi

Trying to write formula for conditional printing defining a section,

I have created a new section, right click on grey area on the left of
the report and say insert section below.
Went to Section Expert to define a formula for the 'Suppress' tick box
but cannot get the right formula. I need to display jobnumber if
needed if not suppress.
programming has never been my best subject please help