Knowledge Base Article

Change The "Grand Total" Label In A Pivot

The following script can change the label widget.on('ready',function(e, args){ $('[id="' + args.widget.oid + '"]').find('span:contains("Grand Total")').text("YTD"); $('widget[oid="' + args....
Updated 03-02-2023