Skip to main content

UpdateComputedColumnFormula

Changes the formula of an existing computed column on an active archive. Readers keep the previous values while the new formula is backfilled, then switch atomically. Rejected if another computed column references this one. (AB#4189)

Examples

octo-cli -c UpdateComputedColumnFormula -id <identifier> -n <name> -f <formula>

Options

ShortLongRequiredDescription
-id--identifieryesRuntime id of the archive carrying the computed column
-n--nameyesName of the computed column to re-formulate
-f--formulayesThe new mXparser formula