count() is automatically replaced by Zoho platform with count(null) in html views
In a html view I have the following code:
- <%=users[ID>0].count()%>
When I close the edit mode and open it again and return to the view, the code above appears as
- <%=users[ID>0].count(null)%>
Of course, if I try to save the html view, an error is displayed "Field null does not exist ... "
So .count() is automatically replaced by Zoho platform with .count(null) - which is a wrong syntax .
Regards,
George