Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Any table I create in my document have a scroll problem: when I scroll down it automatically scrolls back up upon releasing the mouse. The 'Preserve scroll position' option doesn't help.
Thanks,
Mat
That's very strange. I've never seen or heard of that problem. Uh... have you tried rebooting?
Hi,
I appear to be experiencing the same issue. Mat are you able to confirm which version of Qlikview you are using, etc so as we can see if we are using similar versions or similar machines?
I'm using:
QV 10 IR 64 Bit
Windows 7 64 Bit
Core i5 660
4GB Ram
I'm experiencing the issue on a straight table chart and List box; is that the same as you? It's quite annoying as I have hyperlinks in the table and as it jumps back so quickly it's impossible to click them. It appears to be resolved for a short period after a restart and then starts occurring again.
Thanks
Hi,
After looking around I found that it was due to the use of 'now()' within the document. I've replaced this with now(2) so that it uses the document open time as opposed to the current time which is re-evaluated all the time. I hope that this helps someone else having a similar issue as it has resolved it in my case.
Thanks
Dan