Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Femke_DPG
Contributor III
Contributor III

next row in pivot table

Hi all, 

Femke_DPG_0-1686646694475.png

 

 

 

I need to check each row (so each date) within one channel (DAB) for the SOFT name. 

The name of 05/06 has to be different from the name of 06/06, 06/06 has to be different from 07/06, ... 

I need to identify the next row in the pivot table to compare 2 rows. 

Can anyone help me? 

Thx

 

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

To look in the opposite direction you could use below() instead of above().

View solution in original post

3 Replies
Chanty4u
MVP
MVP

Try this

if(Channel = 'DAB', Above(Date) & '-' & Above([SOFT Name]), '')

 

Femke_DPG
Contributor III
Contributor III
Author

Thanks, but with this solution it shows the PREVIOUS date and not the NEXT line: 

Femke_DPG_1-1686719354332.png

 

marcus_sommer

To look in the opposite direction you could use below() instead of above().