Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello;
I added qv screen pictures,
I just want the yellow painted dates to be visible;
Please help.
Thank You.

unsuccessful. Only yellow min values should be visible
Or this?
= FirstSortedValue(LoginT, Aggr(Tarihl, [ADI SOYADI], [Login ID], Tarihl ))
Hello,
thank you for the answer, resolution approaching, but I have 1 problem.
1-) [ADI SOYADI] Ex: Abd.1.8.2017 it seems but, 2.8.2017 not seems.
Ex table:

Will this work? If not may be stalwar1 be of any help.
problem is not solved.
Hi,
Can you try with below modification.
Date("Login Time",'D.M.YYYY') as Tarihl,
Replace above line with
Date(Floor("Login Time"),'D.M.YYYY') as Tarihl
then in front end
take straight table
dimesion
1: ADI SOYADI
2: Tarihl
Expression:
Timestamp(min(LoginT))
Regards,
Prashant Sangle
HI,
maybe this

Regards,
Antonio