Example for relationshipgroupcompute
Has anybody a working example of a report recipe that uses the tag <%Relationshipgroupcompute%>?
Has anybody a working example of a report recipe that uses the tag <%Relationshipgroupcompute%>?
Hi Christoph,
The actual usage of the report tag in a working example, is not well documented in our guides.
See the attached example report recipe file, for some example usage of it.
(FYI, I'm just providing this example recipe because it has the tag usage in it - please don't rely on it as a properly written recipe example, to base your own off of)
But that should give you an idea of how it's used.
ex.
<%relationshipgroupbysection footer%>
<%Relationshipgroupcompute #%>sum("myint")<%endrelationshipgroupcompute%>
<tr>
<script type="text/javascript">var colspan=&#fields+1;</script>
<script type="text/javascript">document.write("<td colspan="+colspan+">");</script> </td>
</tr>
<%endrelationshipgroupbysection%>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.