Syntax

To use multiple functions, use a semi-colon to separate each function. For example:

Children(Q1); Children (Q2); ISiblings(Jan);

Quotes are not allowed in function syntax. For example:

Siblings ("operating expenses global", Account, true)

returns an error at extraction in the data synchronization log

The correct syntax is:

Siblings (operating expenses global, Account, true)

Some of the strings in the following code examples display on two or more text lines. However, strings must be defined on only one line in your code.