I am running SmartGWT 2.4 Pro edition.
Is there a way to modify a DSRequest in an SQLDataSource to narrow search
by criteria such as field_name>6. I see how to do it with field_name=6
be using setFieldValue("field_name","6"), but cannot figure out how to change
the operator.
Is there a way to modify a DSRequest in an SQLDataSource to narrow search
by criteria such as field_name>6. I see how to do it with field_name=6
be using setFieldValue("field_name","6"), but cannot figure out how to change
the operator.
Comment