Alerts

Gils

New member
Local time
Today, 10:44
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
 
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.
 
Just did the alternative. Tried the alert and it wasn't what I expected.

Thanks mate.
 

Users who are viewing this thread

Back
Top Bottom