A
Andrzej Kaczmarczyk
Hi
is it possible to create and add new functions to be parsed by expressions?
I have the following situation.
master table - containing entities (cars, buildings you name it)
detail table - a parameter describing this entity (sometimes integer,
sometimes string)
I want to create a grid displaying master table sided by computed columns,
with values dependant on the detail table. Had it been invoices and
invoicelines I'd use
"Sum(Child(fk_invoice_invoiceline).invoice_line_value)"
but if they are string values the sum is not an option, I need two more
functions to complete.
First(child_table_rows) given some sort criteria I want to get the first of
the detail rows and put the value in computed field
Concatenations(child_table_rows) given some definable separator I want a
string values to be concatenated and returned.
How to do this?
thx
CUIN Kaczy
is it possible to create and add new functions to be parsed by expressions?
I have the following situation.
master table - containing entities (cars, buildings you name it)
detail table - a parameter describing this entity (sometimes integer,
sometimes string)
I want to create a grid displaying master table sided by computed columns,
with values dependant on the detail table. Had it been invoices and
invoicelines I'd use
"Sum(Child(fk_invoice_invoiceline).invoice_line_value)"
but if they are string values the sum is not an option, I need two more
functions to complete.
First(child_table_rows) given some sort criteria I want to get the first of
the detail rows and put the value in computed field
Concatenations(child_table_rows) given some definable separator I want a
string values to be concatenated and returned.
How to do this?
thx
CUIN Kaczy