Hi,
Each fonds have several value : quotations with date (2 tables)
I want to retreive the last quotation in the table of fonds to display it like this
Name | Type | Date | Value
fond1 FCPI 28/9/16 195
fond2 FCPI 18/5/17 256
...etc
the read_data is ok, in debug i see all quotations but i can't display the last in the list
I don't know how to extract the max date with his quotation
thanks
Each fonds have several value : quotations with date (2 tables)
I want to retreive the last quotation in the table of fonds to display it like this
Name | Type | Date | Value
fond1 FCPI 28/9/16 195
fond2 FCPI 18/5/17 256
...etc
the read_data is ok, in debug i see all quotations but i can't display the last in the list
I don't know how to extract the max date with his quotation
thanks