Hey everyone,
This is my dilemma, I am trying to find duplicate purchasing ID's and have them labeled as Multi in the next column. This is what I have so far:
if(count (distinct [PURCHASE_ID] ) >1 ) THEN ('MULTI') ELSE ('').
This code does not return an error message, but every row in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.