We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The JSON bellow produces the issue. on changing "col1" text value, matrix total for the first column pickup the value from the question "col1".
{ elements: [ { type: "text", name: "col1", }, { type: "matrixdynamic", name: "matrix", rowCount: 1, columns: [ { name: "col1", cellType: "text" }, { name: "col2", cellType: "text", totalType: "sum" }, ] }, ] }
The text was updated successfully, but these errors were encountered:
If a matrix has a total row and a column has the same name as another…
cb2f14e
… question then a total cell renders this question value fixed #5965
0b12396
… question then a total cell renders this question value fixed #5965 (#5966)
andrewtelnov
Successfully merging a pull request may close this issue.
The JSON bellow produces the issue. on changing "col1" text value, matrix total for the first column pickup the value from the question "col1".
The text was updated successfully, but these errors were encountered: