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