Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need an intersect with setanalysis

I want to display the top 10 players for the value Mat/Inns ( Mat divided by Inns)

I tried something like this to start with but doesn't seem to work (no surprise, I'm a novice)

=if ((Mat/Inns)=max(Mat/Inns), Player)

Please help.

Thanks

Ram

1 Solution

Accepted Solutions
Not applicable
Author

In the list box under the Field use the same expression

Please see the attached QV application.

regards

Mhatim

View solution in original post

5 Replies
Not applicable
Author

Use = aggr(if(rank((Mat/Inn))<=10,Player),Player) instead and see the attached QV application

Regards

Mhatim

Not applicable
Author

Thanks Mhatim. It did the trick when it came to chart. But I am trying to achieve this in a list box through an expression.

Gysbert_Wassenaar

See attached file


talk is cheap, supply exceeds demand
Not applicable
Author

In the list box under the Field use the same expression

Please see the attached QV application.

regards

Mhatim

Not applicable
Author

Thanks Mhatim and gwassenaar