Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to set trigger through document properties. Attached shap-shot.
How to incorporate multiple values selection for a particular field name?
Thanks.
H
Hi,
Try this,
='(*'& Replace(Replace('$(vTest)',', ',','),',','*|*')&'*)' in search strng
Where vTest = ABC,EAC,DDC
Hope it helps
Hi,
Try this,
='(*'& Replace(Replace('$(vTest)',', ',','),',','*|*')&'*)' in search strng
Where vTest = ABC,EAC,DDC
Hope it helps
Try
(ABC|EAC|DDC)
as search string.