Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Dimension: EmpNo
Expr: Max(Enddate)
Try this expression
Dimension:- Enddate
Expression:- FirstSortedValue([emp no],Enddate)
And you get
Enddate Empno
12/12/2009 | 131 |
Regards
Anand
Hello Chinnu K,
try attached file.
BR
M
Hi Martin i didnt get any attached file
In Straight table take the bellow measures.
Dimensions : EmpNo, ActivityName
Expression : Max(EndDate)
Hi,
PFA
Regards
KC