I have a simple Form, in my DataSource I created a classic displayMethod (named calculateAmount) and use this metodod to show the value in Form's grid.
So It's possible to show only record having a specific value from calculateAmount , for example I want to show only record having calculateAmount() > 0 , other record with calculated calculateAmount() < 0 not show.
So if I can't mix Query and displayMethod, possibly where I can insert the condition (for example active executeQuery etc) ?
Thanks in advice.