Okay. Here is the logic: When a site_typ value is anything but 'T', constrain the diameter value to 0.
Here is the code: if(${site_typ} != T, .= 0)
Seems easy enough but it does not work.
When i change the diameter value to 0, i still get an invalid message. Please help!
