There are examples of this in the user contributed code section, if not in the LabVIEW shipping examples. Basically, you OR the value into a shift register, where the or inputs are the current trigger state and the previous value of the shift register. You have to clear the shift register to clear the trigger, so the VI ends up working like a functional global.