This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Upgrading Server to version 22.1? We’ve enabled the faster AMP engine by default. Read about how these system settings changes might affect you.
Hello All,
I want to remove duplicates and create columns with flags.
Attached the same workflow with desired Output.
Many thanks
Solved! Go to Solution.
you're trying to flag which entities had duplicates - right?
It's a bit hard to explain how to do this with your attached dataset - but basically you can use a summarize to count the number of times a value occurs and then create a value based upon that with formula and then rejoin it to your original dataset.
Thanks ArtApa for the solution.