Jump to content

In Excel there is a function called 'Remove Duplicates' is there also such a function in Spotfire available


Dan Verheijen

Recommended Posts

I have created my own previously by using the "Rank" function. I would rank them by the columns that would determin duplicates.

An example would be this:

 

Case when Rank([invoicedAmount], "ties.method=first",[invoiceID]) > 2 then 'hide' else 'show' end

 

I would then use the filter to unclick the Hide, then hide the filter.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...