Description:
A JSON-style record style.
Syntax:
{Fi:…,…}
Note:
The record constant is in JSON style. It can be used in both a constant cell or a parameter. The expression will be computed when it is located in a larger computing expression, and it will be identified as a string when used as a constant. In the latter case, only the basic simple data types will be identified.
Parameter:
Fi |
Column name in a record |
Return value:
A record
Example:
Define a cellset parameter:
|
A |
|
1 |
=arg1 |
Return result as follows:
|
2 |
{name:Jone,score:435} |
Return result as follows:
|