Input
Type
Boolean
Since
1.2
Description
Use this property to enable table-cells for input. It expects a Boolean-Expression which will be executed for each generated cell of this header. Each cell the expression returns "true" for (and the user has sufficient rights to edit the facts) will become edit able.
When using cell to input data, you should not use formulas for that cells, only iterations. Whenever you use a formula, the system wouldn't be able to backtrace the input-value to a single fact (which is possible if the fact was defined by one of the cell-headers iterations).
Note that only making table-cells edit able doesn't guarantee the values will be stored in any database. You also must enable to corresponding cube to store values back to their datasource. See the "Enable Store" property of SQL-cubes for more information.
Examples
Edit = "true"
Makes the whole row/column editable
Edit = "X() = 5"
Only makes column 5 editable
