Show TOC Start of Content Area

Background documentation Count  Locate the document in its SAP Library structure

 

Description

Returns the number of values in a multi-valued field or attribute

Syntax

COUNT(m1)

      m1: a value, typically an aggregate or multi-value

Example

COUNT(Contacts.Phone)      ® number of phone numbers

 

End of Content Area