Aggregate Records
Aggregate Records
I cant see the result of "Aggregate Records" on html page view
I already see this link
https://www.zoho.com/creator/help/script/aggregate-records.html#Sum_Function
I folow the steps of the link
I have a form
SaidasRomaneio
that have a field
Valor
Here is my code:
htmlpage Flow_Page()
displayname = "Flow Page"
content
<%{%> Fluxo de Caixa<%Valor = SaidasRomaneio.sum(Valor);
}%>
Do not show de result of "sum" on page
What is wrong?