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

Find FirstSortedValue, sort by Timestamp

Hi,

need to find the first sorted value but the below expression does not work for some reason. Something with the timeformat i suppose. 

FirstSortedValue({<SettlementTime={'<08:00:00:000000'}>} RunningBalance,SettlementTime)

Pls find example files attached.

Regards,

Olle

1 Solution

Accepted Solutions
pokassov
Specialist
Specialist

Hi!

FirstSortedValue({<SettlementTime={'<$(=time(08:00:00:000000))'}>} RunningBalance,-SettlementTime)

View solution in original post

2 Replies
pokassov
Specialist
Specialist

Hi!

FirstSortedValue({<SettlementTime={'<$(=time(08:00:00:000000))'}>} RunningBalance,-SettlementTime)

Not applicable
Author

gr8 thanks!!