Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    FilterBuilder hibernate/jpa filtering on criteria not present in the DS fields

    Hello guys,
    I am currently evaluating SmartGWT 3.0 . I have the following question:
    Say I want to have a filter criteria for a datasource that is not one of the fields of the datasource, say based on a subquery from a joined table. And I want the user to be able to input the input value for that filter criteria, ie. present it in the FilterBuilder interface. How can I do that?

    SmartGWT 3.0 EE evaluation package.

    #2
    Hi ,

    i may (or may not ) have another issue for FilterBuilder , how can i control the fields that will appear on the selectitem to be used to filtr data ??

    for example the datasource contain dummy fields that you want it to appear on selectItem option ???


    Any Help Please

    Comment


      #3
      See DataSourceField.includeFrom.

      Comment

      Working...
      X