// Get the DataProvider.
ExpressDataProvider dp = getExpressDataProvider();
// Get the short description attribute for the dimensions and the
// Source objects for the attributes.
MdmAttribute mdmProdShortDescr =
mdmProdDim.getShortValueDescriptionAttribute();
Source prodShortDescr = mdmProdShortDescr.getSource();
MdmAttribute mdmTimeShortDescr =
mdmTimeDim.getShortValueDescriptionAttribute();
Source timeShortDescr = mdmTimeShortDescr.getSource();
// Get the short description attribute for the channel dimension.
MdmAttribute mdmChanShortDescr =
mdmChanDim.getShortValueDescriptionAttribute();
Source chanShortDescr = mdmChanShortDescr.getSource();
// Create Parameter objects with values from the CUSTOMER_AW and
// PRODUCT_AW dimensions.
StringParameter prodParam =
new StringParameter(dp, "DEPT::DEPT::0");