G
GaryLou
Unregistered / Unconfirmed
GUEST, unregistred user!
How todo
that?
问题1,这里有一个 dBase 的表格,有栏位Dept, Amount:
select * from test
Dept Amount
------------
1 5
1 8
2 4
2 3
能否利用 QReport 或其他技巧产生这样的报表呢
Dept 1 Dept 2
------------------
13 7
问题2,利用QReport或其他方法 造下列报表
Title Band: | 操作码 数值 结果
|余额 10
Detail Band :| + 2 12
| + 4 16
| - 5 11
| -----------------
summary Band |余额 11
注:上述问题请附具体作法,我将我所有剩余积分都用在这两个问题了(都是dBase 文件).