getting the minimum value of a field

in a report i want to display the minimum value of the quantity…eg if item1 has 3 values and item2 has 2 values meaning

item1 = 45

item1 = 10

item1 = 30 i

tem2 = 9

item2 = 56

i want the report to display that item1 = 10 and item2 = 9

Hi,

Welcome to the Dynamics User Group!

This depends on the context… you can code for this or use a flowfield with MIN in the calcformula

Can you expand on the background.