BHERNANDEZ
Technical User
I am trying to sort by aply_to_no, subtotal it's balance, and the group by doc-due-dt and subtotal each group with a grandtotal on the last page of report. Using CR v7.0.
This is what I have:
doc
cust_no aply_to_no doc_no typ doc_dte doc_due_dte bal
Example:
00001056 135333 135333 I 10/31/03 11/30/03 100.00
00001056 135333 6596654 P 12/05/03 12/05/03 -50.00
50.00
00001155 135334 135334 I 11/01/03 12/01/03 25.00
00001155 135334 135335 C 11/04/03 11/04/03 -5.00
20.00
00001053 0 95864 P 09/15/03 09/15/03-263.04
-263.04
This is what I want it to look like:
00001053 95864 09/15/03 09/15/03-263.04
00001056 135333 10/31/03 11/30/03 50.00
00001155 135334 11/01/03 12/01/03 20.00
I want the doc_no to show on the report, but i need to sort first by apply to number. Then combine everything to one line and group by due date. I am okay with not being able to combine everything to one line. My major concern is getting this data grouped by apply to number with subtotals for balances and then sorted by due date with a subtotal for each group.
I have searched my help files and they refer to a group in specified order option. I do not have that option when I group. It would probably make this a lot easier! Any help would be greatly appreciated.
Thanks!
Bridget
This is what I have:
doc
cust_no aply_to_no doc_no typ doc_dte doc_due_dte bal
Example:
00001056 135333 135333 I 10/31/03 11/30/03 100.00
00001056 135333 6596654 P 12/05/03 12/05/03 -50.00
50.00
00001155 135334 135334 I 11/01/03 12/01/03 25.00
00001155 135334 135335 C 11/04/03 11/04/03 -5.00
20.00
00001053 0 95864 P 09/15/03 09/15/03-263.04
-263.04
This is what I want it to look like:
00001053 95864 09/15/03 09/15/03-263.04
00001056 135333 10/31/03 11/30/03 50.00
00001155 135334 11/01/03 12/01/03 20.00
I want the doc_no to show on the report, but i need to sort first by apply to number. Then combine everything to one line and group by due date. I am okay with not being able to combine everything to one line. My major concern is getting this data grouped by apply to number with subtotals for balances and then sorted by due date with a subtotal for each group.
I have searched my help files and they refer to a group in specified order option. I do not have that option when I group. It would probably make this a lot easier! Any help would be greatly appreciated.
Thanks!
Bridget