If you are using FDM for drill through, and you deploy FDM using a non-standard context path, users cannot drill through to FDM in data forms.
Specify the new FDM path in a Planning application property. The context path is the part of the URL that accesses the deployed Web application. For example, in this URL, HyperionFDM is the context path: http://host:port/HyperionFDM/AuthorizedPages/. If you are using the standard context path of HyperionFDM, you do not need to add or change this property.
To resolve FDM drill-through issues if FDM is deployed to a non-standard context path:
In the Planning application, select Administration, then Manage Properties.
Click Add, and enter this property name (avoid using spaces):
ADD_HSP_RATES_DTURL_PATTERN
The value for this property is a regular expression enclosed by slashes and asterisks: /* */. For example, the default value for FDM is /*HyperionFDM*/. To specify a different context path, substitute the new information for HyperionFDM.
In the blank row, enter the new context path for Oracle Hyperion Financial Data Quality Management, Fusion Edition, enclosed by a forward slash and asterisk /* */, as in this hypothetical example:
/*NewPath*/