Issue about HTML page
Issue about HTML page
Hi,
In old edit mode, I can using the code in HTML as below:
<%if (count(Dept[Dept_NO == 1])>0){%>
You have already added the department.
<%} else {%>
You need to add department first.
<%}%>
But in new edit mode, I can not using this code in HTML.
It displays "null".
Kindly help me to check it ?