REPORT

Executes one or more report strings.

Syntax

REPORT reportString
ParameterDescription

reportString

One or more report strings.

Notes

When working with ESSCMD in interactive mode, use this command to enter one or more strings from a report script. Interactive ESSCMD prompts for a string each time you press the Enter key. When finished, end with a blank string.

When using the REPORT command in ESSCMD scripts, end each line with a backslash.

Example

Example of interactive use: To create a report based on all descendants of Qtr1, including the Qtr1 member, and all children of Market, including the Market member, enter the text shown in this color. In this example, ESSCMD prompts are in black. Instructions to press the Enter key are in this color.

local:sample:basic:admin(1)->REPORT
Report:

Enter blank string to end report
Enter string ><IDESCENDANTS Qtr1(Press Enter)
Enter string ><ICHILDREN Market(Press Enter)
Enter string >!(Press Enter)
Enter string > (Press Enter)

Example of use in an ESSCMD script: To include commands in an ESSCMD script to generate the same report, end each line with a backslash.

Report:

IDESCENDANTS Qtr1\
ICHILDREN Market\
!\
\

See Also

  • REPORTLINE