untable command: Overview, syntax, and usage
The SPL2 untable command converts tabular information into individual rows of results.
The SPL2 untable command converts tabular information into individual rows of results. The untable command is useful for preparing your data for a chart.
Syntax
The required syntax is in bold.
untable
xname
yname
ydata
Required arguments
xname
Syntax: field
Description: The field in the search results to use for the x-axis labels or row names. In your search, make this is the first field in the output.
yname
Syntax: string
Description: The name for a new field to contain the labels for the data series. You can specify any name for this field. All of the field names, other than xname, are used as the values for the yname field.
ydata
Syntax: string
Description: The name for a new field to contain the data to chart. You can specify any name for this field. All of the values from the fields, other than xname, are used as the values for the ydata field.
See also
untable command