Hi,
I updated from 4.3.0 to 4.3.1 (build 2520) and found the dbr.footerstyle does not work. I tried with direct:
select 'dbr.footerstyle', 'Col', '[background-color: #F7F2E0;font-weight: normal;color:#0101DF;]';
-- OR
select 'dbr.footerstyle', 'Col', mydbr_style('footer_summary');
With footer_summary is : [background-color: #F7F2E0;font-weight: normal;color:#0101DF;]
or background-color: #F7F2E0;font-weight: normal;color:#0101DF;
I check documents, it seems no change about this command.
Thanks,