Sample FDM URL Template

The Sample FDM URL Template provides the syntax for a target FDM URL based on the intersections you specified in the Context tab of the drill-through report editor.

Syntax

The syntax assumes only two dimensions in the cube, Product and Market; and that the Product and Market hierarchies are selected in the Context tab of the drill-through report editor.

http://<server-name>/HyperionFDM/AuthorizedPages/IntersectionSummaryByLocation.aspx?fdmAppName=<app-name>&fdmTargetAppName=<target-app-name>&attribute=system.ds.essbase&attribute=server.ds.<server-ds>&attribute=app.ds.<app-ds>&attribute=database.ds.<database.ds>&attribute=alias.ds.<alias-ds>&sso_token=$$CSS-TOKEN$$&attribute=Product.id.$$Product-VALUE$$&attribute=Market.id.$$Market-VALUE&rcp_version=1.5.0

Note:

When you are using Spreadsheet Add-in, drill-through target URLs are limited to 256 characters in length. With Smart ViewSmart View, any limitations to URL length depend on the browser being used.

Parameters

Example

The following URL example FDM URL drills through to a target FDM report containing the dimensions Scenario, Year, Accounts, Market, and Product.

The Product and Market dimensions were specified as intersections in the Context tab of the drill-through report editor. Essbase Studio automatically adds these to the FDM template syntax.

The Accounts and Market dimensions are part of the Oracle Hyperion Financial Data Quality Management, Fusion Edition target report, but were not specified as intersections in our drill-through report. Therefore, you must explicitly specify the dimension and member names in the URL syntax, as shown next:

http://myfdmsvr:19000/HyperionFDM/AuthorizedPages/IntersectionSummaryByLocation.aspx?fdmAppName=FDMAPP&fdmTargetAppName=Sample&attribute=system.ds.essbase&attribute=server.ds.myfdmsvr11&attribute=app.ds.Sample&attribute=database.ds.Basic&attribute=alias.ds.Default&sso_token=$$CSS-TOKEN$$&attribute=Product.id.$$Product-VALUE$$&attribute=Market.id.$$Market-VALUE$$&attribute=Year.id.$$Year-VALUE$$&attribute=Scenario.id.$$Scenario-VALUE$$&attribute=Accounts.id.$$Accounts-VALUE$$&rcp_version=1.5.0