Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
parkarakshada
Partner - Contributor II
Partner - Contributor II

Can I freeze multibox, TextBox in qlikview?

When page having multiple charts and length of the page is longer than the screen, can we freeze top part of the page containing filters for the same page? so that charts can scroll and filters remain constant.

1 Solution

Accepted Solutions
balabhaskarqlik

There is no native option in QV to do this kind of freezing. The best recommendation I can give you is to design your sheets so no scrolling is required. Some techniques that will help there are using containers, auto minimize and multiple sheets.

However, still want to achieve write a document extension to achive this, it will require some coding and also incur a bit more maintenance on your application.

Somebody started that, but still not finished. (:

https://github.com/a246530/stickyNavQlik

View solution in original post

1 Reply
balabhaskarqlik

There is no native option in QV to do this kind of freezing. The best recommendation I can give you is to design your sheets so no scrolling is required. Some techniques that will help there are using containers, auto minimize and multiple sheets.

However, still want to achieve write a document extension to achive this, it will require some coding and also incur a bit more maintenance on your application.

Somebody started that, but still not finished. (:

https://github.com/a246530/stickyNavQlik