ChoreAttrPutN function for IBM Planning Analytics (TM1)
ChoreAttrPutN uploads data to a numeric attribute for a Chore.
In this video, ChoreAttrPutN is used to retrieve data from the string attribute, Description, for the ChoreFunction_Test chore, using language locale fr.

Where can the ChoreAttrPutN function be used?
TurboIntegrator

Which TM1 Server version is the ChoreAttrPutN function available for?
Version 11 and 12

What is the syntax for ChoreAttrPutN?
ChoreAttrPutN(NumericValue, ChoreName, AttrName, [LangLocaleCode] )
- NumericValue = The numeric value to be assigned to the attribute
- ChoreName = The chore that should have a value assigned
- AttrName = The string chore attribute where the string should be assigned
- LangLocaleCode = This is an optional parameter that allows you to specify the language locale code. If this is not provided, then the base attribute value is used.

Relevant Functions
- ChoreAttrDelete = Deletes an attribute for Chores
- ChoreAttrInsert = Creates an attribute for Chores
- ChoreAttrN = Retrieves a numeric attribute for a Chore
- ChoreAttrNL = Retrieves a numeric attribute for a Chore, for a given language
- ChoreAttrPutN = Uploads data to a numeric attribute for a Chore
- ChoreAttrPutS = Uploads data to a string attribute for a Chore
- ChoreAttrS = Retrieves data from a string attribute for a chore
- ChoreAttrSL = Retrieves data from a string attribute for a chore, for a given language