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

Disable thumbnails and options in "Sort By"

Hi,

Is it possible to disable some options from the "Sort By" Drop Down List and also disable Thumbnail view?

Please suggest.

Thanks

Sangram

4 Replies
vgutkovsky
Master II
Master II

To disable Thumbnail view, open the file C:\Program Files\QlikView\Web\QvAccessPoint.js. Replace line 122, which should read

var view = node.getAttribute("view");
with this:
var view = "Details";
Save and close the file.

Then open index.htm from the same folder. Delete line 60, which should read

<td><span avq=".View_text">View</span>: <select avq="edit:.View"></select></td>
Save and close the file.

This will default to Detailed View and disable the drop-down to select Thumbnails.

I'm not sure how to disable options from the Sort By drop-down--this actually has me stumped as well. I have a forum post about this (http://community.qlik.com/forums/t/24495.aspx), but nobody has reponded yet...

Not applicable
Author

Thanks Vlad,

The Thumbnail worked. I am trying to see if get any success on the Sorting options. If i get any direction, i will let you know.

Regards

Sangram

pjtaylor
Contributor II
Contributor II

Hi Sangram,

Did you have any luck with setting the Sorting options?

Regards,

Paul

Anonymous
Not applicable
Author

Just checking to see if anyone has figured out how to set the "Sort by" value?