Removing the Comma from the numbers while using Card Widgetplease follow these simple steps:
Step 1: – First you need to select the metadata and create a report as per your need and select the numbers column which is having (,) comma values
Step 2: – Now you have to apply the JS script as per given in snapshot:-
hi_container.set("postExecution",function(c){ var widgetText = $("#widget-value")[0].innerHTML widgetText = widgetText.replace(/,/g, ''); console.log(widgetText); $("#widget-value")[0].innerHTML = widgetText });
Thank You
Shrestha Shil
Helical IT Solutions
Subscribe
Login
0 Comments