<p dir="ltr"><br>
On 25 Jan 2016 02:31, "Matthias Kuhn" <<a href="mailto:matthias@opengis.ch">matthias@opengis.ch</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> There are a number of things to be done to properly support different usecases:<br>
><br>
> Join / Aggregate functions support in expressions<br>
><br>
> Some sort of join possibility should be added to expressions (similar to the get_feature function) and some aggregate functions. E.g.<br>
><br>
>     join( "otherlayer"."name", ',' ) RIGHT JOIN otherlayer ON otherlayer."id" = this."fk"<br>
><br>
> to create a string like "A,B,C" from three linked entries with name A, B and C.<br>
><br>
> Or<br>
><br>
>     average( "otherlayer"."population" ) RIGHT JOIN otherlayer ON otherlayer."id" = this."fk"<br>
><br>
> etc...<br>
><br>
> Relation support for print composer<br>
><br>
> Create tables with information from related entries based on the current atlas feature.</p>
<p dir="ltr">That's already possible, since 2.2? 2.4? Not sure... A long time ago. ;)</p>
<p dir="ltr">Nyall</p>
<p dir="ltr">><br>
> Other ideas? I'm sure there is a lot more to be done :-)<br>
><br>
> Matthias<br>
><br>
> _______________________________________________<br>
> Qgis-user mailing list<br>
> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
> List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
> Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</p>