final GlobalMasterRow gmr = GlobalMasterRow.createReportRow
(prc, new DefaultDataSchemaDefinition(), new ParameterDataRow());
gmr.requireStructuralProcessing();
MasterDataRow wdata = gmr.deriveWithQueryData(data);
int advanceCount = 1;
wdata = wdata.startCrosstabMode(specification);
logger.debug("Region: " + wdata.getGlobalView().get("Region"));
logger.debug("Product: " + wdata.getGlobalView().get("Product"));
logger.debug("Year: " + wdata.getGlobalView().get("Time"));
assertEquals(valData[0][0], wdata.getGlobalView().get("Region"));
assertEquals(valData[0][1], wdata.getGlobalView().get("Product"));