Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Choosing the Max date record in the straight table(Urgent)

hello All,

I am new to qlikview still learning

I really need your help urgently.My sprint is ending tomorrow.

below is my sample data.

I want to only show the number with the max order_start_date.

so here i want to show the record with order_start_date as 3.11.2016.

      

numbernamePRODUCT_IDPRODUCT_NAMETIME_ARRIVALORDER_START_DATEtime_rejected
01john1a3.11.2016 14:3716.6.20168.11.2016 12:32
01john1a3.11.2016 14:373.11.20168.11.2016 12:32

please let me know how i can do that in the straight table.

Appreciate your help.

Thanks & Regards,

jaya

10 Replies
trdandamudi
Master II
Master II

Please see the attached and hope this is what you are looking for:

Choosing the Max date record in the straight table_Using_Only.jpg

The expression in the straight table should be as below:

=Only({<ORDER_START_DATE={"$(=Date(Max(ORDER_START_DATE),'D.MM.YYYY'))"}>}  ORDER_START_DATE)