Altova RaptorXML+XBRL Server 2024

Adds a parameter used in the formula evaluation process. Each parameter must be specified in a separate call to the method. If this method is used, the namespace is passed to addFormulaParameterNamespace.

 

All the arguments are strings:

 

type is a string that gives the parameter's datatype;

name is the parameter's name;

value is a string that gives the parameter's value;

namespace is a string that gives the parameter's namespace; default is the empty string.

 

For more information and code samples, see the section, XBRL Formula Parameters.

 

COM and .NET

 

Signature: AddFormulaParameter(string type, string name, string value, string namespace)

 

Java

 

Signature: public void addFormulaParameter(string type, string name, string value, string namespace)

© 2018-2024 Altova GmbH