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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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),'$#,###.')