Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mauricebaetge
Partner - Contributor II
Partner - Contributor II

Scrollbar isn't displayed

Hello,

I have built an extension as a "Pivot-Table".

The lines are created bit by bit and rendered as HTML code.

The problem is that no scrollbar (y-axis) is displayed.

Do you know how I can display them?

Thanks in advance,

Maurice

1 Solution

Accepted Solutions
mauricebaetge
Partner - Contributor II
Partner - Contributor II
Author

Hello,

I solved the problem.

I thought the scrollbar was provided by Qlik Sense. But you have to initialize them yourself.

Thanks to all

Maurice

View solution in original post

6 Replies
nicu1996
Contributor III
Contributor III

I think that you need to specify the height of the html element.
Example:
<div style="height: 100%;">

     your pivot table

</div>

isingh30
Specialist
Specialist

Please share your data.

Thanks.

mauricebaetge
Partner - Contributor II
Partner - Contributor II
Author

Hello Ishtdeep Singh,

I created an example. The basic structure of my main program is similar.

You can simply insert any data source.

Dimensions and Measurs are not required.

Best regards

Maurice

mauricebaetge
Partner - Contributor II
Partner - Contributor II
Author

Hello Amarinei Neculai,

I've tried it. Unfortunately, it doesn't work.

Best regards

Maurice

mauricebaetge
Partner - Contributor II
Partner - Contributor II
Author

Hello,

do I have to integrate the scrollbar myself?

Cause I thought Qlik Sense did it automatically.

Thanks in advance,

Maurice

mauricebaetge
Partner - Contributor II
Partner - Contributor II
Author

Hello,

I solved the problem.

I thought the scrollbar was provided by Qlik Sense. But you have to initialize them yourself.

Thanks to all

Maurice