tCell.html('<b>' + result.toFixed(1) + '</b>');[/code
It worked
One more question
It seems that no one is moderating the “Reports” forum thread, maybe you will answer my question in that thread?
kknm wrote:Why is this not observed in other columns?
Well, nuBuilde just trims off the additional decimal places. It could be that the mathematically rounded result is identical to the truncated result in the other columns.
I will definitely try your recommendations.
I want to clarify - can I take out browse_total_rows.js in a separate procedure to access it from different forms?
1. Create a new folder (e.g.) /libs in the root directory of nuBuilder and place the browse_total_rows.js file there.
2. Include the file in the header field. (Setup -> Header)
var s = Number('0.'+ d).toFixed(F.places).slice(2);
I did not do exhaustive testing, but it seemed to work. I.e. the rounding is correct now.
(You have to log in again after the change)
I tried this with the original browse_total_rows, but that didn't work.
Then I tried this with the correct browse_total_rows, it works correctly,although, it seems, without nuformclass.js it was correct.
Yes, the original script now works correctly. I remember exactly that I was leaving nubuilder.
It seems that only after turning off the computer did it work.