JustATheory
IS-IT--Management
Is there a way to run a total, max or min on a record?
Account Total Val1 Val2 Val3
123 10 0 10 0
456 3 2 0 1
789 4 2 2 0
The Total column is correct but I want to identify records that have multiple entries for that total. I would identify records 2 and 3. I was thinking running a max or min and comparing to the total.
Thanks,
JustATheory
Account Total Val1 Val2 Val3
123 10 0 10 0
456 3 2 0 1
789 4 2 2 0
The Total column is correct but I want to identify records that have multiple entries for that total. I would identify records 2 and 3. I was thinking running a max or min and comparing to the total.
Thanks,
JustATheory