countin

0     0     Edited Sep 1, 2015
Usage:
[number] ycountin( [vector]x, [scalar]value1 [, [scalar]value2, ...] )

Returns the count of elements in [vector]x that equal any one of the input value(s) value1 ... valueN.

NOTE: [PERFORMS TABLE SCAN]

Examples:
countin(Q1, 1)
countin(Q1, 7, 8, 9)

See Also:
countinrange, pctin, pctinrange

Leave a Comment

Please sign in to leave a comment.