Formula to Remove Duplicates and keep Max Value

Hi,

I am currently looking at some records where customer's accounts were waived. However a customer can have two applications waived the same day (maybe they drew on the account two different times so there are two applications on an account for them.)

I want to remove the duplicate record and keep the record showing the maximum outstanding balance.

So i'm basically trying to get a function or formula for when the customer name is the same, account is the same, date waived is the same, but outstanding balance is different to keep the record with the highest value.


Any ideas? using mysql within domo..

Answers

  • Hi @Shumilex


    Can you use a group by name account and date and just use the MAX aggregate to get the highest balance?

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • I agree with @GrantSmith . Use the Group By tile and put name, account, date in the select columns. Then use the Max aggregate on the balance column.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.