Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Set Analysis

I have a line chart with one dimension (transDATE) and ten expressions. All of the expressions are the same except for one difference within the set analysis that is within the expression. (Example below)

=Min( {<capLEVEL={'200 Club Center'}>} transBASEPRICE)

What I would like to be able to do is to add another element to this expression I have another dimension called transBUYERTYPE. I would like to add into each expression an element that references this transBUYERTYPE (it would be equal to 'ADULT') I want to be able to tell the transBASEPRICE for the transBUYERTYPE of 'ADULT' on each transDATE.

Is this possible?

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

=Min( {<capLEVEL={'200 Club Center'}, transBUYERTYPE = {'ADULT'}>} transBASEPRICE)

View solution in original post

2 Replies
Not applicable

Hi Evan,

Are you trying to implement this?

=Min(

{<

capLEVEL={'200 Club Center'},

transBUYERTYPE={'ADULT'}

>}

transBASEPRICE)

sunny_talwar

May be like this:

=Min( {<capLEVEL={'200 Club Center'}, transBUYERTYPE = {'ADULT'}>} transBASEPRICE)