Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
I think that you need to specify the height of the html element.
Example:
<div style="height: 100%;">
your pivot table
</div>
Please share your data.
Thanks.
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
Hello Amarinei Neculai,
I've tried it. Unfortunately, it doesn't work.
Best regards
Maurice
Hello,
do I have to integrate the scrollbar myself?
Cause I thought Qlik Sense did it automatically.
Thanks in advance,
Maurice
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