Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
KharansuR93
Contributor II
Contributor II

Ranking

Hi, I have a situation where, I need to select the 1st row in a column wherever the value changes and for the same value there are two other values in another column and those two rows should also be reflected. For example

A         B

1A      Victory

1A      

1A      Victory

1B      Victory

1B      Success

1C      Success

1C      

1C 

1C      Victory

 

so here I should only get the rows where Victory or Success or '  ' come 1st with different values in column A

 

Thanks,

Kharansu

2 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @KharansuR93 ,

 

Can you please describe the data and output in detail?

The tabular format will help to understand the requirement easily

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
KharansuR93
Contributor II
Contributor II
Author

Hi abhijitnalekar,

Let's take the below table - 

KharansuR93_0-1633514983703.png

 

and I should get only sl no. 1,2,4,6,7,11,12,15,16 rows as my output. Now I don't have a Sl no. column, can we do it with index or rowno() or anything else?