Setting up writeback
Writeback enables users to change numbers in the grid, and write those numbers back to the data source. It only writes to the data source the cells that changed. In general, the data is written back in a single transaction; if any cells cannot be written back, then none of the cells are written.
- Making a member writable does not guarantee that the user actually has permission on the data source to change those members.
- A cell is only writable if it is the intersection of writable members (on-grid and off-grid). Calculated members (Decision calculator) can never be writable.
You will not be able to write back a 0 value to your database if you use 0 as your missing value. To writeback 0, change the missing value string from 0 to something else.
The All Leaf Members and Data and Formula Accounts options reset writeback for all dimensions to the members described. Any previous writeback settings are not retained.