Yes, there is a bug which prevents the RowNumber aggregate from working
correctly in charts when a series grouping is present.
You might want to try to replace the grouping that uses the RowNumber
aggregate function by an expression which groups on a field or a
concatenation of fields or a formula in case of numeric fields to create
some sort of "unique" id for the grouping (to simulate the RowNumber
aggregate functionality).
--
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "Senthil" <senthilp@autoprof.com.nospam> wrote in message
news:egcPIdUhEHA.644@tk2msftngp13.phx.gbl...
> I'm trying to create a Scatter Chart to show a distribution based on data
> from a database.
>
> The x-axis is a time-series and the y-axis needs a running number (like
> rownumber). However, the rownumber aggregate function does not work, or my
> understaning of rownumber and how the chart uses it is wrong.
>
> It seems that regardless of the what the expression is for the x-axis
> Values, if I don't add a category, the chart shows a sum of the x-axis
> values. I was not able to find any more information in the documentation
> about this.
>
> Any help would be appreciated.
>
> Senthil
>
>