How can i sum data on seperately after filter type $, € etc.
How can i sum data on seperately after filter type $, € etc.
Hello,
I want to sum and write price column seperately to USD, EUR, TL.
Total EUR: xxx
Total USD: xxx
Total TL: xxx
my codes: https://jsfiddle.net/nesfica/63pLsgde/
Answers
You would use
footerCallback
for that, see example here. This is just adding up all the numbers, but for you, you can conditionally add for each currency,Colin