Hi everyone,
I'm working with the smartclient and a ListGrid in javascript/jsp to display some information from the database.
Recently I have had to change the data type of one of the returned columns. It was changed from a NUMBER to VARCHAR2.
As a result I am no longer able to use the adaptive filter functions as if it were a number. Functions such as '>100','!0' etc...
Is there a way I can override the filter behaviour of an adaptive filter for a specific column, so that I can insert my own String number comparator?
Or better yet, are there any properties that can be configured to allow a string column to be handled as a number?
I cannot post the entire JSP file, but if you need some specific information please let me know.
Any help with this would be greatly appreciated.
I'm working with the smartclient and a ListGrid in javascript/jsp to display some information from the database.
Recently I have had to change the data type of one of the returned columns. It was changed from a NUMBER to VARCHAR2.
As a result I am no longer able to use the adaptive filter functions as if it were a number. Functions such as '>100','!0' etc...
Is there a way I can override the filter behaviour of an adaptive filter for a specific column, so that I can insert my own String number comparator?
Or better yet, are there any properties that can be configured to allow a string column to be handled as a number?
I cannot post the entire JSP file, but if you need some specific information please let me know.
Any help with this would be greatly appreciated.
Comment