注意: | このトピックは、Oracle General Ledgerに適用されません。 |
テキスト・ラベルのダッシュボード・グラフィック・オブジェクトを作成し、次の例のようなスクリプトを「プロパティ」ダイアログのオブジェクト・タイトルに追加します。
Financial Reportingレポートを起動する場合:
@HTML(<script> function newtabFR() {top.gModuleManager.launchRelatedContentUri(top.location.href + "?module=wksp.relatedcontent&repository_path=/<encoded path to repository object>&showViewPane=false");}</script><span id="idnameFR" onClick="newtabFR()" style="cursor:pointer"><title text></span>)
Financial Managementアプリケーションを起動する場合:
@HTML(<script> function newtabHFM() {top.gModuleManager.launchRelatedContentUri(top.location.href + "?module=hfm.appcontainer&sourceApp=<hfm app>&cluster=<clustername>");} </script> <span id="idnamehfm" onClick="newtabHFM()" style="cursor:pointer"><title text></span>)
Planningアプリケーションを起動する場合:
@HTML(<script> function newtabPlan() {top.gModuleManager.launchRelatedContentUri(top.location.href + "?module=HyperionPlanning.planning&sourceApp=<Planning application name>");} </script><span id="idnameplan" onClick="newtabPlan()" style="cursor:pointer"><title text></span>)
URIを起動する場合:
@HTML(<script> function newtabURI() {top.gModuleManager.launchUri(<"valid URL">);} </script><span id ="idnameuri" onClick="newtabURI()" style="cursor:pointer"><title text></span>)
注意: | top.location.hrefはhttp://server:port/contextです |
これらのURLは、Interactive Reportingダッシュボード用です。サポートされているURLのその他の例は、EPM WorkspaceによってサポートされるURLを参照してください。