RobHVB6Sql
Programmer
I have created a formula to chart a set of dates by month, although the null dates show up on the chart.
What do I need to do to this formula to exclude these from the chart?
//Formula starts here
if {q1stContact-Numbers.DateOfFirstContact} < cdate('01/01/1990 0:00:0')
and IsNull({q1stContact-Numbers.DateOfFirstContact}) = false
then
{q1stContact-Numbers.DateOfFirstContact}
I have also tried the order option in the Chart Expert. Rob Hasard
Data Manager -Genetic Services
(VB6 /SQL 7.0)
What do I need to do to this formula to exclude these from the chart?
//Formula starts here
if {q1stContact-Numbers.DateOfFirstContact} < cdate('01/01/1990 0:00:0')
and IsNull({q1stContact-Numbers.DateOfFirstContact}) = false
then
{q1stContact-Numbers.DateOfFirstContact}
I have also tried the order option in the Chart Expert. Rob Hasard
Data Manager -Genetic Services
(VB6 /SQL 7.0)