Hi,
Thanks for your immediate response.
But my requirement is somewhat different like below:
I have one typedview called "testview" like
"SELECT fld1,fld2,fld3,fld4,fld5,fld6,fld7,fld8,fld9,fld10 from <table>".
From this typedview, i need the values of max(fld1),min(fld1),max(fld2),min(fld2).
I need to achieve one more thing i.e., the selection of fields will be dynamic from the typedview.
For example sometimes it may be like max(fld1),min(fld1),max(fld3),min(fld3).
Is it possible to achieve this in LLBLGEN (DAL.dll)
If "yes" means how can i achieve this from typedview "testview"?
Thanks in advance,
Balaji