Re: derived attribute to sum a relationship?

2016-08-22 Thread Chuck Hill
Derived attributes never update until you do a refreshing fetch. So while you can sort of do this, derived attributes will never meet your needs here. I can’t think of a way to do that that isn’t a lot of code and prone to inconsistencies with the relationship data. Chuck From: on behalf of

in memory like qualifier using collation

2016-08-22 Thread Samuel Pelletier
Hi, I would like to replicate the database behaviour in memory for column with collation for like search. My collation allows to sort and match all variations of a letter in french. For e, this means e, E, é, É, è, ... Ë are all treated as equals for sort and string matching. I found the Wond

derived attribute to sum a relationship?

2016-08-22 Thread OC
Hello there, is there a way to define a derived attribute to sum a relationship's attribute? Presumed I have - entity A with PK column C_ID, relationship:N "ab" leading to entity B - entity B with FK column C_A_ID (which forms the relationship) and integer column C_X representing attribute "x"

Re: Using qualifier to filter related objects

2016-08-22 Thread Luiz Alfredo Carrara Bertusso
Thank you. 2016-08-19 18:21 GMT-03:00 Matthew Ness : > Hi again Luiz, > > You mentioned you know you can do this manually, that's the only way I > know of apart from overriding the parser to look for patterns in the key > string. > > I generally create custom ERXKey -> methods for this. > > You c