Hi all,
I'm newbie in Progress.
I must to make a query but i don't know how.
For me needed some data from the ro_det in group.
I want to see the
ro_routing, (in group)
ro_op,
ro_wkctr,(by the first four digits is the foundation of grouping)
ro_desc,
ro_setup, (to sum)
ro_run (to sum)
Example:
How can i made it?
Thanks for all helps!
I'm newbie in Progress.
I must to make a query but i don't know how.
For me needed some data from the ro_det in group.
I want to see the
ro_routing, (in group)
ro_op,
ro_wkctr,(by the first four digits is the foundation of grouping)
ro_desc,
ro_setup, (to sum)
ro_run (to sum)
Example:
Code:
ro_routing ro_op ro_wkctr ro_desc ro_setup ro_run
99911212 10 6655xxx Example 10 2
99911212 20 6655xxx example2 4 1
Total: 14 3
Thanks for all helps!