Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

How to hide controls for reports built using cubes ?

Avatar

Level 3

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 ?

 

AnushkaRajan_0-1578891102657.png

 

Thanks & Regards,

Anushka

 

1 Accepted Solution

Avatar

Correct answer by
Level 3

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

View solution in original post

3 Replies

Avatar

Community Advisor

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

Avatar

Level 3

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

Avatar

Correct answer by
Level 3

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