Master-detail report
Master-detail report
Greetings
I have a question about master detail reports
consider I have two datasources : Categories - Products
but I can't create relation between these two , is there any alternate way to make them master detail?
for example with code or other bands etc...
any help would be greatly appreciated.
I have a question about master detail reports
consider I have two datasources : Categories - Products
but I can't create relation between these two , is there any alternate way to make them master detail?
for example with code or other bands etc...
any help would be greatly appreciated.
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Master-detail report
Hello,
You can add a filter for the details band:
Products.CategoryID == Categories.CategoryID
Thank you.
You can add a filter for the details band:
Products.CategoryID == Categories.CategoryID
Thank you.
Re: Master-detail report
Hi
Do I have to set the master component for the details band?
Thank you
Do I have to set the master component for the details band?
Thank you
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Master-detail report
Hello,
Yes, you should set the MasterComponent property.
Thank you.
Yes, you should set the MasterComponent property.
Thank you.
Re: Master-detail report
HI
I tried what you said but the result is not what I expected , I don't know what part I did wrong. Thanks
I tried what you said but the result is not what I expected , I don't know what part I did wrong. Thanks
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Master-detail report
Hello,
Please set the MultipleInitialization=true property for the detail databand.
Thank you.
Please set the MultipleInitialization=true property for the detail databand.
Thank you.
Re: Master-detail report
Hello
It worked
Thank you so much.
It worked
Thank you so much.
-
- Posts: 990
- Joined: Tue Sep 07, 2021 10:11 am
Re: Master-detail report
Hello,
You are welcome!
You are welcome!