I have a parent report that contains
| Month | Brand | Header 3 |
|---|
| | lee | | spyker | | wragler | | zara | | veromoda | | mango | |
| |
Here 282 is the count(item_no) .
In the child report i want all the item wise detail. If the user clicks on 282 ,it should display all the 282 item details in the child report.
| Item no | item name | item purchase date | item mfg date | size |
|---|
| 10003211 | jeans | 01-01-2017 | 31-01-2016 | 30 |
| 10003212 | jeans | 01-01-2017 | 31-01-2016 | 32 |
All i need is, i need to pass all the item numbers from parent report to child report. Can it be possible.
I am unable to achieve it please help me in this regard.
Reagrds,
Bishnu