ChoreAttrDelete

ChoreAttrDelete deletes a chore attribute from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ChoreAttrDelete(AttrName);

Argument

Description

AttrName

The name of the chore attribute you want to delete.

Example

This example deletes the Description attribute for chores on your TM1 server.

ChoreAttrDelete('Description');