Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
Recognition of measures and dimensions in FlatDataSource
posted

Hi all,

I managed to retrieve relational data (from SQL Server) via FlatDataSource and to show them in a WinPivotGrid.

Yet, some attributes in my table are mis-recognised as measures: they are integer values, but aggregating them is of no use. So, these are not measures but dimensions!

It seems to me that all numeric values are considered as measures and all not-numeric values are considered as dimensions. This is just a guess, because an experimental cast to varchar for my integer attributes caused WinPivotGrid to offer them as dimensions. Back to integers, they were offered as measures...

Is there way to influence that? It should be me who decides which field is a measure and which is a dimension. :)

Thanks for any hint.

Martin

Parents Reply Children