Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
naveenchellaara
Contributor III
Contributor III

Changing Default Colours in Qlikview Server

Hi

Is it possible to change the default colours in the reports deployed in qlikview server?

The current selections are highlighted in green. But as per my requirements i want to change it to blue. I am able to achieve it in my QV Desktop using macros, but when the same report is uploaded in the server, it is not working.

This is the macro i am using

Sub ChangeCol

set up = ActiveDocument.GetApplication.GetUserPreferences

up.CustomSelBgColor(1).PrimaryCol.Col = RGB (168,211,255)

up.CustomSelBgColor(2).PrimaryCol.Col = RGB (255,255,255)

up.CustomSelBgColor(5).PrimaryCol.Col = RGB (125,125,125)

ActiveDocument.GetApplication.SetUserPreferences up

End Sub

Capture.JPG

Thanks and Regards

Naveenchellaaraam.D

3 Replies
danielrozental
Master II
Master II

You could try a document extension. http://community.qlik.com/docs/DOC-3140

Of course, that will only work in Ajax.

To be honest with you this seems like there is too little to gain and too much work to get there so I will kindly suggest your users to accept the default colors.

naveenchellaara
Contributor III
Contributor III
Author

Thanks Daniel,

Will try to confirm if it is ok with the user. Thanks a lot for the reply..

Regards

Naveenchellaaraam.D

novolouy
Contributor III
Contributor III

Hi,  Sorry to revive this old post, but i am having the same exact issue.

I have the same macro and it works perfect on the Desktop version.

But when it is uploaded to the server it does not work.

Any ideas how to make this work when the report is on the server?

Thank you!