Morning
Has their been a change in templates in the latest build 4599?
I have a dashboard with multiple templates in it such as:
select 'dbr.record', 'begin', 'bi_content';
exec sp_DBR_Creditors;
select 'dbr.record', 'end';
select 'dbr.template', '#bi_box_blnk';
select
'multi2 s1' as "bi_width", 'Trade Creditors' as "bi_header1", concat('as of ',format(getdate(),'dd/MM/yyyy')) as "bi_header2", 'small text' as "bi_dheight", 'no' as "bi_show_green";
Instead of the content being display inside of the #bi_box_blnk it is displayed outside.
It looks to me that the dbr.record is not functioning as it should.
Thanks
Jake