if you are looking for the mdx?
UPDATE --CUBE
[Cube_Name]
SET ( [Measures].[Value], [Product].&[845] ) = 2;
COMMIT TRANSACTION;
and don't forget to commit. Otherwise the value is only availible in
your session.
their are a lot of third party frontends which have writeback and
commit as default functionality.
kr moby
All those work, but I want user to modify values in eg. Excell 2007 and then
those must be written back to my cube. My problem is to get the user input
back to the update.
--
Message posted via http://www.sqlmonster.com
nevertheless
one old option was the cube analysis as an ms add-on for excel. but
this works only on older excel versions than 2007 and ist not
availible anymore
or you word with a third party tool.
as an excel add-in you may use xlcubed - www.xlcubed.com
find more under http://www.mosha.com/msolap/util.htm#Apps - Excel Add-
Ins
or you work with other third party tools like arcplan, bissantz,
cubeware, etc. they handle write back perfectly
kr moby
Moby,
Thank you for your reply.
Retha