Hello,
I have a field that if left blank I want to show N/A. I am trying to use a combo of the default and bind esri visible column. For the bind esri visibleI have string-length($fieldname})=0 and for the default I have if(string-length(${fieldname})=0,’N/A’). The problem is my question on the survey disappears so no idea if it works. I am guessing no. Thanks.