Crystal XI connected to Access 2007
Simple question. I have a Group on names. I would like the group names to display regardless of no results.
e.g.
Customer 1 0
Customer 2 0
Customer 3 0
I have multiple group headings and would like to display each.
Standard way I would do this is
if isnull (GroupName ({x.customer})) then "There are no records to display" else
GroupName ({x.customer})
but I need to display all headings (4).
Have appplied a isnull formula to result counter.
if isnull (DistinctCount ({x.customer}, {x.order})) then 0
else DistinctCount ({x.customer}, {x.order})
Thanks
Simple question. I have a Group on names. I would like the group names to display regardless of no results.
e.g.
Customer 1 0
Customer 2 0
Customer 3 0
I have multiple group headings and would like to display each.
Standard way I would do this is
if isnull (GroupName ({x.customer})) then "There are no records to display" else
GroupName ({x.customer})
but I need to display all headings (4).
Have appplied a isnull formula to result counter.
if isnull (DistinctCount ({x.customer}, {x.order})) then 0
else DistinctCount ({x.customer}, {x.order})
Thanks