Repeat leaves
The repeat leaves method copies a specified value to the leaves (children) of a consolidation. When you apply this method, you can copy the value to all leaves of the consolidation or only to those leaves that already contain non-zero values.
The spread code for repeat leaves is LR. For more information, see Spreading command codes.
Example
This example adds 200 to all leaves in the current consolidation.
POST api/v1/Cellsets('AAAAAA')/tm1.Update
{
"BeginOrdinal":0,
"Value":"LR+*200"
}