[Flow] Re: Count table rows in Fluid Template f:for
Patric Eckhart
mail at patriceckhart.com
Thu May 7 13:36:31 CEST 2015
.. or easier
<f:for each="{orders}" as="order">
{order.name}, {order.moye}
"This should show when {order.name} value is more than one time in table"
</f:for>
More information about the Flow
mailing list