ProcessAttrDelete

ProcessAttrDelete deletes a process attribute from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ProcessAttrDelete(AttrName);

Argument

Description

AttrName

The name of the process attribute you want to delete.

Example

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

ProcessAttrDelete('Description');