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
I might be necessary to access the value of a previous matrix row in expressions. For instance, to copy the previous row value to the current row. However, the {matrixName[{rowIndex} - 1].colName} expression doesn't work and it is necessary to create a custom function to handle this task.
The text was updated successfully, but these errors were encountered:
T21052 - rowIndex cannot be passed to get matrix row value
https://surveyjs.answerdesk.io/internal/ticket/details/T21052
I might be necessary to access the value of a previous matrix row in expressions. For instance, to copy the previous row value to the current row. However, the
{matrixName[{rowIndex} - 1].colName}
expression doesn't work and it is necessary to create a custom function to handle this task.The text was updated successfully, but these errors were encountered: