@Xwrite in BR
I am on PBCS. Cubes in question are a GL cube and an Employees cube. Data calculated in Employees cube are written over to the GL cube using @xwrite.
I have a BR that writes about 70+ accounts at Level 0 for
FIX(Budget,Working,&BudYr, Jan:Dec,@relative("All Company",0), @relative("All Departments",0),(@relative("All Employees",0),@relative("All Projects",0))
FIX ("Net Earnings") /* Net Earnings" is Account dense dimension */
"A"(@XWRITE("A",_RevCube_,"50101");) /* "A" is member in Employee sparse dimension in Employee cube .. each group corresponds to a GL acct in the GL cube */
"B"(@Xwrite("B",_RevCube_,"50102");)
"C"(@Xwrite("C",_RevCube_,"50103");)