Percent change

The percent change method multiplies the current cell values by a specified percentage. The product of that multiplication can then replace, be added to, or be subtracted from the existing cell values.

The spread code for percent change is P%. If you want to add to the total already in the cell, be sure to include the + sign in your command string.

For more information, see Spreading command codes.

Example

This example applies a percent change of 10% to all leaf values in the view and adds the product to existing cell values.(It increments all leaves in the view by 10%.)

POST api/v1/Cellsets('AAAAAA')/tm1.Update
{
    "BeginOrdinal":0,
    "Value":"P%+|^<>10"
}