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: 
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

Labels (1)
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!!