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

Select a record with specific date in qlikview

Hi Community,

     Can anyone tell me how to capture this data in the qlikview?

1.jpg

So i want to showing in the qlikview:

1. 22-Sep-2005 as Entry Date

2. 19-Nov-2009 as Leaving Date

Thanks.

Julius A

3 Replies
tresesco
MVP
MVP

Straight table:

Dimension: [Personnel no]

Entry Date (Exp): =Date(Min({<Status={Active}>}Start_BEGDA))

Leaving Date (Exp): =Date(Min({<Status={Inactive}>}Start_BEGDA))

Chanty4u
MVP
MVP

Min(Date) as entry date

Max(date) as leaving date?

PrashantSangle

Hi

Entry Date  =Date(Min({<Status={'Active'}>}[Start BEGDA]))

Leaving Date  =Date(Min({<Status={'Inactive'}>}[Start BEGDA]))

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂