I'm formatting some long text with "white-space:pre-wrap"
when I add:
select 'dbr.colstyle', 'Comments', dbo.mydbr_style('PreformattedText');
Style: PreformattedText column [white-space:pre-wrap;]%.3f;
It takes my text output:
"tester - 06/30/2015: This is my test note tester - 06/30/2015: This is my test note 2"
and replaces it with: 0.000
when I comment the dbr.colstyle back out, my proper output comes back (albeit, not formatted correctly...)
Any help would be greatly appreciated.