09-23-2019 05:05 PM
Hello,
I am trying to implement the RANK function similar to what we have in sql. Rows with equal values for the ranking criteria should have the same ranks and ranks might not be consecutive numbers. For example, if two rows are ranked 1, the next rank is 3.
Here is the output I am expecting , I have attached the input pipeline. i have got the consecutive ranks but not able to figure out how to eliminate the ones which are same.
key name date rank
ABC Orange 8/1/2018 1
ABC Orange 10/1/2018 7
GEF Apple 10/1/2018 1
GEF Apple 11/1/2018 3
SampleRankJob_2019_09_24.slp (13.8 KB)
Thanks ,
Preeta
05-28-2020 09:59 AM
Hi,
I took the pipeline you’ve attached, and I’ve extended it with a few snaps. Basically, I group the documents once more, and then I take the first element from each group. Then I sort the documents. Here’s the extended pipeline: SampleRankJob_Extended_2020_05_28.slp (12.1 KB)
BR,
Dimitri
05-24-2024 09:14 AM
Can you pls provide expression for the rank. My input column is "Value"