D
deodev
Hello,
I have a table as
timekeeper, WrkorBill, period,rate,hours,arecd, extrate,effrate
with values in it as follows:
12345 WRK 0105 55 10 200 54 50
12345 WRK 0205 55 15 50 55 54
12345 BILL 0105 75 20 0 75 84
I need to create a report in the following format
12345
WRK 0105 0205
rate 55 55
hours 10 15
acred 200 50
extrate 54 55
effrate 50 54
BILL
WRK 0105 0205
rate 75
hours 20
cred
extrate 75
effrate 84
I have a table as
timekeeper, WrkorBill, period,rate,hours,arecd, extrate,effrate
with values in it as follows:
12345 WRK 0105 55 10 200 54 50
12345 WRK 0205 55 15 50 55 54
12345 BILL 0105 75 20 0 75 84
I need to create a report in the following format
12345
WRK 0105 0205
rate 55 55
hours 10 15
acred 200 50
extrate 54 55
effrate 50 54
BILL
WRK 0105 0205
rate 75
hours 20
cred
extrate 75
effrate 84