Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
This is my view:
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;
Another idea that ot everyone know is to use the button "Shift" + Scroll Wheel to navigate horizontally