mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Update documentation of CURRENT_CONVERSION function
Summary: As requested by Anais in https://github.com/dsagal/grist-help/pull/132 Test Plan: Only a change to doc-comment (from which help docs are built). Reviewers: alexmojaki Reviewed By: alexmojaki Differential Revision: https://phab.getgrist.com/D3267
This commit is contained in:
parent
c0ca936c1e
commit
3136077636
@ -502,8 +502,8 @@ def N(value):
|
||||
|
||||
def CURRENT_CONVERSION(rec):
|
||||
"""
|
||||
Special function used only when changing the type of a column.
|
||||
Doesn't work in normal formulas.
|
||||
Internal function used by Grist during column type conversions. Not available for use in
|
||||
formulas.
|
||||
"""
|
||||
return rec.gristHelper_Converted
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user