Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

if i want give same rank for two records is it poosible?

if i want give same rank for two records is it poosible?

3 Replies
MarcoWedel

Please post some sample data and a description of how the result should be presented.

Not applicable
Author

Hi Manoj,

Two ranking functions exists. "HRank" is particularly for Pivot Tables, while "Rank" suits for other charts.

So depending on the kind of chart need to use the specific rank function.

rank([ total ] expression [ , mode [, format ] ])


Ranking is returned as dual value, "mode" governs the integer representation while "format" governs the text representation. So 2 records with same ranking can be represented accordingly. Please refer the Reference manual for detailed help on this in "Chart Ranking Functions"


Thanks,

Sri

jagan
Luminary Alumni
Luminary Alumni

Hi Manoj,

Try Rank() like below

=Rank(Sum(Sales) for example add Dimension as EmpID, then you will get the Rank by sales done by each employee.

Refer Qlikview help file for more details.

Regards,

Jagan.