I want to have a code doing the following task:
compare each pivotItem in the pivotField with ID until ID is found; if not found, set pivotItem = "(blank)"

(ID is a user defined string)

Thanks!