Hi,
After generating the pivot table some of the cells are showing empty ( better to show 0). How to show them zero without showing empty cells.
Hi,
try to apply “format” method:
values: [{name:"gdp", operation:"sum", format: function(value){
return value||0;
}}]
Thanks Maria,
It seems that for some cases its not working. It would have been better If I could send a screenshot. How can I send a mail to you with some screen shot?
You can send private message and share the screenshot via online tools (screencast, imgur).
How to send private message? I already have the screenshot.
Click on the name of recipient (Maria), find the Message button in the top right corner.