AnnetteB1305
Technical User
Hello,
I need help getting a formula to find the best salesperson in the company.
The salesperson is a username field
The formula needs to be based on a new sales formula which is a sum of another formula which corrects credits as they are not held as minuses in the database.
So it is:-
//formula1:
If {database.type}='credit' then -{database.sale} else {database.sale}
then the other formula is sum ({formula1},{database.user})
I've tried messing about with Nth Largest but it keeps throwing an error about the first part needing to be a number however it is a number. Also not sure if Nth Largest is the correct formula
Any help is appreciated.
Thanks,
Annette
I need help getting a formula to find the best salesperson in the company.
The salesperson is a username field
The formula needs to be based on a new sales formula which is a sum of another formula which corrects credits as they are not held as minuses in the database.
So it is:-
//formula1:
If {database.type}='credit' then -{database.sale} else {database.sale}
then the other formula is sum ({formula1},{database.user})
I've tried messing about with Nth Largest but it keeps throwing an error about the first part needing to be a number however it is a number. Also not sure if Nth Largest is the correct formula
Any help is appreciated.
Thanks,
Annette