Need a special offer?Find out if your project fits.
+

How to make this information invisible in the table "Infinity"

Answered
Jean Pierre Septfons asked on December 9, 2020

Hi ,
How to make this information invisible "Infinity" in the attached table
Thanks for your help 
Jean Pierre 
 

1 answer

Public
Vera Didenko Vera Didenko Flexmonster December 9, 2020

Hello, Jean Pierre,
 
Thank you for your question. 
 
The "Infinity" label can be customized with number formatting.
This can be achieved by setting infinityValue: "" and divideByZeroValue: "", for example: 

var pivot = new Flexmonster({
...
report: {

dataSource: {...},

formats: [
{
name: "",
infinityValue: "",
divideByZeroValue: ""
}
],

slice: {...}
}
});

For more details please see our number formatting tutorial.
 
Please let us know if this helps.
Looking forward to your reply.
 
Kind regards, 
Vera

Please login or Register to Submit Answer