Hello odb-users, I was wondering if it was possible to do "dynamic" joins in views, for example, to be able to specify a join condition at runtime, without using native queries. Result SQL query example: select field from t1 left join t2 on (t1.id = t2.t1_id && t2.t3_id = <dynamic value, eg: 42>); -- ALBEZA "Pause" Nicolas