Syntax issue for chart dynamic tooltips

(3 posts) (2 voices)
  1. nsepetys, Member

    Hello myDBR Representative,

    I am getting a weird tooltip issue when using my own tooltips through the "'dbr.chart.options', 'tooltip'" command. A recent update seemed to make changes to the way that the text in a few of my reports were interpreting the syntax "// $". I was using the "//" for a delimiator and the dollar sign to denote currency but it now appears that the syntax is moving the decimal point up a few digits for the value following the dollar sign. Examples:

    value = "309,979"
    tooltip code = CONCAT(monthyear, ' // $', value) AS '[tooltip]'
    tooltip = "May 2nd, 2016 // 9,979"

    value = "262.82"
    tooltip code = CONCAT(monthyear, ' // $', value) AS '[tooltip]'
    tooltip = "June 23rd, 2016 // 2.821313"

    Help, as always, would be appreciated.

    Thanks,
    Noah

  2. myDBR Team, Key Master

    It was a bug in tooltip handling. Just run the updater and the issue is resolved. Thank you for reporting this.

    --
    myDBR Team

  3. nsepetys, Member

    You're welcome. And thank you for tackling it quickly.


Reply

You must log in to post.