Replace
In a chart modifying context, the Replace prefix changes all values of the HC1 table with a computed value defined by the script.
Syntax:
Replace loadstatement
Example:
This example overwrites all values in column z with the sum of x and y.
Replace Load
x+y as z
Resident HC1;