Donut Text 1000 Seperator

(3 posts) (2 voices)

Tags:

No tags yet.

  1. Avatar, Member

    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.

  2. myDBR Team, Key Master

    Chart's text-options now support the datatypes in the newest build. So with integers you will get the thousand separator (when needed), dates will be using the preferred date format etc.

    --
    myDBR Team

  3. Avatar, Member

    Thank you!


Reply

You must log in to post.