Link to home
Start Free TrialLog in
Avatar of datatechcorp
datatechcorpFlag for United States of America

asked on

Help With Crystal isnull Syntax

HELLO...

Crystal is driving me nuts :-)

I'm trying to use a formula...something like the following...where I'm testing if the *PREVIOUS* record is a null...for Suppression purposes:

isnull(Previous({@1A_Item+Locn}))

BUT...every time I attempt this...Crystal is barking with that silly "...A field is required here..." error message.  What am I doing wrong?  I've tried this numerous different ways.  I *KNOW* that the result of that Calculated field...*IS*...indeed...a NULL value (in certain circumstances, based on the underlying data)...and that's both fine and accurate.  I simply want to SUPRESS...based on this condition...and, yes, the *PREVIOUS* function is important here.

PLEASE HELP!  I'm stuck.  As always, I appreciate anyone's assistance :-)...Thanks!...Mark
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of datatechcorp

ASKER

***  OMG...THANK YOU!!!  ***  This worked...and I *fully* appreciate it!...Mark
Avatar of Mike McCracken
Mike McCracken

FYI there is also a NextIsNull function if you ever need it.

mlmcc
Great to know!  Thanks MLMCC...you're the best! :-)