how to add blank 'notes' column to a query? | jeckels | 2010-11-17 09:29 |
Status: Closed | ||
Hi Ben, Another possible hacky solution is to use a metadata override to wrap an existing date field and set its format to ' ', including the quote characters. This column would still sort and filter with the underlying date value, but would be rendered in grids as just a space. You could use the metadata to specify a column width, but I can't think of a way to control the height of the cell. Thanks, Josh |
||