Hello,
I am using the attribute assistant to populate a GIS ID which consists of a location ID - Equipment ID. I have been able to get the assistant to work using the following expression in the Value Info field. ([LOCATIONID]+"-"+[EQUIPMENTID]). This returns GIS IDs but some have a null portion. However, I need a way for the attribute assistant to skip (or not populate) if either the location ID or equipment ID is null. Is there a way to do this? I have tried NOT NULL in a variety of ways but was not successful.