I am trying to edit the HTML for reports :
<#report type="averagetable" repnodeid="<@subid>" repsensid="<@objectid>" avg="<@tableaverage>" sdate="<@start>" edate="<@end>">
But the results are not sorted. I would like the table to be sorted by Sumvalue
I tried sortby="sumvalue" but it didnt work.
Any other ways ?
Add comment