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

qShowTotalsAbove bug in extensions?

Hello qlikers

I'm developing an extension that has a hypercube set to Pivot mode.

The problem I'm having is that if I set the hypercube's qShowTotalsAbove property to true, like this:

master_t_0-1639045291468.png

 

what happens is that in the returned data, the first (and only the first) element of the hypercube's qLeft array loses its text property, as shown in this screenshot:

master_t_1-1639045471918.png

So basically, I cannot know the contents of the first row group.

This does NOT happen if I set qShowTotalsAbove to false, as you can see here:

master_t_0-1639045746917.png

 

Is this a bug? Or could I be doing something wrong?

Labels (3)
1 Solution

Accepted Solutions
master_t
Partner - Creator II
Partner - Creator II
Author

Ok, turns out this was a bug in a piece of code in my extension... sorry for wasting your time.

View solution in original post

1 Reply
master_t
Partner - Creator II
Partner - Creator II
Author

Ok, turns out this was a bug in a piece of code in my extension... sorry for wasting your time.