R
Rhonda
I have data such as:
fieldA fieldB
123 20
123 25
124 150
124 135
50
75
My report is summarized on fieldA, and provides
123 45
124 285
I wish it to include the blank values, such as
123 45
124 285
125
How do make the blank value get treated as a valid value?
Thanks in advance,
fieldA fieldB
123 20
123 25
124 150
124 135
50
75
My report is summarized on fieldA, and provides
123 45
124 285
I wish it to include the blank values, such as
123 45
124 285
125
How do make the blank value get treated as a valid value?
Thanks in advance,