Min aggregate returns the minimum value in a specified column.
Null values are not considered when Microsoft Dynamics CRM computes the minimum of data. However, zero (0) is used.
The following FetchXML shows how to get the maximum value from estimated column of opportunity entity.
Explanation
To get minimum value from a column set:- Set aggregate to true in fetch node.
- Set aggregate to min in aggregate attribute.
No comments:
Post a Comment