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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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_
MVP
MVP

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
Qrishna
Master
Master

PSA.1.PNG