DPL StudioDPL Studio GuideAppendix B: Supported FunctionsStatistical FunctionsCountOn this pageCountCount Function Returns the number of numerical values contained in the input vector. Syntax Count(vector Column) Arguments ArgumentDescriptionvector ColumnAny series of numerical values Examples: Count([FusionTestTable.DoubleColumn]) Returns the number of values in the given column.