You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

The report view in the JOC Cockpit GUI handles generation and visualization of reports configured in the Reports Configuration view.

The reports view provides three sub views. 

  • The Report Generation view to generate one or more reports
  • The Reports view to visualize the generated reports
  • The Report Run History view to show the report generations runs in a historical view.

Report Generation view


The Report Generation view list all released reports configured in the Reports Configuration view. In the list it is possible to perform a full text search.  The full text search considers all columns. 

This view is used to generate reports manually. This can be done in a bulk operation.

ColumDescription
ActionTo run the report the action contains the item "Run Report"
NameThe name of the report
Path

The path to the folder where the report is configured

Report TemplateThe template for the report. The values for ${hits} and ${sort} are substituted with the values from the report configuration.
FrequencyThe frequencies that are assigned to the report. For each frequency a separate report run will be executed.

Month-From

The begin of the report period.

The value can be a absolute value <yyyy-mm> where <yyyy> specifies the year and <mm> specifies the month.

The value can be relative with the pattern xy|m|q where 

  • x: count
  • y: year
  • q: quarter
  • m: month

In month from

  • the month is always 1 when y is specified
  • the month is one of the values 1,4,7,10 when q is specified.

Month-To

The end of the report period.

The value can be a absolute value <yyyy-mm> where <yyyy> specifies the year and <mm> specifies the month.

The value can be relative with the pattern xy|m|q where 

  • x: count
  • y: year
  • q: quarter
  • m: month

In month To

  • the month is always 12 when y is specified
  • the month is one of the values 3,6,9,12 when q is specified.


Reports view 


The reports view shows the generated reports that have been started manually or by the JITL Job Run Reports.

The reports are grouped by name or by template.

When the reports are grouped by name a sub group for the sort highest/lowest is created.

The report list can be filtered by the begin of the report period, e.g. to show only reports that have report period started in the last three month.

The report list can be filtered by the used report template.

To delete a report open the action menu and select "Delete"

To view the report open the action menu and select "Show Report". Depending on the selected grouping depth, all generated reports are displayed based on the specified frequencies.


The report shows one report card for each interval according to the frequency definition. 

E.g. when the report period is one year and the frequency is monthly then the report show 12 cards.

When the report contains more than one frequency the cards can be filtered by the frequency, e.g. to show all cards with the monthly frequency and hide the cards with the weekly frequency.

To hide/view single cards open the "manage cards" view. 

Each card shows the result from the report generation. The data will be formatted as it is described in the report configuration. The visualization depends on the report template (e.g. counting workflow, jobs or consider the duration), the parameters like hits and sort. 

Each card provides a pie chart, a bar chart and a list chart.


Bar chart



List Chart



Pie Chart


Report Run History view 

...

  • No labels