Ok, since no one knows what I am talking about, let me be more descriptive 8(
I have TWO groups. Group #1 uses a Top N sort to show only the top 5 results from that ONE Group. The second group has no such limitations. Anyway I have a bar chart, that shows these top 5 results like:
--------------------------------------------------------
A|===================================================
F|====
L|===
k|===
B|===
---------------------------------------------------------
2k 4k 6k 8k 10k 12k 14k 16k 18k 20k 22k 24k 26k 28k
The problem is that the first one item on the chart had such a bigger total than the rest, that I wanted to give the end user of the report the ablity to eliminate the first X number of results. I created a parameter field called {exceptions} where they could eliminate the first line by inputing 1. Then I put in the Group Selection Formula:
groupnumber <= {?Exceptions}
The attempt was to eliminate the first bar in the chart, so that the other bars could extend across and have a better comparison with each other. So far I am getting nothing back.
So again my question is when you enter something into the "Group Selection Formula", how do you know what GROUP it is effecting!