Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Calculated field in pivot table is used to create a new field with user-defined calculations. And, currently we can do simple arithmetic operations alone. But, this feature allows the user to do logical calculations by using conditional statement in the formula field of calculated field feature.
Example: if(x=0,0, (x-y)/x)