Filter: gk/gravitymath/scope/form/transform-meta-value
Modify the SQL statement to transform the meta value. Default: cast to decimal.
Parameters
| Name | Type | Description |
|---|---|---|
| $transformation | string | SQL statement to transform the meta value. |
| $field | null|\GF_Field | Gravity Forms field object or 'null'. |
| $table | string | Table name or alias. Default: 'details' (alias for the entry meta table). |
| $column | string | Column name. Default: 'meta_value'. |
Since
Source
Defined in includes/class-gravitymath-gravityforms.php at line 810