Skip to content

Commit

Permalink
fix: Show Totals error with sort and group by together
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 committed Mar 8, 2022
1 parent c75f233 commit 6687141
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ const buildQuery: BuildQuery<TableChartFormData> = (
row_limit: 0,
row_offset: 0,
post_processing: [],
order_desc: undefined, // we don't need orderby stuff here,
orderby: undefined, // because this query will be used for get total aggregation.
});
}

Expand Down

0 comments on commit 6687141

Please sign in to comment.