This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Get Lookup Table Value
Description
This functor retrieves a value from a lookup table at a specified key.
Inputs
| Name | Type | Description |
|---|---|---|
| Lookup table | Lookup table Type | Any lookup table. |
| Key | Real Value Type | Row key. |
Optional Inputs
| Name | Type | Description | Default Value |
|---|---|---|---|
| Value If Not Found | Real Value Type | Value returned in case the key is not found. | 0.0 |
Outputs
| Name | Type | Description |
|---|---|---|
| Cell Value | Real Value Type | Extracted value. |
Group
Notes
Internal Name
GetLookupTableValue