We have a SQLDataSourceField defined with a customSelectExpression as a 'sum(joinedTableColumn)'
when using this datasource with a grid with showFilterEditor:true, trying to filter on that field gives an error because it's putting a sum() in the where clause.
Any advice on how to manage this issue?
when using this datasource with a grid with showFilterEditor:true, trying to filter on that field gives an error because it's putting a sum() in the where clause.
Any advice on how to manage this issue?
Comment