New expression: INDEXOF()

INDEXOF(item,list) : Returns the index value of item in list.

Example:

INDEXOF( “g” , LIST( “t” , “h” , “g” ) )

returns 3

Status Under Review
43 17 1,116
17 Comments
jaichith
Silver 4
Silver 4

@AleksiAlkio did your expression worked?

markclare1
Bronze 2
Bronze 2

Hello - a "WHERE" or "INDEXOF"  function seems like a no-brainer. This is basic for dealing with arrays (aka lists...)