- Raj Kumar
- PowerBuilder
- Friday, 16 August 2019 04:13 AM UTC
Hello all,
I am trying to build a report through composite data window and my child data windows have different retrieval arguments (one is bounded by date whereas the other one is a list of all items). What I need to do is display the pieces of the item available based on date ordered (0-30 days, 31-60 days, etc.). Right now I am not seeing the item count for all my items ( only the ones that are ordered in the time frame - retrieval argument - are displayed). I am wondering if I can join these two child data windows so that I can show the relevant line on the composite.
Right Now these are the entries on my database for last 30 days:
Item |
|
|
A |
50 |
|
E |
40 |
This is result of composite right now (which is incorrect as 40 pieces corresponds to Item E):
Item | Pieces ordered within last 30 days |
A | 50 |
B | 40 |
C | |
D | |
E | |
I am looking to display something like this:
Item |
|
|
A | 50 | |
B | 0 | |
C | 0 | |
D | 0 | |
E | 40 |
Please guide me on what is the best way to approach my problem.
Thank you!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.