PUNCH_ACTION
Returns an attribute of the related punch action (e.g. Description = "IN", "OUT", "Start lunch", "End lunch"..). This is simply a shortcut to calling the FIND() function.
Example Usage
PUNCH_ACTION("Description") - > "IN" or "OUT" ..
Overview
Function signature
PUNCH_ACTION(column)
Category
Logical
Return data type
string
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
column | string | The column to return from the punchactions store |