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

HOW TO GET LATEST RECORD BASED ON TIMESTAMP

Hi all

I have a requirement of fetching the Customer_ID with the latest time stamp, what ever being the ITEM he had purchased.

Header 1Header 2Header 3
IDITEMTIME_STAMP
123BOOKS8/18/2015 13:11
123PEN8/18/2015 13:58
123PENCIL8/19/2015 15:55
999PEN7/17/2013 16:44
777BOOKS7/27/2015 19:25
777PENCIL7/29/2015 12:01
777BOOKS7/29/2015 12:01

I HAVE TO DISPLAY THE RECORD BASED ON LATEST TIMESTAMP IN A STRAIGHT TABLE.

please can any one help...!!!

Thanks in Advance

14 Replies
MK_QSL
MVP
MVP

ignore red lines.. It's a bug which has to be fixed by QlikTech.. You just use the expression. You should get the result.

Not applicable
Author

Hi Manish,

Even though am not getting output please can you check any other alternative please

Thanks

MK_QSL
MVP
MVP

Let me know after checking the enclosed file..

Not applicable
Author

Hi Manish

How do we remove null values for a expression for straight table in qlik view

Thanks

MK_QSL
MVP
MVP

May be something like below

IF(IsNull(YourExpression),0,YourExpression)

Tick Suppress Zero Values in Presentation Tab