Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

above function

Hi,

Pls help,

IdITD
12
24
36
43
51
67
75

my table look like this above and I want a result like this..

IdITDExpression
12-
242
364
436
516
676
757

what expression suits here..?I tried for =Above(Max(ITD)) but its not considering above previous values whether there is any other function apart from above..?

5 Replies
swuehl
MVP
MVP

You are using two dimensions, right?

Then you need to use the total qualifier, to get around the column segments:

=Above(TOTAL Max(ITD))

Not applicable
Author

Hi Thanks for your replyb but answer is not coming for the above expression.....

swuehl
MVP
MVP

Seems to work for me.

Please post a small sample that demonstrates your issue.

Not applicable
Author

Hi swuehl,

So I have a similar issue: I have two dimensions and a rangesum(above ...) expression. I use the TOTAL statement so that it takes care of the multiple dimension problem.

I get the pivot table to work as wanted and the figures are correct!

Now to my problem: I want to display the output in a line-chart, in fact convert the pivot to a line chart to rather disply it graphically as two lines plotted, one for each dimension (in my case plotted on time dimension, and the time dimension must be the first sorted dimension).

I do not get this to work ....... Do you have any suggestions??

Thank you!

David

Not applicable
Author

Hi sathiyanc,

Please see if the attached app resolves your issue.

Kind Regards,

Footsie