
Partner - Creator II
2013-08-23
04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get minimum values from a data set and display in straight table
Hi,
Pls chk my attached xcl sheet. There i have prices to destination to origin with different suppliers.
So what i need to get is the minimum origins supplier wise.
exp 1 - =min({<Supplier={'A'}>}PRICE)
exp 2 = =min({<Supplier={'B'}>}PRICE)
and i have used destination as dimension.
i have use below expression and i can get the prise for it, but i can't include associated origin in that chart.
Plz help.
- Tags:
- new_to_qlikview
720 Views
1 Solution
Accepted Solutions

Not applicable
2013-08-23
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
640 Views
3 Replies


Employee
2013-08-23
04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
can you try FirstSortedValue(Origin, Prise) ?
Regards,
Brice

Not applicable
2013-08-23
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
See the attachment.
641 Views

Partner - Creator II
2013-08-23
05:00 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks all.
That one solve my problem.
Thank you very much
640 Views
