我试图在Person的可用单页报告中对这些数据进行排序,这就是我所拥有的。我是水晶报道的新手。我试图在一个页面上列出患者,他们的问题和药物(1名患者可能有多个问题和药物)。数据来自患者联系的三个不同的表格,我想将所有问题组合在一起并将所有药物组合在一起......就此而言......
Group #1 Patient: John Doe
Group #2 Problem: Hypertension
Problem: Headaches
Problem: GERD
Group #3 Medicines: Prilosec
Medicines: Imitrex
Medicines: Zestril
我收到了这个
Group #1 Patient: John Doe
Group #2 Problem: Hypertension
Medicines: Prilosec
Medicines: Imitrex
Medicines: Zestril
Problem: Headaches
Medicines: Prilosec
Medicines: Imitrex
Medicines: Zestril
Problem: GERD
Medicines: Prilosec
Medicines: Imitrex
Medicines: Zestril
答案 0 :(得分:3)
这是可能的,我认为您的要求非常明确,只是您没有提供有关您的环境的详细信息。无论如何, 试试这个解决方案:
1) Create Group1-A - Patient
a) Insert a Subreport on this section
b) On the subreport link it such that Patients <-> Problems field
c) Add relevant Problem fields
2) Create Group1-B - Patient
a) Insert another Subreport on this section
b) On the subreport link it such that Patients <-> Medicines field
c) Add relevant Medicine fields
让我知道这是怎么回事,如果能做到这一点,如果不能和你一起回去做什么,我们可以从那里开始。