Yes. There are.
Below is the cli options.
"dfm report create -R catalog -f field [ -L long-name ][ -d description ][ -D display-tab ] report-name"
Creates a report named report-name from catalog catalog with field fields.
long-name: The name under which the report shows in the Operations Manager.
description: The description of the report.
catalog: Catalog from which the fields are derived.
field: A comma separated list of fields.
The format of a field is field-name[ :format-qualifier[ .precision ] ][ =pretty-name ].
To use a field from the base catalog, use field-name or base-catalog.field-name.
To use a field from a parent catalog (fields marked with (A) in a catalog), use parent-catalog.[ grandparent-catalog. ... ].field-name or base-catalog.[
parent-catalog. ... ].field-name
The valid values of format qualifier for fields of the following type are:
Bytes: A (auto-scale), B, KB, MB, GB, TB, PB.
Time: 24H or AMPM
Dates: Any combination of DD, MM or MMM and YY or YYYY.
Percentages: Any number up to and including seven.
Precision: Any number up to and including seven. This is valid only for fields of type Byte, when the scaling specified is not auto-scale (A).
pretty-name: The name of the field as shown in the report.
Use the Base catalog and selects its parent and child catalogs to get the desired filed's
The same can also be done using the WebUI.All of the above options are available using both cli and webui.