GetMember Function

  • Updated

Returns the first member that matches the filter criteria.

Syntax

 

Returns the first member that matches the filter criteria.

 

GetMember(collection, filter)

 

 

Arguments:

 

 

 

collection

Collection - A collection.

 

 

filter

FilterExpression - A filter expression.

Remarks

  • Example: GetMember(LineItems, Quantity > 10) returns {Record::1}\LineItems[7].

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.