Hi Loya,
Hope you have Wrapped the RDN page in a subform, if yes then follow the below FormCalc:
if ($.parent.RDN == null) then
$.presence = "hidden"
else
$.presence = "visible"
endif
---
Naveen
Hi Loya,
Hope you have Wrapped the RDN page in a subform, if yes then follow the below FormCalc:
if ($.parent.RDN == null) then
$.presence = "hidden"
else
$.presence = "visible"
endif
---
Naveen