Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to disable some options from the "Sort By" Drop Down List and also disable Thumbnail view?
Please suggest.
Thanks
Sangram
To disable Thumbnail view, open the file C:\Program Files\QlikView\Web\QvAccessPoint.js. Replace line 122, which should read
with this:var view = node.getAttribute("view");
Save and close the file.var view = "Details";
Then open index.htm from the same folder. Delete line 60, which should read
Save and close the file.<td><span avq=".View_text">View</span>: <select avq="edit:.View"></select></td>
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...
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
Hi Sangram,
Did you have any luck with setting the Sorting options?
Regards,
Paul
Just checking to see if anyone has figured out how to set the "Sort by" value?