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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing a specific row in a table

Hi All

As you can see in the tables below I am trying to show only the rows with the latest Claim transaction sequence number. I have tried many ways to no avail can someone help please.

What I Have
Claim Transaction Sequence NumberClaim NumberTotal Loss Payments
9700.00
8RS1000611000.00
9RS1000611000.00
10RS1000611000.00
11RS1000611000.00
12RS1000611000.00
13RS1000611000.00
14RS1000611000.00
3XA100189900.00
4XA100189900.00
5XA100189900.00
What I am trying to achieve
Claim Transaction Sequence NumberClaim NumberTotal Loss Payments
1900.00
14RS1000611000.00
5XA100189900.00


Regards

1 Reply
matt_crowther
Specialist
Specialist

Try something similar to my solution from this post - obviously replacing the Date with your ClaimTransactionSequence to drive the sorting.

Essentially you're creating a flag in the load script for the most recent (in your case highest valued) date / Transaction which will then allow you to use an 'if' in the table to exclude all rows without the flag.

http://community.qlik.com/forums/p/42628/168957.aspx#168957

Hope that helps,

Matt - Visual Analytics Ltd