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: 
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),'$#,###.')