HYBRIDANALYSISON

Enables Essbase to interpret Report Writer commands in the context of a Hybrid Analysis relational source.

Syntax

<HYBRIDANALYSISON

Notes

Example

Assume that some members of the Product dimension are present in a Hybrid Analysis relational source and that no members of Scenario and Market are present in the Hybrid Analysis relational source. When the following report script is run, Hybrid Analysis members in the Product dimension are returned.

<DESC "Scenario"
<HYBRIDANALYSISON
<DESC "Product"
<DESC "Market"

Assume that 100-10-1 is present in the Hybrid Analysis relational source. The following report script produces an error because 100-10-1 does not exist in the Essbase outline. If <HYBRIDANALYSISON were specified, 100-10-1 would be recognized in the report.

<DESC "Scenario"
<DESC "100-10-1"
<DESC "Market"

See Also