Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to set the qlikview report fit to every screen resolution | not to use v/h scroll bars

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



2 Replies
Not applicable
Author

we are using qlikview version 8.2 and 8.5

Not applicable
Author

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