Hi
Is there a 1000 separator options for text inside the donut. Namely based on this option:
select 'dbr.chart.options', 'donut.text', v_total;
Where v_total is calculated from a query:
select SUM(xcount)
into v_total
FROM db.table_name
So effectively we are using a dynamic value to populate the text inside the donut - but want it to have a 1000 seperator.