Hello,
How we can dynamically add multiple measures in the OLAPCube? I am
presently able to add multiple Dimensions to the OLAPCube but not
multiple measures. Although I got few examples where hardcoded
measures are added like following -
<mx:OLAPSchema>
<mx:OLAPCube>
<mx:OLAPDimension>
<mx:OLAPHierarchy>
<mx:OLAPLevel />
<mx:OLAPLevel />
</mx:OLAPHierarchy>
</mx:OLAPDimension>
<mx:OLAPMeasure />
<mx:OLAPMeasure />
</mx:OLAPCube>
</mx:OLAPSchema>
But I need to do it programatically.
Thanks in advance.
Mithun Thakkar