Link to home
Start Free TrialLog in
Avatar of JameMeck
JameMeckFlag for United States of America

asked on

Crystal report line chart with null value.

I have a table with the data:

ID   Value
1      34
2      33
3      null
4      null
5      56

How can I display it with crystal report? I don't want to use isnull(Value, 0) from SQL, and want to hide the line when value is null.

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