문제

I need to create a report using two data sources in cognos 10. A master source has a "column" named id which i want to use as second data source parameter. I create a master detail relationship from id to my parameter, but to all details id from first row is passed.

How to change it to a situation where id from row is passed?

a image illustrating what i want to achieve

A detail(x) is a effect of second data source with passed parameter.

도움이 되었습니까?

해결책

You should be using two different queries and two different list objects. The detail list should be nested inside the parent list. They should then be linked via the Master-Detail Relationships property. Double-check the join, as many developers are prone to misclicks on this screen.

Here is a good walkthrough on creating what I described above.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top