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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hari8088
Creator
Creator

Above function with 2 dimensions

Hi All,

I have a data like below......

 

monthratingactive
janA21
janB22
janC23
janD24
febA25
febB26
febC27
febD28
marA29
marB30
marC31
marD

32

Here each month having 4 type of ratings and their activities.

The out put which i required like below....

 

monthratingactiveOutputresult field
janA21
janB22
janC23
janD24
febA2521
febB2622
febC2723
febD2824
marA2925
marB3026
marC3127
marD3228

have been tried different type of functions with combination of above but not getting proper output.

Am attaching the qvw for the same.

Thanks in advance....

1 Solution

Accepted Solutions
hari8088
Creator
Creator
Author

Yes.....I got the solution .

aggr(if(RowNo()>1,Above(active)),rating,month)

if i use above expression in chart it is giving correct result i need.

View solution in original post

3 Replies
antoniotiman
Master III
Master III

See Attachment.

Regards,

Antonio

hari8088
Creator
Creator
Author

Hi Antonio,

Thanks for your solution.....It's working  fine but instead of back end is this possible in front end in terms of exprssion.

hari8088
Creator
Creator
Author

Yes.....I got the solution .

aggr(if(RowNo()>1,Above(active)),rating,month)

if i use above expression in chart it is giving correct result i need.