
I have a form and the Datasource TableA i have thsi code...
this.query().dataSourceName(this.name()).firstOnly(true);
but it always throws me more than one result.
I tried it in a view and it gives me the same results
Can you helpme please!
Thanks in advance!!!
*This post is locked for comments
I have the same question (0)Yes, just try with those examples.
I tried to relate Table A (logs, with repeated records) to Table B (with sum of records), for that reason I needed only 1 record of Table A. But I already solve it with the help of another table. Thank you so much