How to hide controls for reports built using cubes ? | Community
Skip to main content
AnushkaRajan
Level 2
January 13, 2020
Solved

How to hide controls for reports built using cubes ?

  • January 13, 2020
  • 2 replies
  • 4486 views

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

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 replies

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
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
AnushkaRajanAuthorAccepted solution
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