Can I add calculated members in the XamPivotGrid by using an expression builder ?
My need is to create an simple expression builder that for example will add two measures in order to create a simple new calculated member.
Can I add this new field in the XamPivotGrid's field's list ?
If yes is there an example?
Regards,
Dimitris
(if this can be done in 2011.1 please give some hints about how I can achieve it)
Hi
You cant execute MDX query directly through XamPivotGrid. But if you use SSAS and you define this member in your database it is not problem for control to extract metadata.
Regards,Todor
That means that I can add a new field in the fields' list ?
Do you have a sample ?
If you use expression builder to add calculated members in you desing project. There is no limitation in XamPivotGrid control for measure type and how they are created
RegardsTodor