hello, im looking into a saved search that will expose only customers that have different address from their billing address. im not sure how to write that formula.
y
Yitz younger
10/13/2021, 10:15 PM
Set a numeric formula: Case when {billaddress} != {shipaddress} then 1 end
Then select is 1
j
James Maziarz
10/14/2021, 6:40 PM
im very inexperienced with formulas in saved searches. do i enter that all in as one numeric formula. if so what do i enter in as the value?