U
user
Hello
I have a query where I want the sum of Amt, Grouped by Numbers. I have
other fields that doesn't need to be summed or grouped but I still need to
see then.
For ex.
Number Amt Desc
1 5 scott
2 10 kayla
3 15 rob
2 20 mary.
I still want to bring in the column desc in my report, but it can be blank.
I did a Group By Number, Sum Amt, Group By Desc, but I getting 4 rows of data
and its' not subtotaling Number 2. I know it's b/c column desc, but how do I
leave the column blank, but still bring in the field.
The results I want to see are 3 rows.
Num Amt Desc
1 5
2 25
3 15.
Thanks
I have a query where I want the sum of Amt, Grouped by Numbers. I have
other fields that doesn't need to be summed or grouped but I still need to
see then.
For ex.
Number Amt Desc
1 5 scott
2 10 kayla
3 15 rob
2 20 mary.
I still want to bring in the column desc in my report, but it can be blank.
I did a Group By Number, Sum Amt, Group By Desc, but I getting 4 rows of data
and its' not subtotaling Number 2. I know it's b/c column desc, but how do I
leave the column blank, but still bring in the field.
The results I want to see are 3 rows.
Num Amt Desc
1 5
2 25
3 15.
Thanks