Hi
I have divided two fields using below script
return doc['StatusOpen'].value/doc['StatusSent'].value
for this result should be 2/31 = 0.06451 = 6.451% but it's giving 0 %
As I have format as percentage and Numeral.js format pattern as 0,0.[000]%
May I know where I went wrong.