xWrite help
Summary
xWrite helpContent
Hi There,
First time using xWrite, basically I need to copy old version of forecast data from backup essbase db to replace current forecast data at current essbase db, they are both at the same server, just different application, so I set up local alias for target db at backup db (source), then here is my calscript:
FIX ("Income Statement")
"Forecast" (@XWRITE("Forecast",Test,"Forecast");)
ENDFIX
The dimensions for both cubes are exactly the same, script checked and ran fine, but data is not there, maybe I miss something here.
Thanks
0