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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qvqfqlik
Creator
Creator

First minimum value

I need help with calculating first minimum Unit price for an Offer number within Same Division

eg below: In division 07, need to see any one of the Offer numbers with Minimum Unit Price

Minim1.JPG

1 Solution

Accepted Solutions
sunny_talwar

Instead of using OfferNo as a dimension, try an expression like this:

Dimension

ITEMNO

DIVISION

UNIT_PRICE

Expression

If(UNIT_PRICE = Min(TOTAL <ITEMNO, DIVISION> UNIT_PRICE), MinString(OFFERNO))

View solution in original post

3 Replies
sunny_talwar

There is 4 minimum Unit Price for Division 07... which OfferNo you want to see and where do you want to see this information?

qvqfqlik
Creator
Creator
Author

in the same chart I need the display the data

within a division, I need to display any one of record the Offer number that is having same minimum Unit price

for eg: for division 07 , any one of those offer numbers with minimum price, now that all offers in that division have same price, I need  to display on of those instead all the four offers numbers

This should happen for all the divisions.

sunny_talwar

Instead of using OfferNo as a dimension, try an expression like this:

Dimension

ITEMNO

DIVISION

UNIT_PRICE

Expression

If(UNIT_PRICE = Min(TOTAL <ITEMNO, DIVISION> UNIT_PRICE), MinString(OFFERNO))