Knowledge Base Article

Add A Plus Sign To Indicator Value

The simple script below will allow you to add a plus sign to the primary Indicator Value: widget.on('processresult', function(w, args) { var data = args.result.value.data; if(data > 0) { args...
Updated 03-02-2023