Hi, I want to show External Ids in a saved search,...
# suiteanalytics
s
Hi, I want to show External Ids in a saved search, but I want to show blank if the External Id starts with 'CUS-' or if it contains 'CUS-' Any ideas please?
w
Try decode(substr({externalid},1,4),'CUS-',null,{externalid})
1
s
@Watz Many thanks for this!