I don't know how to access to compute field in the trailer group.
The group is repeated several times and each time the computed field of the trailer must take a different value.
string ls_expr, ls_e, ls_value, ls_first, ls_last
ls_e = dw_tareas_intermedias.object.
dw_tareas_intermedias.
ls_expr = "evaluate ('" + ls_e + "'," + ls_last + ")"
What is wrong?
Can somebody help me?
Sorry for my expression in English.
Thank you very much.
regards
Yolanda
If you want to get the value of a column or computed field in a trailer for example, then you can use any of the rows within that group. So if you have a group trailer with let's say row 3, 4 and 5 of the detail in it, you will get the same value when reading the column with [3], [4] or [5].
No sé si con ésto te he explicado un poco mejor.