cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
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.widget.oid + '"]').find('span:contains("Grand Total")').text("YTD");
})
If there is only one row you can use the following script:
widget.on('ready',function(e, args){

$('.p-grand-total-row-head').find('span:contains("Name of Value")').text("Grand Total");

})
Comments
zohebakber
9 - Travel Pro
9 - Travel Pro

This is not working

Version history
Last update:
‎03-02-2023 09:15 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: