Hi, I like to format pivotField Numbers(dataField) with custom formating like:
style.setCustom("#,##0000") -> pivotField.setCustom(“R$ #.##,0000”)
but reading the java api reference and implementing the code, i see that only the setNumber method it´s avaliable…
There´s a way of use custom format on pivot dataFields?
Thanks.