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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Set Analysis

I have an expression, =NUM(min(transBASEPRICE),'$#,###.') that I would like to include another variable to. I want to know the 'transBASEPRICE' when the 'transBUYERTYPE' is ADULT.

What would the correct syntax be for that.

Thank you.

1 Solution

Accepted Solutions
Nicole-Smith

=NUM(min({<transBUYERTYPE={ADULT}>}transBASEPRICE),'$#,###.')

View solution in original post

1 Reply
Nicole-Smith

=NUM(min({<transBUYERTYPE={ADULT}>}transBASEPRICE),'$#,###.')