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 답변들
  • 4486 조회

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