Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jduarte12
Partner - Creator II
Partner - Creator II

Qlikview Server - How to remove AJAX toolbar and color background?

Good afternoon,

We are using QlikView Server 11 on Windows Server 2008 R2. As a development of our project, it is wanted that our dashboards don't present the AJAX toolbar when they are accessed via Internet Explorer or Google Chrome. It is also required that the dashboard background is white instead of the light grey thar appears by default.

Concerning that, I have read some topics on 'how to hide AJAX toolbar' or 'how to change the background color' and then some problems arise.

1- About hiding the AJAX toolbar, there are two options: on one hand by using the nobar.qar extension or, on the other hand, by modifying the opendoc.htm file in the \Qlikview\Server\Qlikview Clients\Qlikview Ajax folder. However, I installed the referred document extension but nothing changed. I also tried changing the opendoc.htm file by inserting

<style>

.QvToolbar

{

display:none;

}

</style>

between the head and body of the htm file, as I read in a QlikCommunity discussion.

The problem is that in the end none of those solutions produced the intended result: not having the AJAX toolbar in the web view of the dashboard.

I appreciate your help on realizing if either I had done something wrong or missed some step.

2- In order to change the dashboard's background color from light grey to white, it was recommended that the default.css file was modified. Thus, I would like to understand which changes should I make in the default.css.

I hope you can help with these two issues.

Thank you in advance,

João Duarte

Labels (1)
10 Replies
jduarte12
Partner - Creator II
Partner - Creator II
Author

Hello,

I don't know exactly the explanation, but today, as I accessed our online dashboards, the toolbar had finally disappeared.

@ Bill: your help was very important; thank you so much! In fact, I did as you explained and that came to work. I only don't understand why has the bar disappeared today, as I proceeded to the modifications two days ago, apparently without success.

Once again, thank you.

Best regards,

João Duarte