Hi,
I have built two InfoCubes, one for Shipment Costs InfoCube (with shipment number as a dimension) and the other one is Shipments InfoCube. These two InfoCubes are connected through a MultiProvider.
The issue is with field Settlement Date which is available only in the Shipment Cost InfoCube. When I write a query and filter it on Settlement Date I cannot see the net weight information from Shipments InfoCube since this field is not available in this InfoCube.
I cannot bring Settlement Date into Shipments InfoCube because every Shipment can be associated with multiple Shipment Cost Line Items, so it is not a unique date for the Shipment.
The options I can think of are -
- Making weight a display attribute of Shipments but that's a pretty expensive SQL statement and shipment attributes are not displayed when shipment is not part of the output report
- Create query with settlement date as constant selection in the BEx keyfigure filter but that does not work well in this scenario