Alerts (1 Viewer)

Gils

New member
Local time
Today, 19:16
Joined
Mar 11, 2013
Messages
2
Hi Guys,
First time posting on this and really can do with the help.
I want to create an alert message on a report when using a boolean. For example if Job.Released = false then display 'Job is not yet released'. Would appreciate the help as i'm a bit of a novice with Crystal.

Cheers,
Chris
 

kevlray

Registered User.
Local time
Today, 12:16
Joined
Apr 5, 2010
Messages
1,046
I do not know that you need a alert, just a formula. See example below.
if not({Job.Released}) then "Job is not yet released"

Sometimes Crystal is funny with Boolean you may need to do a different comparison.
 

Gils

New member
Local time
Today, 19:16
Joined
Mar 11, 2013
Messages
2
Just did the alternative. Tried the alert and it wasn't what I expected.

Thanks mate.
 

Users who are viewing this thread

Top Bottom