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
superstore.html
New Column
"Discount" + "Quantity" + "Profit" as "broken sum"
Discount
Quantity
Profit
broken sum
The column should show the sum of all 3 of the selected column. Correct behavior can be seen by creating a new column with the following:
("Discount" + "Quantity") + "Profit" as "correct sum"
The sum presented is the sum of only the first two columns Discount + Quantity
The text was updated successfully, but these errors were encountered:
sc1f
Successfully merging a pull request may close this issue.
Bug Report
Steps to Reproduce:
superstore.html
, open the configNew Column
editor and enter:New Column
Discount
,Quantity
,Profit
,broken sum
Expected Result:
The column should show the sum of all 3 of the selected column.
Correct behavior can be seen by creating a new column with the following:
Actual Result:
The sum presented is the sum of only the first two columns
Discount
+Quantity
The text was updated successfully, but these errors were encountered: