Hi
I have a report spreadsheet with a select filter
select 'dbr.column.filter','column1','select';
The width of the column cannot be controeld with the statement
SELECT 'dbr.colstyle','column1','[min-width: 200px; max-width:200px; word-wrap:break-word;]';
When I remove the filter the width control works.
Any suggestions on how to mange the width of a filtered column?