Dear Team!
I copied the code from the Sparkline demo, but in the JavaScript section, it returned an error:
Invalid column name '$('.spark').sparkline('html', { type: 'line', height: '30px', width: '220px' });'.
https://mydbr.com/demo/mydbr/report.php?r=3&p1=sp_DBR_sparkline_simple&m=4&h=286d3febd35cdc33c7dbfb40abe3ebf307ffe779&i=1
-------------------------------------------------------
select 'dbr.css', '.spark {padding:0}';
select 'dbr.colclass', 'Sparkline', 'spark';
select 'Line' as 'Type', '8,4,1,0,6,0,1,4,4,10,10,8,10,0,2,0,4,6,5,9,10' as 'Sparkline';
select 'dbr.javascript', "$('.spark').sparkline('html', { type: 'line', height: '30px', width: '220px' });", 'onload';
-------------------------------------------------------
Thanks!