I'm using Obiee 12.2.1.4.0. I've a requirement to display top 5 records based on "Balance" fact. For some customers the "Balance" Amount is same. When I use TopN /Rank function it assign same rank to all duplicate balance value as below and return more than 5 records.
Customer Balance Rank
Test1 $1000 1
Test2 $800 2
Test3 $500 3
Test4 $200 4
Test5 $200 4
Test6 $0 5
Test7 $0 5
Test8 $0 5
I can't use rowcount as this is a union report. Can someone please help?