using cr 8.5 ver
I have 2 groups and 1st group is based on a formula as
@Ref Group 1
if {tab.field1} = ' ' or {tab.field1} = '' then
' No Values' // space, so it is placed as first group value
else
{tab.field1}
{tab.field2} group 2
I have to display the report and then prin the number of count {tab.field2} for each value of group1
when ' No Value' for group 1 Iam unable to print the Group footer with the count of group2 values. Though it does the count for other values in group1.
How can I display the count of group2 for group1 when the result is ' No value' and why does this happen.
Any help is greatly appericated.
Thanks
Sameer
I have 2 groups and 1st group is based on a formula as
@Ref Group 1
if {tab.field1} = ' ' or {tab.field1} = '' then
' No Values' // space, so it is placed as first group value
else
{tab.field1}
{tab.field2} group 2
I have to display the report and then prin the number of count {tab.field2} for each value of group1
when ' No Value' for group 1 Iam unable to print the Group footer with the count of group2 values. Though it does the count for other values in group1.
How can I display the count of group2 for group1 when the result is ' No value' and why does this happen.
Any help is greatly appericated.
Thanks
Sameer