I am trying to have text in a field print but only if it is after "~" with the following formula:
right({ShipLabel.view_Part_Description},instr(strreverse({ShipLabel.view_Part_Description}),"~")-1)
This is working perfectly when a "~" is present but when there is no "~" within the table field our label completely fails to print. Is there a way to combine this with an if else "0" or something similar?
Thanks in advance!