Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a case where some of my Qlik Sense pivot tables:
While this is happening the scroll bars are reset themselves to their starting positions if you try to use them.
In one case I can reproduce this when I make use of a column dynamic dimension using aggr (AR aging example):
=aggr(
class(
$(vMaxTotalPeriod) - min({<[Month End Date]={"<=$(vMaxMonthEndDate)"}>} [Period Number]),
1,
'Month'
),
[Company Number], [Document Number]
)
If I replace the above with a normal static column dimension then there is no automatic recalculation and no column resizing/jiggling.
In other cases there is automatic column resizing/jiggling occurs even when there isn't a dynamic dimension involved. In these cases it is usually when the pivot table grows quite wide due to dimensions' visibility being toggled through the use of the "Show column if" dimension property.
This occurs on both Chrome and Internet Explorer 11.
Has anyone else encountered something like this?
Maybe I should do a screen capture to better explain the behavior.