Go to primary content
Oracle® Retail Home Oracle Retail Home Administration Guide
Release 21.0
F45466-03
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

3 Report Configuration

This chapter describes the reports that are included with Retail Home along with requirements for their configuration.


Note:

Currently there are no report layouts for banner and contextual reports available in the release version of Retail Home

Tile State Reports

These reports are available to use on tile states within an application tile. See Dashboard Configuration for details about configuring tile states and data sources. See the "Appendix: Report Data Requirements" appendix for details about expected payloads from back-end REST services and BI.

Favorites

The Favorites tile state report can be included on an application's tile if that application supports favorites. The Favorites report will display the items (tasks, reports, etc.) that have been marked as "favorite" by the user within the target application. The user can click on a favorite item to launch the favorite item in the target application within a separate browser window.

Sample

Sample Favortes Tile

Table 3-1 Data Source Configuration

Name

favoritesService

Type

REST

Source

https://{host}:{port}/RetailAppsReSTServices


Notifications

The Notifications tile state report can be included on an application's tile if that application supports notifications. The Notifications report will display the unread notifications for the current user. The user can click on a notification to launch that notification in the target application within a separate browser window.

Sample

Sample Notifications Tile

Table 3-2 Data Source Configuration

Name

notificationsService

Type

REST

Source

https://{host}:{port}/RetailAppsReSTServices


Two Metric Summary

The Two Metric Summary report displays one or two metrics in a standard layout. The data is retrieved from a service endpoint that conforms to the standard API supported by this report. Currently this report can be used to integrate with Apex. Refer to the Apex Integration section for more details.

Sample

Sample Two-Metric Summary Tile

Table 3-3 Data Source Configuration

Name

RetailHomeReportDataService

Type

REST

Source

https://{host}:{port}/path/to/service/endpoint


Twelve Metric Summary

The Twelve Metric Summary report displays one to twelve metrics in a standard layout (requires a 2x2 tile). The data is retrieved from a service endpoint that conforms to the standard API supported by this report.

Figure 3-1 Twelve Metric Summary Sample

Twelve Metric Summary Sample

Table 3-4 Data Source Configuration

Name

RetailHomeReportDataService

Type

REST

Source

https://{host}:{port}/path/to/service/endpoint


Four or Six Metric Summary

The Four Metric Summary and Six Metric Summary reports displays one to four (or one to six) metrics plus an optional metrics chart in a standard layout (requires a 2x2 tile). The data is retrieved from a service endpoint that conforms to the standard API supported by this report.

Figure 3-2 Four and Six Metric Summary Samples

Four and Six Metric Summary Sample
Four and Six Metric Summary Sample

Table 3-5 Data Source Configuration

Name

RetailHomeReportDataService

Type

REST

Source

https://{host}:{port}/path/to/service/endpoint


Table Reports

The Metrics Table, Image Table and Image Metrics Table reports display data in a tabular layout (requires a 2x2 tile). The data is retrieved from a service endpoint that conforms to the standard API supported by these reports.

Figure 3-3 Metrics Table Sample

Metrics Table Sample

Figure 3-4 Image Table Sample

Image Table Sample

Figure 3-5 Image Metrics Table Sample

Image Metrics Table Sample

Table 3-6 Data Source Configuration

Name

RetailHomeReportDataService

Type

REST

Source

https://{host}:{port}/path/to/service/endpoint


Tile State Report Templates

Refer to the Custom Tile State Report Configuration section for details about the available Tile State Report Templates as well as data source configuration requirements for custom reports based on those templates.