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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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.

Labels (1)
1 Solution

Accepted Solutions
Nicole-Smith
MVP
MVP

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

View solution in original post

1 Reply
Nicole-Smith
MVP
MVP

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