Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
sonikajain
Partner - Contributor
Partner - Contributor

size of window in qlikview application

Hi,

I need to open a QVW A from a another QVW B such that the called QVW A only comes as a pop up screen, please suggest how can I achieve the resize of qvw window through doc chaining or URL.

Thanks

3 Replies
Not applicable

Hi,

Take a look at this. Perhaps, it might help.

Regards,

-Khaled.

sonikajain
Partner - Contributor
Partner - Contributor
Author

thanks, I am not able to find out how to set the window size to less than max..I want the second scrren to come as a pop up only..so size should be small...

Not applicable

Hi,

You can create a standalone batch file with something like this:

C:\Users\Developer\Desktop\Test.qvw RUN "mode con:cols=40 lines=40"

as the contents. Run the batch file, and the application will open resized to the parameters specified in cols=x and lines=y

You can also trigger the launch of this batch file from QlikView, using Action-Launch trigger. But, I'm yet to figure out a way to make these resizing parameters work from inside the QVW.

Optionally, if you want to create a windows shortcut which resizes the windows of the file being opened, type the following as location while creating the shortcut)

C:\Users\Developer\Desktop\Test.qvw RUN "mode con:cols=40 lines=40"

Hope it helps.

Regards,

-Khaled.