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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Moritz1
Contributor
Contributor

Upload Multiple Data Tables

In my import view of Qlik Sense Web, the area where the table fields are displayed appears to be too small, making it difficult to navigate and select the fields. The scroll bar for the table fields is horizontal, which means you can only see a very limited number of fields at a time. This makes it very difficult to recognize, select or adjust fields. 

On the left side you should see the various tables. But these aren't even scrollable so I cannot select one.

Also tried different bowsers. Also tried to open the html. file, but when I change the size of the borders, the box appears to be empty

This is how it should be:

Screenshot 2024-11-20 174044.png

This is my view:

Screenshot 2024-11-20 173932.png

Labels (1)
2 Replies
diegozecchini
Specialist
Specialist

Hi!
obviously a way is to move the application to a higher-resolution monitor or adjust your screen resolution, if you can't you can try:

To use the zoom-out function (Ctrl + - on Windows or Cmd + - on Mac) in your browser to reduce the size of the interface and display more content at once.

Or to use developer tools to modify interface:

-Open your browser's developer tools (usually F12 or Ctrl + Shift + I).
-Locate the element representing the table view or scroll container using the element inspector.
-Try adjusting the width or height CSS properties to allow more content to display:
css
width: 100%;
height: auto;
overflow-y: scroll;

diegozecchini
Specialist
Specialist

Another idea that ot everyone know is to use the button "Shift" + Scroll Wheel to navigate horizontally