cancel
Showing results for 
Search instead for 
Did you mean: 

Jump in second report with condition (RRI)

Former Member
0 Kudos

Hi!

I have a report with 0MATERIAL in the column and one kyf in the layout. Also i have an active condition, which displays the TOP10 materials with the ten highest kyf-values.

For example: inactive condition: 20 mat.nr.; active condition: 10 mat.nr.

Now, i want to jump into another report with this TOP10 Mat.nr.. The problem is, that the target-report shows all mat.nr. (for this example: 20) and not only the TOP10 materials.

Have you any ideas to solve this problem? Thanx!!!

Greets!

chris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If I understand your problem clearly , you want to display detail report for top 10 materials.

If it is so , then you can achieve this with resultset query.

Steps...

1. QRY1 - Query with top 10 material which you have.

2. QRY2 - Query with details, which you want..

3. In QRY2 create variable for 0MATERIAL and select type "Peplacement Path". Replace with Query QRY1.

This will serve your problem.

Regards

SSS

Answers (0)