Preview:
if (doc['shouldHaveSoldToTierNames.keyword'].size() > 0 && doc['tierName.keyword'].size() > 0) {
if (doc['shouldHaveSoldToTierNames.keyword'].value == (doc['tierName.keyword'].value)){
     return false 
}
         return true 
    
}

return true
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter