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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculated Dimension

Hello,

I have a MaxString expression with set analysis as an expression. I was wondering what I would have to do to make this a calculated demension. Here generally what the expression looks like.

MaxString({$<SalesYear={"2013"}>} SalesOpStatus)

Any help would be greatly appreciated.

Thanks!

Jeff

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You probably want the MaxString grouped by one or more dimensions? Then you need advanced aggregation:

=aggr( MaxString({$<SalesYear={"2013"}>} SalesOpStatus), DIMENSION)

View solution in original post

1 Reply
swuehl
MVP
MVP

You probably want the MaxString grouped by one or more dimensions? Then you need advanced aggregation:

=aggr( MaxString({$<SalesYear={"2013"}>} SalesOpStatus), DIMENSION)