Announcement

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

    Aggregate Functions with JpaDataDource and EMFProviderCMT

    Hi,
    i'm using SmartGwt Power 3.0.
    My application uses JpaDataDource with EMFProviderCMT.

    My question is:
    is it possible to generate a grid which shows generic aggregate functions (MIN, MAX, COUNT, ..) ?


    Thank you in advance for your help.


    Giervella

    #2
    This isn't currently built in, you would write it via a DMI.

    Consider also using SQLDataSource either instead of or in addition to JPADataSource. The flexibility of SQL Templating makes this much simpler - that's one reason why SQLDataSource is the recommended connector to use in general.

    Consider also Feature Sponsorship if you'd prefer to have framework features added.

    Comment

    Working...
    X