rmortensen Report post Posted May 15, 2009 I'm trying to add displayValues on my Trendpoints. I am using the displayValue attribute. I want to combine the text with a value received from a database - I do not need help with the DB - but is there a way to combine two values and have it displayed? similar to the concat function in SQL - concat('75th=',$row[Q75]) = display '75th=115' on the chart? I can do one or the other - but not both Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 18, 2009 Hi, You would need to programatically combine both in the displayValue attribute. Share this post Link to post Share on other sites