You can use a custom script to get around this.
Replace obj.element with the value in the data element "path" input for the js object.
Replace %dataElement.name% with the actuall name of the data element.
return (obj.element && obj.element != "%dataElement.name%") ? obj.element : '';
I tested this on my server and seems to work as intended.
Brett