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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
dwighttrumbower
Creator
Creator

Straight table, show a visual on change of company or a group

Is there a way in a straight table to visually show when a group changes? In the following example, the last company 1 row would have an underline on the whole row. 

company 1  

company 1  

company 1  

company 1  

company 2

company 2

 

Thanks

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

If(FieldName <> Above(FieldName) AND Not IsNull(Above(FieldName)), perhaps? The second part is to avoid highlighting the top row.

View solution in original post

2 Replies
Or
MVP
MVP

If(FieldName <> Above(FieldName) AND Not IsNull(Above(FieldName)), perhaps? The second part is to avoid highlighting the top row.

dwighttrumbower
Creator
Creator
Author

I thought this was the solution and it possibly could be. I just have no idea where to put it?