Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
We are showing qlikview reports in an iframe in .net application. Problem is it's showing vertical and horizontal scroll bars. we need to remove that and qlikview report should fit to the resolution of the user screen .
Following is the macro code i tried on post reload ( with setting the horizontal scroll bar, vertical scroll bar checkbox unchecked, resize window to document option checked in user preferences) but it didn't worked.
sub afterload
ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
end sub
and following is the iframe used to open a qlikview report in .net application:
<pre>
<iframe frameborder="0" height="625" src="opendoc.htm?document=Dashboards/Sales.qvw"
width="100%" style="TEXT-DECORATION: none;"></iframe>
Any Help !!!!
Thanks
Preena
we are using qlikview version 8.2 and 8.5
With this macro is possible the user to leave the screen always proportional to the application, the problem is that the version 9. . . applications that are in the Scheduled and have this macro they are 'with the zoom' on the screen of AccessPoint, have any idea how to solve this little problem?
Thank you.
_______________________________________________________________________________________________________________________
before loading and after loading in QlikView AccessPoint