The tokenname( function returns the name of a field or variable (instead of the value contained in the field or variables).
Parameters
This function has one parameter:value1 – The name of the field or variable (may be quoted).
Description
This function returns the name of a field or variable (instead of the value contained in the field or variables). It is used by ProVUE in certain custom functions, for example lineitemarray(.
tokenname(Address) ☞ Address
tokenname("City") ☞ City
tokenname(«P/E Ratio») ☞ P/E Ratio
History
Version | Status | Notes |
10.0 | New | New in this version. |