How to hide controls for reports built using cubes ? | Adobe Higher Education
Skip to main content
AnushkaRajan
Level 2
January 13, 2020
解決済み

How to hide controls for reports built using cubes ?

  • January 13, 2020
  • 2 の返信
  • 4498 ビュー

Hi Team,

 

I have designed a report using cubes. I would like to know if we could hide the controls (Highlighted part in the screenshot below) from the user ?

 

 

Thanks & Regards,

Anushka

 

このトピックへの返信は締め切られました。
ベストアンサー AnushkaRajan

Hi,

 

I would like to share a way out to resolve this issue:

1. Create a copy of the Dynamic Javascript page "xtk:adHocReport.jssp"

2. Hide the division that displays the navigation bar

3. Use the modified .jssp in your report url

for eg: https://<server_url>/<modified_namespace>/<modified_adHocReport.jssp>?reportId=<report_id> 

 

Regards,

Anushka

2 の返信

Milan_Vucetic
Level 9
January 15, 2020

Hi Anushka,

you are not able to remove it while you are in the rich client.
If you export report, you will have clean document without console header.

Regards,

Milan

AnushkaRajan
AnushkaRajan作成者
Level 2
January 16, 2020

Hi Milan,

 

Thank you for your response.

I don't mind being able to view the console header in the rich client. I would like to hide it while viewing the report at the web browser end.

 

Regards,

Anushka

AnushkaRajan
AnushkaRajan作成者回答
Level 2
April 17, 2020

Hi,

 

I would like to share a way out to resolve this issue:

1. Create a copy of the Dynamic Javascript page "xtk:adHocReport.jssp"

2. Hide the division that displays the navigation bar

3. Use the modified .jssp in your report url

for eg: https://<server_url>/<modified_namespace>/<modified_adHocReport.jssp>?reportId=<report_id> 

 

Regards,

Anushka