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

Last value loaded

Dear Gurús,

I have loaded a table in QlikSense like this:

Date-TimeTension Ref.
07 Aug 15:55:01845
07 Aug 15:54:03836
07 Aug 15:53:05565
......
05 Aug 16:04:02546
05 Aug 16:03:05768
05 Aug 16:02:04645

I want to create a Straight Table in a QlikSense Dashboard with the last "Tension Ref" loaded. I want to obtain the result 845.

I have tried several ways but I can't achieve it. Can anyone help me, please?

Thanks!!!

Regards,

Jordi

1 Solution

Accepted Solutions
sunny_talwar

May be this

FirstSortedValue(DISTINCT [Tension Ref], -[Date-Time])

Where Date-Time is read as date field by Qlik Sense

View solution in original post

3 Replies
sunny_talwar

May be this

FirstSortedValue(DISTINCT [Tension Ref], -[Date-Time])

Where Date-Time is read as date field by Qlik Sense

its_anandrjs

This is working what error you get paste this expression in any text object that gives you 845.

=FirstSortedValue(distinct [Tension Ref.],-Date_Time)

jorditorras
Creator
Creator
Author

Yes, I already corrected my answer and marked Sunny's solution as "Correct".

Thanks for your message.

Regards,

Jordi