Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Troubleshooting Data Selection within Table Object

Hi all - quick question on data selection within a Table object.

My data is structured as:

Group IDAreaStopTime
1234AA14:55
1234AA25:10
1234AA35:15
5678BB17:10
5678BB27:15

Where the first [Stop] record in each [Group ID] (e.g. A1, B1) represents origin and the last (e.g. A3, B2) represents destination.

I need to display a Table object that shows origin for each [Group ID] e.g.:

Group IDAreaStopTime
1234AA14:55
5678BB17:10

Unfortunately using First([Stop]) or FirstSortedValue([Stop],[Time]) as a measure column in the table returns a blank value.

Any ideas? Thank you.

2 Replies
Thiago_Justen_

I'd suggest you something like this:

FirstSortedValue (Stop,-Aggr (Time,[Group ID]))

Make sure Time field is on right format.

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago
krishna_2644
Specialist III
Specialist III

PSA.1.PNG