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

Hi i got a issue with this can any one please help me

I have a 10000 rows of dats of employees which contain about their completion of courses.What I need is when i select a employee no i should get all the  courses  which he was completed if the employee completed the same course twice then i should get only latest end date of completion. For this iam sharing sample date once check and help me

6 Replies
anbu1984
Master III
Master III

Dimension: EmpNo

Expr: Max(Enddate)

its_anandrjs

Try this expression

Dimension:-  Enddate

Expression:- FirstSortedValue([emp no],Enddate)

And you get

          Enddate    Empno

  12/12/2009 131

Regards

Anand

mato32188
Specialist
Specialist

Hello Chinnu K,

try attached file.

BR

M

ECG line chart is the most important visualization in your life.
chinnu123
Creator
Creator
Author

Hi Martin i didnt get any attached file

PradeepReddy
Specialist II
Specialist II

In Straight table take the bellow measures.

Dimensions : EmpNo, ActivityName

Expression : Max(EndDate)

jyothish8807
Master II
Master II

Hi,

PFA

Regards

KC

Best Regards,
KC