Hi,
I'm using the colstyle to modify the appearance of a sales column.
Is there a way to prefix a pound sign (£), but maintain the comma separated thousands?
select 'dbr.colstyle', 'Sales', '£%.0d'
^ This works well, but loses the commas, and I don't know how to put them back in.
Thanks
Rick