Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Prabhu
Creator
Creator

Rank of an expression when there are multiple dimensions in a straight table

Hi, could not calculate the rank of an expression. It is showing  rank 1 if is use the following expression:

aggr(Rank( Sum(BACKLOG_QTY)), INVENTORY_ORG_NAME,LOCATION_CODE,CATEGORY_NAME,PROD_HIER_LEVEL1)

Capture.PNG

Please help me to get the correct ranks for each expression value.

Regards,

Prabhakar Vammi

1 Reply
sunny_talwar

Try Rank(TOTAL ....)

Aggr(Rank(TOTAL Sum(BACKLOG_QTY)), INVENTORY_ORG_NAME,LOCATION_CODE,CATEGORY_NAME,PROD_HIER_LEVEL1)