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
20
Meaures and Data Selector
posted

Hello,

I currently am building a cube that will be used in a FlatDataSource. I have everything working correctly but I have one question.

The data I am pulling comes from a web service and comes back in one giant joined table (its type is a List). The problem I am having is that some of the columns are being added as measures, such as CustNum. I know how to hide these from cube using the DimensionMetaData.AutoGenerateField property but that property also hides them from the regular columns. How can I control which columns become measures and which ones are columns/rows?