Actions
Bug #1457
openSummarize Tool State issue
Description
See I just select the group by earlier but change it with count of sum but see still i did not get the correct results so need to fix that issue.
Files
Updated by ALi RAZA 4 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
I've fixed an issue in the Summarize workflow where a previously selected “Group By” field could still be sent in the request even after the user changed that field to a different operation (like Sum).As a result, the system could apply grouping when it was no longer intended, which could lead to confusing or incorrect summarized output.
This has now been corrected so that grouping is only included when a field is currently set to “Group By.”
If a user changes or removes that selection, the request now updates correctly and no stale grouping is sent.
Actions