I ran a query that has the following informatiion:
Name, Total Amount, Fixed Amount, ARM Amount
I will need to have 3 different sort, by the Total Amount, Fix Amount, and ARM Amount. I need to add a new column to assign rank based on the value of each sort. For example, on the sort by Total Amount, I need to have rank 1 to n.
Can someone help? thank you.
Name, Total Amount, Fixed Amount, ARM Amount
I will need to have 3 different sort, by the Total Amount, Fix Amount, and ARM Amount. I need to add a new column to assign rank based on the value of each sort. For example, on the sort by Total Amount, I need to have rank 1 to n.
Can someone help? thank you.