Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default Category in AccessPoint

I have QlikView Server 10 SR3.

How to make a category I hace created as the defaut category in AccessPoint? What I want is whrn users goes to the application, they see this category selected already, even the 1st time they login.

2 Replies
bnichol
Specialist
Specialist

Replace the following line in C:\Program Files\QlikView\Web\QvAccessPoint.js

     var category = elems.getAttribute("category") || '';

with this...

     var category = "Your Category goes Here";

This will now be the default for all users.

Good luck,

B

Not applicable
Author

Thanks for replying. I tried that before but It does not work.