Hi Flexmonster Support,
I'm encountering an issue with column summarization in Flexmonster. You can reproduce it using this JSFiddle:
🔗 https://jsfiddle.net/ezLvpfsy/2/
Issue Description:
It is evident that the summarization of columns is being incorrectly calculated by multiplying the sums of other columns instead of aggregating the individual cell values within the given column. This leads to misleading results.
Column summarization should be based purely on aggregating the data in that specific column — not derived from formulas or relationships between other summarized values.
Could you please clarify if this is expected behavior or a bug, and suggest a solution or workaround?
Best regards,
Sorry we realize now that the
individual: true
property solves this problem
Hello, Gergely!
Thank you for reaching out to us.
You are right, the individual
property is our recommended solution for the described case.
Please note that this property is available only for JSON/CSV data sources.
Feel free to reach out to us in case of any other questions.
Kind regards,
Solomiia