You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function Definition can be added to 'group' functions together to make it easier to write expressions with a lot of redundant function calls
Resolves#59
We had the following expression
and wanted to simplify the whole
formvalue(logicalName())[idx()]['cvr']
into acurrentCellValue
function and coded this up:however it bascially could have been automated in the framework to do Function expression Definitions:
or
The text was updated successfully, but these errors were encountered: